SAP Reports / Programs | Accounting - General | Coding Block(AC-COB) SAP AC

RGUCBL00 SAP ABAP Report - Insert Missing Append Structure for Migrated Coding Block Fields







RGUCBL00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Assignments This program is only relevant for customers who created additional account assignments 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 RGUCBL00 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 RGUCBL00. "Basic submit
SUBMIT RGUCBL00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUCBL00 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: S_BBSEG = Batch Input Financial Acctng
Selection Text: S_BSEGCO = FI Document Changes for CO
Selection Text: S_COBL_C = FI: SAPF181 Subsqnt Debit P&L
Selection Text: S_COEP_O = CO Archiving
Selection Text: S_FIPD = Parking (FI/MM)
Selection Text: S_MMIM = Inventory Management (MM-IM)
Selection Text: S_MMIV = Invoice Verification (MM-IV)
Selection Text: S_MMPUR = Purchasing (MM-PUR)
Selection Text: S_RKPOS = CO Line Item Reporting
Selection Text: S_RWIF = Accounting Interface
Selection Text: S_SAPOS = FI Fast Entry
Selection Text: S_SAP_CO = ALE: User Fields for Distrib
Selection Text: TEST_RUN = Test Run
Title: Insert Missing Append Structure for Migrated Coding Block Fields
Text Symbol: 001 = Customer Append <-- Prog: RGUCBL00
Text Symbol: 011 = Warning (Update Run)
Text Symbol: 012 = Test Run
Text Symbol: 040 = Reading the structure
Text Symbol: 041 = Writing the structure
Text Symbol: 043 = Activating the structure


INCLUDES used within this REPORT RGUCBL00

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:

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING popup_title = popup_title text_object = text_object1 IMPORTING cancelled = cancelled EXCEPTIONS text_not_found = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = guitext.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = tabname state = 'M' "Get newest version IMPORTING gotstate = gotstate TABLES dd03p_tab = i_dd03p 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.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = guitext.

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.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 0 text = guitext.

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.

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.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'MODIFY' object = object object_class = 'DICT' suppress_corr_check = 'X' EXCEPTIONS canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 OTHERS = 9.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING mode = 'INSERT' object = object object_class = 'DICT' EXCEPTIONS canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 OTHERS = 9.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = object object_class = 'DICT' mode = 'INSERT' devclass = devclass korrnum = korrnum master_language = sy-langu IMPORTING devclass = devclass korrnum = korrnum EXCEPTIONS cancelled = 1 permission_failure = 2 unknown_objectclass = 3 OTHERS = 4.

XPRA_ENTRY_IN_CORR_APPEND CALL FUNCTION 'XPRA_ENTRY_IN_CORR_APPEND' EXPORTING repid = 'RFBIPPG0' korrnum = korrnum EXCEPTIONS OTHERS = 1.

XPRA_ENTRY_IN_CORR_APPEND CALL FUNCTION 'XPRA_ENTRY_IN_CORR_APPEND' EXPORTING repid = 'SAPFACCG' korrnum = korrnum EXCEPTIONS OTHERS = 1.



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