SAP Reports / Programs | Financial Accounting | Consolidation | Basic Functions(FI-LC-LC) SAP FI

RGCEIS00 SAP ABAP Report - FI-LC: Transfer of Data to EIS







RGCEIS00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RGCEIS00 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 RGCEIS00. "Basic submit
SUBMIT RGCEIS00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGCEIS00 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: SO_PERID = D Period
Selection Text: P_VERSIO = D Version
Selection Text: P_TEST = D Test run
Selection Text: P_RYEAR = D Fiscal year
Selection Text: P_RVERS = D Version
Selection Text: P_RSUBD = D Subgroup
Selection Text: P_PLACTI = D Plan/actual indicator
Selection Text: P_DELET = Delete EIS data
Title: FI-LC: Transfer of Data to EIS
Text Symbol: 110 = Data transfer to EIS
Text Symbol: 020 = Records were transferred to EIS
Text Symbol: 015 = Value item assigned to more than one totals item
Text Symbol: 014 = Value items which are not assigned to a totals item
Text Symbol: 013 = A value item cannot be assigned to more than one totals item
Text Symbol: 012 = FS items which are assigned to several totals items.
Text Symbol: 011 = Value item
Text Symbol: 010 = Totals item
Text Symbol: 007 = EIS plan/actual ind.
Text Symbol: 006 = EIS version
Text Symbol: 005 = Test run
Text Symbol: 004 = Period
Text Symbol: 003 = Fiscal year
Text Symbol: 002 = Consolidation version
Text Symbol: 001 = Subgroup
Text Symbol: 111 = Transfer report data
Text Symbol: 112 = now?
Text Symbol: B01 = Selection criteria
Text Symbol: B02 = Technical settings
Text Symbol: B03 = Settings for EIS
Text Symbol: OPF = Error occurred in transfer structure or transfer rules


INCLUDES used within this REPORT RGCEIS00

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:

KCD_SENDER_SET_TRANSFER * CALL FUNCTION 'KCD_SENDER_SET_TRANSFER' * EXPORTING * SENDER_SET = A_DATA.

EIS_TR_SENDER_STRUCTURE_MAINTA * CALL FUNCTION 'EIS_TR_SENDER_STRUCTURE_MAINTA' * EXPORTING * REPID = RNAME * INITIALISE = 'X' * RULE_MAINTENANCE = 'X' * DDIC_STRUCTURE = TABNAME * IMPORTING * CHANGED_STRUCTURE = RULE_MAINTA_REQUIRED * ASPET = ASPET * GRPID = CDT_GRPID * TABLES * SEND_STRUCT = SENDER_STRUCTURE * DEFRL = DEFRL[] * EXCEPTIONS * EXIT_WANTED = 01.

POPUP_TO_CONFIRM_STEP ** call function 'POPUP_TO_CONFIRM_STEP' ** exporting ** defaultoption = 'Y' ** textline1 = text-111 ** textline2 = text-112 ** titel = text-110 ** start_column = 25 ** start_row = 6 ** importing ** answer = answer.

KCD_MAPPING_INIT * CALL FUNCTION 'KCD_MAPPING_INIT' * EXPORTING * REPID = LD_REPID * GRPID = LD_GRPID * EXCEPTIONS * INITIALIZATION_FAILED = 1.

KCD_MAPPING_EXECUTE * CALL FUNCTION 'KCD_MAPPING_EXECUTE' * TABLES * VARVL = VAR_TAB[] * EXCEPTIONS * ERROR_OCCURED = 1.

SLICE_INIT * CALL FUNCTION 'SLICE_INIT' * EXPORTING * FILNM = ' ' * MDELE = 'X' * TABLES * PARVL = PARATAB.

KCD_SENDERSTRUCTURE_CHECK * CALL FUNCTION 'KCD_SENDERSTRUCTURE_CHECK' * EXPORTING * REPID = LD_REPID * IMPORTING * ESTRC = L_ESTRC * EXCEPTIONS * SEND_STRUC_NOT_FOUND = 1 * OTHERS = 2.

RKC_FTAB_GET * CALL FUNCTION 'RKC_FTAB_GET' * EXPORTING * USG_SEL = 'FD' * TABNM = LD_ASTAB * TABLES * FIELD_TAB = IT_INFO * EXCEPTIONS * NO_INFO = 1 * SELECTION_ERROR = 2 * FTAB_EMPTY = 3 * OTHERS = 4.



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