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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGCEIS00 - FI-LC: Transfer of Data to EIS RGCEIS00 - FI-LC: Transfer of Data to EIS RGCEDR20 - Download Extract to R/2 RF-KONS RGCEDR20 - Download Extract to R/2 RF-KONS RGCDOWVJ - FI-LC Download: Carry-fwd Values for Carry-Forward Transaction Types RGCDOWVJ - FI-LC Download: Carry-fwd Values for Carry-Forward Transaction Types