RFIDCN_USAGE_REPORT_ALV2 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFIDCN_USAGE_REPORT_ALV2 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = G2_TABNAME_header I_STRUCTURE_NAME = 'IDCN_INV_USAGE_LOT' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING CT_FIELDCAT = LS2_FIELDCAT[].
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = I_INTERNAL_TABNAME = G2_TABNAME_ITEM I_STRUCTURE_NAME = 'IDCN_INV_USAGE_BOK' * I_CLIENT_NEVER_DISPLAY = 'X' CHANGING CT_FIELDCAT = LS2_FIELDCAT[].
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = g2_repid I_CALLBACK_PF_STATUS_SET = g2_status I_CALLBACK_USER_COMMAND = g2_user_command * IS_LAYOUT = IT_FIELDCAT = LS2_FIELDCAT[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = I_SCREEN_START_COLUMN = 5 I_SCREEN_START_LINE = 5 I_SCREEN_END_COLUMN = 120 I_SCREEN_END_LINE = 20 * I_DEFAULT = 'X' I_SAVE = g2_save * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = I_TABNAME_HEADER = g2_tabname_header I_TABNAME_ITEM = g2_tabname_item * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = IS_KEYINFO = gs2_keyinfo * IS_PRINT = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB_HEADER = it2_item_lot T_OUTTAB_ITEM = it_item_book EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIDCN_USAGE_REPORT_ALV2 - RFIDCNUSAGEREPORTALV2 RFIDCN_USAGE_REPORT_ALV1 - RFIDCNUSAGEREPORTALV1 RFIDCN_USAGE_REPORTTOP - RFIDCNUSAGEREPORTTOP RFIDCN_USAGE_REPORT - Monthly Report of Invoices Purchased, Issued, and Held (China) RFIDCN_USAGE_REPORT - Monthly Report of Invoices Purchased, Issued, and Held (China) RFIDCN_SUMB16 - RFIDCNSUMB16