RGCEISS1 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 RGCEISS1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OCL5 - Extract to EIS
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: P_VERSIO = EIS version
Selection Text: P_TEST = Test run
Selection Text: P_RYEAR = Fiscal year
Selection Text: P_RVERS = Version
Selection Text: P_RSUBD = Subgroup
Selection Text: P_PLACTI = EIS plan/actual indicator
Selection Text: P_PERID = Period
Selection Text: P_HRCHY = Display item hierarchy
Selection Text: P_FSCAT = Consolidation frequency
Selection Text: P_DELET = Delete EIS data
Selection Text: P_AUFRIS = Transfer transaction types
Title: FI-LC Data Selection for EIS Reporting
Text Symbol: OPF = Error occurred in transfer structure or transfer rules
Text Symbol: B03 = Settings for EIS
Text Symbol: B02 = Technical settings
Text Symbol: B01 = Selection criteria
Text Symbol: 112 = now?
Text Symbol: 111 = Transfer report data
Text Symbol: 110 = Data transfer to EIS
Text Symbol: 033 = and not also in local currency!
Text Symbol: 032 = is broken down by transaction type only in group currency
Text Symbol: 031 = Caution: Since no trading partner shares are selected, the report
Text Symbol: 022 = Error: Check the transfer logs in Enterprise Controlling !
Text Symbol: 021 = The following value items are not contained in any EIS totals item
Text Symbol: 020 = FS item hierarchy
Text Symbol: 019 = EIS plan/actual ind.
Text Symbol: 018 = EIS version
Text Symbol: 017 = Print hierarchy:
Text Symbol: 016 = Test run:
Text Symbol: 015 = Breakdown indicator:
Text Symbol: 014 = Version:
Text Symbol: 013 = Cons frequency:
Text Symbol: 012 = End period:
Text Symbol: 011 = Year:
Text Symbol: 010 = Subgroup:
Text Symbol: 003 = Selection date of data used:
Text Symbol: 002 = No. of records:
Text Symbol: 001 = Company:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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_ASPET * TABLES * FIELD_TAB = IT_INFO * EXCEPTIONS * NO_INFO = 1 * SELECTION_ERROR = 2 * FTAB_EMPTY = 3 * OTHERS = 4.
SLICE_INIT * CALL FUNCTION 'SLICE_INIT' * EXPORTING ** FILNM = ' ' * MDELE = 'X' * TABLES * PARVL = PARATAB.
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.
CHECK_RULES_FOR_SENDERPROGRAMM * CALL FUNCTION 'CHECK_RULES_FOR_SENDERPROGRAMM' * EXPORTING * REPID = RNAME * EXCEPTIONS * ERROR_WHEN_READING_DDIC = 1 * TRANSFER_RULES_NOT_CORRECT = 2 * OTHERS = 3.
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.