SAP Reports / Programs

RGUCBL01 SAP ABAP Report - 2.1/2.2 User-def.Coding Block Fields: Appends & Entries in TMODU,GB01







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


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 RGUCBL01. "Basic submit
SUBMIT RGUCBL01 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUCBL01 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: 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


INCLUDES used within this REPORT RGUCBL01

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:

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.



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 RGUCBL01 or its description.