SAP Reports / Programs

RKPSEIS1 SAP ABAP Report - Transfer Data from PS to EIS







RKPSEIS1 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 RKPSEIS1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CJSA - Data Transfer to SAP-EIS


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 RKPSEIS1. "Basic submit
SUBMIT RKPSEIS1 AND RETURN. "Return to original report after report execution complete
SUBMIT RKPSEIS1 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: P_TEST = Test Run
Selection Text: P_LOGPER = Work per Period
Selection Text: P_LOG = Work, Deadlines, Duration
Selection Text: P_DISVAR = Detail List for Layout
Selection Text: P_DETAIL = Detail List
Selection Text: P_DATE = Export Date
Selection Text: P_ACC = Costs, Revenues, Payments
Title: Transfer Data from PS to EIS
Text Symbol: 016 = Sel. Values
Text Symbol: 013 = Selection Crit.
Text Symbol: 002 = Selection
Text Symbol: 001 = Processing Options


INCLUDES used within this REPORT RKPSEIS1

INCLUDE RKPSETOP.
INCLUDE RKPSEF30.
INCLUDE RKPSEF60.


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:

APPL_LOG_INIT CALL FUNCTION 'APPL_LOG_INIT' EXPORTING OBJECT = 'PSEIS' EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 OTHERS = 3.

APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING HEADER = GD_HEADER EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2.

APPL_LOG_SET_OBJECT CALL FUNCTION 'APPL_LOG_SET_OBJECT' EXPORTING OBJECT = 'PSEIS' SUBOBJECT = '1 SELECTION' NO_LOG = ' '.

PS_TIME_MEASUREMENT CALL FUNCTION 'PS_TIME_MEASUREMENT'.

PS_SUMM_READ_AND_EXTEND_PSERB CALL FUNCTION 'PS_SUMM_READ_AND_EXTEND_PSERB' EXPORTING I_MESSAGE_HANDLER = ON TABLES IT_OBJECTS = GT_OBJECTS * it_select_fields = ET_PSERB = GT_PSERB EXCEPTIONS NO_VALID_INPUT = 1 INHERITATION_ERROR = 2 OTHERS = 3.

PS_TIME_MEASUREMENT CALL FUNCTION 'PS_TIME_MEASUREMENT' EXPORTING I_MSGID = 'KAP6' I_MSGNO = '008' TABLES T_MESSAGES = GT_MESSAGES.

APPL_LOG_WRITE_MESSAGES CALL FUNCTION 'APPL_LOG_WRITE_MESSAGES' EXPORTING OBJECT = 'PSEIS' SUBOBJECT = '1 SELECTION' UPDATE_OR_INSERT = 'I' TABLES MESSAGES = GT_MESSAGES.

PS_EIS_ACCOUNTING CALL FUNCTION 'PS_EIS_ACCOUNTING' EXPORTING I_EXPDATE = P_DATE I_REPID = 'RKPSEIS1' I_KOKRS = CN_KOKRS I_DETAIL = P_DETAIL I_TEST = P_TEST I_MESSAGE_HANDLER = ON TABLES T_RPSCO = GT_RPSCO T_RPSQT = GT_RPSQT T_PSEISPRPS = GT_PSEISPRPS T_PSEISPRTE = GT_PSEISPRTE T_PSEISAUFK = GT_PSEISAUFK T_PSEISAFKO = GT_PSEISAFKO T_PSEISAFPO = GT_PSEISAFPO T_PSEISACT01 = GT_PSEISACT01 T_PSEISRESB01 = GT_PSEISRESB01 T_PSEISELM_PS = GT_PSEISELM_PS T_PSERB = GT_PSERB T_PSGEN = GT_PSGEN.

PS_EIS_LOGISTIC CALL FUNCTION 'PS_EIS_LOGISTIC' EXPORTING I_EXPDATE = P_DATE I_REPID = 'RKPSEIS2' "QEH I_LOGPER = P_LOGPER I_DETAIL = P_DETAIL I_TEST = P_TEST I_MESSAGE_HANDLER = ON TABLES T_PSEISPRPS = GT_PSEISPRPS T_PSEISPRTE = GT_PSEISPRTE T_PSEISAUFK = GT_PSEISAUFK T_PSEISAFKO = GT_PSEISAFKO T_PSEISAFPO = GT_PSEISAFPO T_PSEISACT01 = GT_PSEISACT01 T_PSEISRESB01 = GT_PSEISRESB01 T_PSEISELM_PS = GT_PSEISELM_PS T_PSERB = GT_PSERB T_PSGEN = GT_PSGEN.

PS_EIS_PROTOCOL CALL FUNCTION 'PS_EIS_PROTOCOL' EXPORTING I_DISVARIANT = GD_DISVARIANT I_DETAIL = P_DETAIL TABLES T_PSGEN = GT_PSGEN.



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