ROIO_CONTAINER_LIST is a standard Executable ABAP Report 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 ROIO_CONTAINER_LIST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3O_CT05 - List containers
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.
Selection Text: P_ACT = List active containers
Selection Text: P_AVAIL = List available containers
Selection Text: P_BLK = List blocked containers
Selection Text: P_DEL = List deleted containers
Selection Text: P_INUSE = List used containers
Selection Text: P_LC_DAT = D Key date
Selection Text: P_RQDATE = Requirement date
Selection Text: P_RQFLAG = Perform certification check
Selection Text: P_RQMARG = Requirement margin
Selection Text: P_VARI = D Layout
Selection Text: S_CERTDT = D Last certified
Selection Text: S_CERTNX = D Next certified
Selection Text: S_CNT_ID = D Container ID
Selection Text: S_EXP_DT = D Rental expiry date
Selection Text: S_EXTID = D External Id.
Selection Text: S_LC_KUN = D Third party
Selection Text: S_LC_LGO = D Storage location
Selection Text: S_LC_WRK = D Plant
Selection Text: S_MATNR = D Material
Selection Text: S_OWNER = D Owner
Selection Text: S_TPOWNR = D Third party owner
Selection Text: X_OWNED = List owned containers
Selection Text: X_RENTED = List rented containers
Selection Text: X_TPARTY = List third party containers
Title: List containers
Text Symbol: B01 = Container
Text Symbol: B02 = General selection
Text Symbol: B03 = Company owned containers
Text Symbol: B04 = Rented containers
Text Symbol: B05 = Third party containers
Text Symbol: B06 = Display parameters
Text Symbol: B07 = Certification
Text Symbol: B08 = Location
Text Symbol: B09 = Usage
Text Symbol: B10 = Status
Text Symbol: C01 = Requirement date
Text Symbol: C02 = safety margin
Text Symbol: C03 = days
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
OIO_CM_ACTIVE call function 'OIO_CM_ACTIVE' exceptions inactive = 1 others = 2.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = &3 i_client_never_display = 'X' i_bypassing_buffer = gc_no_fcat_buffer changing ct_fieldcat = lt_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting * i_buffer_active = i_structure_name = 'ROIO_CNTNR_LIST' i_client_never_display = 'X' i_bypassing_buffer = 'X' * i_internal_tabname = changing ct_fieldcat = lt_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
OIO_CT_SELECT call function 'OIO_CT_SELECT' exporting i_cntnr_typ_cd = ls_cthst-cntnr_typ_cd is_cntnr_sel = ls_cntnr_sel importing et_cntnr = lt_cntnr_2 exceptions invalid_container_type = 1 invalid_function = 2 others = 3.
OIO_CT_SELECT_GENERIC call function 'OIO_CT_SELECT_GENERIC' exporting is_cntnr_sel = ls_cntnr_sel importing et_cntnr = lt_cntnr.
OIO_CL_READ_SINGLE call function 'OIO_CL_READ_SINGLE' exporting i_cntnr_typ_cd = ls_cntnr-cntnr_typ_cd i_cntnr_id = ls_cntnr-cntnr_id i_date = p_lc_dat i_time = '000000' importing es_cntnr_hst = ls_cthst exceptions not_found = 1 others = 2.
OIO_CT_USAGE call function 'OIO_CT_USAGE' exporting i_cntnr_typ_cd = ls_cntnr-cntnr_typ_cd i_cntnr_id = ls_cntnr-cntnr_id importing e_tknum = ls_cntnr_list-shipment_nr exceptions container_deleted = 0 container_not_available = 1 others = 2.
OIO_CT_DISPLAY call function 'OIO_CT_DISPLAY' exporting i_cntnr_typ_cd = ls_cntnr-cntnr_typ_cd i_cntnr_id = ls_cntnr-cntnr_id exceptions invalid_container_type = 1 invalid_function = 2 not_found = 3 others = 4.
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' exporting i_save = g_save changing cs_variant = ls_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.
REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' exporting i_save = g_save changing cs_variant = ls_variant exceptions wrong_input = 1 not_found = 2 program_error = 3 others = 4.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' exporting is_variant = gs_variant i_save = g_save i_display_via_grid = ' ' importing e_exit = g_exit es_variant = gs_variant exceptions not_found = 1 program_error = 2 others = 3.
OIO_CT_VALUE_REQUEST_GENERIC call function 'OIO_CT_VALUE_REQUEST_GENERIC' importing e_cntnr_id = p_cntid exceptions others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIO_CONTAINER_LIST - List containers ROIO_CONTAINER_LIST - List containers ROIO_CONTAINER_HISTORY - Display container history ROIO_CONTAINER_HISTORY - Display container history ROIO_CM_CREATE_OBJTY_STATUS - Add default status codes forobject types ROIO_CM_CREATE_OBJTY_STATUS - Add default status codes forobject types