CALL FUNCTION 'F4_FILENAME' EXPORTING field_name = 'P_FILE' IMPORTING file_name = P_file. START-OF-SELECTION. CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE' EXPORTING FILENAME = P_file I_BEGIN_COL = '0001' I_BEGIN_ROW = '0004' I_END_COL = '0016' I_END_ROW = '6253' TABLES ...
代码如下: FIELD-SYMBOLS:<fs_acdoc_clearing> like LINE OF ct_acdoc_clearing. LOOP AT ct_acdoc_clearing ASSIGNING <fs_acdoc_clearing>. IF sy-tcode = 'FB08' OR sy-tcode = 'F.80' OR sy-tcode = 'MR8M' OR sy-tcode = 'VF11' OR sy-tcode = 'VF02'. <fs_acdoc_clearing>-sgtxt...
SAP Managed Tags: ABAP Development Hi guru's, I have similar issue with MIGO Material Doc display, The screen field GOITEM-SGTXT on the 'Where' tab is not displaying for current year , Previous years the Text field is displaying with the data. ...
Field TABIX contains a line number which shows from which line in T_BSEG or T_BKPF the field contents originate. Thanks & Regards, Faheem. Reply Former Member In response to Former Member 2010 Dec 16 11:20 AM 0 Kudos 2,535 SAP Managed Tags: ABAP Extensibility Ok, i got ...