ROIOXC1FLDST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Convert container field status...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 ROIOXC1FLDST 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.
Title: Convert container field status configuration
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SFW_GET_CLIENT_FOR_XPRA CALL FUNCTION 'SFW_GET_CLIENT_FOR_XPRA' EXPORTING * I_OBJECTTYPE = 'PROG' i_objectname = 'ROIOXC1FLDST' * I_SELECT_STAND_BY = ' ' CHANGING t_t000 = it000 .
TR_APPEND_LOG call function 'TR_APPEND_LOG' exporting accept_not_init = 'X' tables xmsg = gt_protocol exceptions others = 0.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG' exceptions others = 0.
UPG_GET_UPGRADE_INFO CALL FUNCTION 'UPG_GET_UPGRADE_INFO' EXPORTING iv_component = '*' IV_UPGTYPE = '*' IV_READMODE = 'ACT' iv_comp_select = 'A' IV_AVERS_SELECT = 'X' TABLES TT_UPGINFO = LT_UPGINFO EXCEPTIONS READMODE_UNKNOWN = 1 COMPONENT_NOT_ACTIVE = 2 AMBIGIOUS_ENTRIES = 3 NO_UPGRADE_ACTIVE = 4 OTHERS = 5.
SPAM_READ_PATCH_TABLES CALL FUNCTION 'SPAM_READ_PATCH_TABLES' EXPORTING read_pat03 = 'X' TABLES pat03_list = lt_pat03.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIOXC1FLDST - Convert container field status configuration ROIOXC1FLDST - Convert container field status configuration ROIKXTPIREL - OIL-TPI: XPRA to move TPI relevant data to SD Document Rel. tables ROIKXTPIREL - OIL-TPI: XPRA to move TPI relevant data to SD Document Rel. tables ROIKWF02 - Program for object type IDPKMATMAS ROIKWF02 - Program for object type IDPKMATMAS