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

RGUCBFIP SAP ABAP Report - CodingBlock: Add Customer Fields to FI Fast Entry







RGUCBFIP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for When templates for fast entry in FI are generated, only SAP standard fields are presented...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 RGUCBFIP 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 RGUCBFIP. "Basic submit
SUBMIT RGUCBFIP AND RETURN. "Return to original report after report execution complete
SUBMIT RGUCBFIP 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
Selection Text: SAKOP = G/L account fast entry
Selection Text: RE_GU = Invoice/credit memo fast entry
Selection Text: PRPOS = Document Parking
Selection Text: KMPOS = Account Assignment Model
Title: CodingBlock: Add Customer Fields to FI Fast Entry
Text Symbol: TST = Test run
Text Symbol: PRP = Account assignment fields fast entry - invoice parking
Text Symbol: NOF = No customer field exists in account assignment block.
Text Symbol: NOD = CI_COBL not assigned to a development class.
Text Symbol: KMP = Account assignment fields fast entry - account assignment model
Text Symbol: GLA = Customer fields fast entry - G/L accounts (FB10)
Text Symbol: DCL = CI_COBL development class:
Text Symbol: CRE = Account assignment fields fast entry - vendor inv/cr.memo (FAKP)
Text Symbol: A01 = Include customer fields in reference screens for:
Text Symbol: 035 = Field from TCOBM not in COBL structure:
Text Symbol: 034 = Field type not allowed in screen
Text Symbol: 033 = Field text not found
Text Symbol: 032 = Table field not active in ABAP/4 Dictionary
Text Symbol: 031 = Error during adding:
Text Symbol: 030 = Field added:
Text Symbol: 026 = Screen was recreated.
Text Symbol: 025 = Screen recreated.
Text Symbol: 024 = Screen found:
Text Symbol: 022 = Screen generated:
Text Symbol: 021 = Screen created:
Text Symbol: 020 = Screen does not exist:
Text Symbol: 012 = New program was created:
Text Symbol: 011 = New program created:
Text Symbol: 010 = TADIR entry for new program created:


INCLUDES used within this REPORT RGUCBFIP

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:

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = TABNAME STATE = 'A' TABLES DD03P_TAB = T_DD03P.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = DDNAME_CI STATE = 'A' "Get active version TABLES DD03P_TAB = I_DD03P EXCEPTIONS ILLEGAL_INPUT = 1 OTHERS = 2.

CHECK_EXIST CALL FUNCTION 'CHECK_EXIST' EXPORTING IV_PGMID = 'R3TR' IV_OBJECT = 'PROG' IV_OBJ_NAME = PROG_NAME IMPORTING E_EXIST = PROG_EXISTS EXCEPTIONS TR_NO_CHECK_FUNCTION = 1 OTHERS = 2.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING OBJECT = U_PROG OBJECT_CLASS = 'PROG' MODE = 'INSERT' GLOBAL_LOCK = 'X' DEVCLASS = U_DEVC KORRNUM = U_KNUM MASTER_LANGUAGE = SY-LANGU IMPORTING KORRNUM = REC_KORRNUM DEVCLASS = U_DEVC EXCEPTIONS OTHERS = 1.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING OBJECT = ID OBJECT_CLASS = 'DYNP' MODE = 'INSERT' GLOBAL_LOCK = 'X' DEVCLASS = U_DEVC KORRNUM = U_KNUM MASTER_LANGUAGE = SY-LANGU IMPORTING KORRNUM = REC_KORRNUM DEVCLASS = U_DEVC EXCEPTIONS OTHERS = 1.

RS_SCRP_ADD_FIELD_TO_FIELDLIST CALL FUNCTION 'RS_SCRP_ADD_FIELD_TO_FIELDLIST' EXPORTING TABNAME = STABNAME FIELDNAME = U_FIELD INSERT_LINE = INSERT_LINE INSERT_COLUMN = INSERT_COLUMN TEXT_KIND = 'U' TEXT_LANGUAGE = SY-LANGU TEXT_LANGUAGE_2 = 'D' FIELDPARTS = 'T' TABLES F = F EXCEPTIONS NOT_FOUND = 1 TEXT_NOT_FOUND = 2 TYPE_IN_DYNPRO_NOT_ALLOWED = 3 OTHERS = 4.

RS_SCRP_ADD_FIELD_TO_FIELDLIST CALL FUNCTION 'RS_SCRP_ADD_FIELD_TO_FIELDLIST' EXPORTING TABNAME = U_TABLE FIELDNAME = U_FIELD INSERT_LINE = INSERT_LINE INSERT_COLUMN = INSERT_COLUMN TEXT_LANGUAGE = SY-LANGU TEXT_LANGUAGE_2 = 'D' TABLES F = F EXCEPTIONS NOT_FOUND = 1 TEXT_NOT_FOUND = 2 TYPE_IN_DYNPRO_NOT_ALLOWED = 3 OTHERS = 4.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'RE' DOKNAME = 'RGUCBFIP' TABLES LINKS = L_LINKS EXCEPTIONS OTHERS = 0.



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