SAP Reports / Programs | Project System | Information System | Project Reports(PS-IS-REP) SAP PS

RKPSEF70 SAP ABAP INCLUDE - documentation and ABAP source code







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


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 RKPSEF70. "Basic submit
SUBMIT RKPSEF70 AND RETURN. "Return to original report after report execution complete
SUBMIT RKPSEF70 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RKPSEF70

No INCLUDES are used within this REPORT code!


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_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.



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