RGUCBL01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In migration, the structures ACCIT and COBL_08 have not, up to now, been provided with the account assignment concepts defined by the customer per Note 22004 in Release 2...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 RGUCBL01 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.
Selection Text: TEST_RUN = Test run
Title: 2.1/2.2 User-def.Coding Block Fields: Appends & Entries in TMODU,GB01
Text Symbol: 001 = Customer Append <-- XPRA: RGUCBL01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 0.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'A' IMPORTING gotstate = gotstate * DD02V_WA = DD02V_WA * DD09L_WA = DD09L_WA TABLES dd03p_tab = i_dd03p * DD05M_TAB = I_DD05M * DD08V_TAB = I_DD08V * DD12V_TAB = I_DD12V * DD17V_TAB = I_DD17V EXCEPTIONS illegal_input = 1 OTHERS = 2.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = 'X' TABLES xmsg = protocol EXCEPTIONS OTHERS = 0.
DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = append_name dd02v_wa = dd02v_wa * DD09L_WA = ' ' TABLES dd03p_tab = i_dd03p * DD05M_TAB = * DD08V_TAB = EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 OTHERS = 5.
DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = append_name prid = -1 IMPORTING rc = rc EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.
TR_CHECK_NAME_CLASS CALL FUNCTION 'TR_CHECK_NAME_CLASS' EXPORTING wi_pgmid = tadir-pgmid wi_object = tadir-object wi_objname = tadir-obj_name IMPORTING we_name_class = l_name_class EXCEPTIONS OTHERS = 2.
TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_test_modus = ' ' "Data base_Update wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'TABL' wi_tadir_obj_name = i_tadir_obj_name wi_tadir_srcsystem = i_srcsystem wi_tadir_author = i_author wi_tadir_devclass = i_devclass wi_tadir_masterlang = sy-langu EXCEPTIONS OTHERS = 1.
DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = 'CI_COBL' state = 'M' "get newest version IMPORTING gotstate = gotstate * DD02V_WA = DD02V_WA * DD09L_WA = DD09L_WA TABLES dd03p_tab = i_dd03p * DD05M_TAB = I_DD05M * DD08V_TAB = I_DD08V * DD12V_TAB = I_DD12V * DD17V_TAB = I_DD17V EXCEPTIONS illegal_input = 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.
RGUCBL01 - 2.1/2.2 User-def.Coding Block Fields: Appends & Entries in TMODU,GB01 RGUCBL01 - 2.1/2.2 User-def.Coding Block Fields: Appends & Entries in TMODU,GB01 RGUCBL00 - Insert Missing Append Structure for Migrated Coding Block Fields RGUCBL00 - Insert Missing Append Structure for Migrated Coding Block Fields RGUCBIW_CONVERT - Conversion of Table Entries from T800AIS, T881IS, & ROOSOURCE RGUCBIW_CONVERT - Conversion of Table Entries from T800AIS, T881IS, & ROOSOURCE