RKPSEF70 is a standard ABAP INCLUDE 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 RKPSEF70 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_SET_OBJECT CALL FUNCTION 'APPL_LOG_SET_OBJECT' EXPORTING OBJECT = 'PSEIS' NO_LOG = ' '.
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_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_PSGEN = GT_PSGEN.
PS_EIS_LOGISTIC CALL FUNCTION 'PS_EIS_LOGISTIC' EXPORTING I_EXPDATE = P_DATE I_REPID = 'RKPSEIS1' 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_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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.