SAP Reports / Programs

RGUCBIW0_PI SAP ABAP Report - Generate Extraction Structure for FI-SL Table







RGUCBIW0_PI is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use transaction BW01 to create and activate extract structures in the OLTP system for a FI-SL table group...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 RGUCBIW0_PI into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FAGLBW01 - Generate Gen. Ledger Extract Struct.


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 RGUCBIW0_PI. "Basic submit
SUBMIT RGUCBIW0_PI AND RETURN. "Return to original report after report execution complete
SUBMIT RGUCBIW0_PI 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: P_SITAB = Line Items
Selection Text: P_TTTAB = Totals Records
Selection Text: TT_TABLE = Totals Table
Title: Generate Extraction Structure for FI-SL Table
Text Symbol: 001 = Select Totals Table
Text Symbol: 002 = Generate Extract Structures for...
Text Symbol: 100 = Generate Extraction Structure for General Ledger


INCLUDES used within this REPORT RGUCBIW0_PI

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:

G_BIW_CHECK_PLUGIN_CONVERSION call function 'G_BIW_CHECK_PLUGIN_CONVERSION' exceptions not_converted = 1 user_abort = 2 others = 3.

G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING TABLE = TT_TABLE IMPORTING TABLE_ATTR = L_S_DD02V EXCEPTIONS NOT_FOUND = 01.

G_BIW_EXSTRUCTURE_GENERATE_PI CALL FUNCTION 'G_BIW_EXSTRUCTURE_GENERATE_PI' EXPORTING I_TABNAME = TT_TABLE I_TABTYPE = 'TT' CHANGING C_KORRNUM = L_KORRNUM.

G_BIW_EXSTRUCTURE_GENERATE_PI CALL FUNCTION 'G_BIW_EXSTRUCTURE_GENERATE_PI' exporting I_TABNAME = SI_TABLE I_TABTYPE = 'SI' changing c_korrnum = l_korrnum.

G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING TABLE = SUM_TABLES-TAB IMPORTING TABLE_ATTR = L_S_DD02V EXCEPTIONS NOT_FOUND = 01.

G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING DYNP_TITLE = RGSEL-DYNP_TITLE SEL_TITLE1 = RGSEL-SEL_TITLE1 SEL_TITLE2 = RGSEL-SEL_TITLE2 KEY_COLUMNS = 1 NUMBER_OF_ROWS = 10 START_ROW = 3 IMPORTING SEL_INDEX = L_TABIX TABLES SEL_TABLE = SUM_TABLES EXCEPTIONS NO_LINE_PICKED = 01.



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