RNUEIS_FUNCTION_MODULE_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program tests function modules that determine characteristics and key figures of the industry solution IS-H destined for transfer into the Executive Information System EC-EIS...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 RNUEIS_FUNCTION_MODULE_TEST 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.
IS-H Data Transfer - Test Function Modules
Selection Text: BEWOE = D Movement-Related
Selection Text: EINRI = D Institution
Selection Text: FALNR = D Case
Selection Text: FIENM = D Field Name
Selection Text: ORGID = D Org. Unit
Selection Text: PERDE_H = Period End
Selection Text: PERDE_L = Period Start
Selection Text: PERIV = D FYear Variant
Selection Text: PREVIOUS = No. Periods Before Current Prd
Selection Text: YEARB_H = Fiscal Year End
Selection Text: YEARB_L = Fiscal Year Start Date
Title: Test Function Module for Transferring Data from IS-H into EIS
Text Symbol: RCT = No. of records selected.....
Text Symbol: PRE = No. Before Current Period
Text Symbol: PEL = Period/Fiscal Year (IS-H) From
Text Symbol: PEH = Period/Fiscal Year (IS-H) To
Text Symbol: ISH = Read IS-H Data
Text Symbol: ISG = IS-H Records Determined
Text Symbol: ER4 = --> Transfer IS-H to EIS failed (see EIS transfer log)
Text Symbol: BIS = To
Text Symbol: ASV = IS-H data successfully transferred to EIS aspect
Text Symbol: 009 = Input Help: Organizational Unit
INCLUDE RNEISDATA_TEST.
INCLUDE RNEISASPETSEL_TEST.
INCLUDE RNEISISH_TEST.
INCLUDE RNEISASPET_TEST.
INCLUDE RNEISASPET_TEST.
INCLUDE RNEISASPET_TEST.
No SAP DATABASE tables are accessed within this REPORT code!
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING REPID = REPID EINRI = EINRI NO_MESSAGE = OFF MESSAGETYPE = 'E' AUTO_LEAVE = OFF.
KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING MSGTY = 'E' ARBGB = 'NEIS' MSGNR = '003'.
KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING MSGTY = 'E' ARBGB = 'NEIS' MSGNR = '017' MSGV1 = PERDE_H MSGV2 = YEARB_H MSGV3 = PERDE_L MSGV4 = YEARB_L.
KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING MSGTY = 'E' ARBGB = 'NEIS' MSGNR = '018'.
KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING MSGTY = 'E' ARBGB = 'NEIS' MSGNR = '001'.
KCD_MESSAGES_COLLECT CALL FUNCTION 'KCD_MESSAGES_COLLECT' EXPORTING MSGTY = 'E' ARBGB = 'NEIS' MSGNR = '002'.
ISH_F4_HELP_CASENO CALL FUNCTION 'ISH_F4_HELP_CASENO' EXPORTING DYNAME = REPID DYNUMB = '1000' INSTITUTION_FNAME = 'EINRI' IMPORTING CASENO = FALNR EXCEPTIONS OTHERS = 1.
ISH_HELP_REQUEST CALL FUNCTION 'ISH_HELP_REQUEST' EXPORTING SS_OBJECT = 'ISH_RNUEIS_PREVIOUS' SS_POPUP = ON EXCEPTIONS OTHERS = 1.
KCD_MESSAGES_COLLECT * CALL FUNCTION 'KCD_MESSAGES_COLLECT' * EXPORTING * msgty = 'A' * arbgb = 'KX' * msgnr = '064' * msgv1 = aspect * db_commit = on.
ISH_SET_PERDE_FOR_EIS CALL FUNCTION 'ISH_SET_PERDE_FOR_EIS' EXPORTING EINRI = EINRI PREVIOUS = PREVIOUS PERIV = PERIV IMPORTING PERBEGIN = PERBEGIN PEREND = PEREND CHANGING PERDE_LOW = PERDE_L PERDE_HIGH = PERDE_H YEARB_LOW = YEARB_L YEARB_HIGH = YEARB_H EXCEPTIONS PERIOD_NOT_FOUND = 1 OTHERS = 2.
ISH_GET_FUNCTIONS_FOR_FIELDS CALL FUNCTION 'ISH_GET_FUNCTIONS_FOR_FIELDS' TABLES I_FIELDS = ITAB_CHARACTS I_FUNCTIONS = ITAB_FUNCTIONS EXCEPTIONS NO_FUNCTIONS_FOUND = 1 OTHERS = 2.
ISH_GET_FUNCTIONS_FOR_FIELDS CALL FUNCTION 'ISH_GET_FUNCTIONS_FOR_FIELDS' TABLES I_FIELDS = ITAB_KEYS I_FUNCTIONS = I_FUNCTIONS EXCEPTIONS NO_FUNCTIONS_FOUND = 1 OTHERS = 2.
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING AMBES = ON DATE = SY-DATUM EINRI = EINRI FAZUW = ON FREIG = ON GRAPH_TITLE = 'Eingabehilfe: OE'(009) "#EC NO_BAUID = ON PFZUW = ON SPERR = OFF VCODE = 'UPD' START_ORGFA = ORGID IMPORTING SELECTED_ORGID = ORGID EXCEPTIONS BAUID_NOT_IN_NBAU = 1 EINRI_NOT_IN_TN01 = 2 NO_HIERARCHY = 3 ORGID_NOT_IN_NORG = 4 OTHERS = 5.
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING DYNAME = REPID DYNUMB = DYNNR TABLES DYNPFIELDS = DYNPFIELDS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUEIS_FUNCTION_MODULE_TEST - Test Function Module for Transferring Data from IS-H into EIS RNUEIS_FUNCTION_MODULE_TEST - Test Function Module for Transferring Data from IS-H into EIS RNUEISDATA - IS-H: Global variables for RNUEIS data transfer IS-H -> EIS RNUEIS - Transfer Data IS-H -> EIS RNUEIS - Transfer Data IS-H -> EIS RNUEBER1 - IS-H: Limit Extended Service With Substituting Service