ROIRX_CREATE_STRUC_FIELDS 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 ROIRX_CREATE_STRUC_FIELDS 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: XPRA to create new customer process ID-dependent views for DB update
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_SYS_PARAMS call function 'TR_SYS_PARAMS' importing systemname = l_sysname systemtype = l_systype exceptions no_systemname = 1 no_systemtype = 2 others = 3.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = g_log_tab.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
DDIF_TABL_GET call function 'DDIF_TABL_GET' exporting name = c_tablename tables dd03p_tab = t_dd03p exceptions illegal_input = 1 others = 2.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = g_log_tab.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
TR_OBJECTS_CHECK call function 'TR_OBJECTS_CHECK' exporting iv_no_standard_editor = ' ' iv_no_show_option = char_x iv_externalps = ' ' iv_externalid = ' ' iv_no_ps = ' ' importing we_order = l_order we_task = l_task we_objects_appendable = l_object_appendable tables wt_ko200 = lt_ko200 wt_e071k = lt_e071k tt_tadir = lt_tadir exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = g_log_tab.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
TR_OBJECTS_INSERT call function 'TR_OBJECTS_INSERT' exporting wi_order = l_order iv_no_standard_editor = ' ' iv_no_show_option = char_x iv_externalps = ' ' iv_externalid = ' ' iv_no_ps = ' ' importing we_order = l_order we_task = l_task tables wt_ko200 = lt_ko200 wt_e071k = lt_e071k tt_tadir = lt_tadir exceptions cancel_edit_other_error = 1 show_only_other_error = 2 others = 3.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = g_log_tab.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
DDIF_TABL_PUT call function 'DDIF_TABL_PUT' exporting name = c_tablename tables dd03p_tab = t_dd03p exceptions tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 others = 6.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = g_log_tab.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
DDIF_TABL_ACTIVATE call function 'DDIF_TABL_ACTIVATE' exporting name = c_tablename exceptions not_found = 1 put_failure = 2 others = 3.
TR_APPEND_LOG call function 'TR_APPEND_LOG' tables xmsg = g_log_tab.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
call function 'TR_APPEND_LOG' tables xmsg = g_log_tab.
TR_FLUSH_LOG call function 'TR_FLUSH_LOG'.
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 ROIRX_CREATE_STRUC_FIELDS or its description.
ROIRX_CREATE_STRUC_FIELDS - XPRA to create new customer process ID-dependent views for DB update ROIRX_CREATE_STRUC_FIELDS - XPRA to create new customer process ID-dependent views for DB update ROIRX_CREATE_EVENTS - SSR - Update SSR events with OII system events ROIRX_CREATE_EVENTS - SSR - Update SSR events with OII system events ROIRX_CREATE_DBT_UPD_VIEWS - XPRA to create new customer process ID-dependent views for DB update ROIRX_CREATE_DBT_UPD_VIEWS - XPRA to create new customer process ID-dependent views for DB update