SAP Reports / Programs

RIOBJK00 SAP ABAP Report - Display Serial Numbers for Documents







RIOBJK00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is called up from the serial number screen...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RIOBJK00 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RIOBJK00. "Basic submit
SUBMIT RIOBJK00 AND RETURN. "Return to original report after report execution complete
SUBMIT RIOBJK00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: ZEILE = Material document item
Selection Text: VEPOS = Handling unit item
Selection Text: VENUM = Handling unit number
Selection Text: VARIANT = Display variant
Selection Text: SERNR = Serial number
Selection Text: SDAUFNR = Order number
Selection Text: PRUEFLOS = Inspection lot
Selection Text: PPPOSNR = PP item
Selection Text: PPAUFNR = PP order
Selection Text: POSNRLF = Delivery item
Selection Text: POSNR = Order item
Selection Text: MJAHR = Material document year
Selection Text: MBLNR = Material document
Selection Text: MATNR = Material
Selection Text: LIEF_NR = Delivery
Selection Text: EXIDV = External handling unit ID
Selection Text: ETENR = Delivery Schedule Line Number
Selection Text: EQUNR = Equipment
Selection Text: EBELP = Purchase Order Item
Selection Text: EBELN = Purchase Order Number
Selection Text: BNFPO = Purchase Requisition Item
Selection Text: BANFN = Purchase Requisition Number
Selection Text: APAUFNR = Refurbishment order
Title: Display Serial Numbers for Documents
Text Symbol: FG2 = Serialization data
Text Symbol: FG1 = General data
Text Symbol: 018 = Purchase Requisition
Text Symbol: 017 = Purchase Order
Text Symbol: 016 = Refurbishment order
Text Symbol: 015 = Handling unit
Text Symbol: 014 = PP order data
Text Symbol: 013 = Inspection lot data
Text Symbol: 012 = Material document data
Text Symbol: 011 = Delivery document data
Text Symbol: 010 = Sales order data
Text Symbol: 003 = Document number
Text Symbol: 002 = Serial numbers
Text Symbol: 001 = Material





INCLUDES used within this REPORT RIOBJK00

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_interface_check = g_repid i_callback_program = 'RIOBJK00' * I_CALLBACK_USER_COMMAND = ' ' * I_STRUCTURE_NAME = is_layout = g_layout it_fieldcat = g_fieldcat_tab[] * IT_SPECIAL_GROUPS = it_sort = g_sortfields_tab[] * IT_FILTER = i_default = g_x i_save = g_variant_save is_variant = g_variant it_events = g_events_tab[] i_tabname_header = 'SER01_OBJK' i_tabname_item = 'SERIALDATA' is_keyinfo = gs_keyinfo * IT_EVENT_EXIT = * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = ser01_objk t_outtab_item = serialdata EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = g_variant_save CHANGING cs_variant = g_variant.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = g_variant_save CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = g_variant * I_TABNAME_HEADER = * I_TABNAME_ITEM = * IT_DEFAULT_FIELDCAT = i_save = g_variant_save IMPORTING e_exit = h_exit es_variant = gx_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'SER01_OBJK' i_structure_name = 'RSERXX' i_client_never_display = ' ' CHANGING ct_fieldcat = e01_lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'SERIALDATA' i_structure_name = 'OBJK' i_client_never_display = ' ' CHANGING ct_fieldcat = e01_lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = g_events_tab.

REUSE_ALV_VARIANT_SELECT CALL FUNCTION 'REUSE_ALV_VARIANT_SELECT' EXPORTING i_dialog = ' ' i_user_specific = g_x i_default = ' ' * I_TABNAME_HEADER = * I_TABNAME_ITEM = it_default_fieldcat = g_fieldcat_tab[] i_layout = g_layout IMPORTING * E_EXIT = et_fieldcat = g_fieldcat_tab[] * ET_SORT = * ET_FILTER = CHANGING cs_variant = g_variant EXCEPTIONS wrong_input = 1 fc_not_complete = 2 not_found = 3 program_error = 4 OTHERS = 5.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RIOBJK00 or its description.