13 video [amdp procedure -1] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CLASS zajay_class_amdp_procedure DEFINITION PUBLIC. PUBLIC SECTION. INTERFACES if_amdp_marker_hdb. TYPES: begin of typ_sales, vbeln type vbeln, auart type auart, end of TYP_SALES. TYPES: begin of typ_mat, matnr type matnr, mtart type mtart, END OF TYP_MAT. TYPES: tt_sales_details type table of typ_sales, tt_mat_details type table of typ_mat. class-METHODS get_sales_details IMPORTING value(im_auart) type auart EXPORTING value(ex_sales_details) type tt_sales_details . CLASS-METHODS get_materail_details EXPORTI...
Comments
Post a Comment