SAP Reports / Programs | Cross-Application Components | Enterprise Project Connection(CA-EPC) SAP CA

/SEPC/R_XFER_PROJ_PRIM SAP ABAP Report - Transfer Projects







/SEPC/R_XFER_PROJ_PRIM is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report you can transfer data between the SAP ERP system and Enterprise Project Management (EPM) system...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 /SEPC/R_XFER_PROJ_PRIM 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

/SEPC/XFER_PROJECT - Transfer Projects


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 /SEPC/R_XFER_PROJ_PRIM. "Basic submit
SUBMIT /SEPC/R_XFER_PROJ_PRIM AND RETURN. "Return to original report after report execution complete
SUBMIT /SEPC/R_XFER_PROJ_PRIM 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: S_WERKS = D .
Selection Text: S_VERNR = D .
Selection Text: S_VBUKR = D .
Selection Text: S_SYSTAT = D .
Selection Text: S_STATUS = D .
Selection Text: S_PROJ = D .
Selection Text: S_PROFL = D .
Selection Text: S_PLSEZ = D .
Selection Text: S_PLFAZ = D .
Selection Text: S_DATE = D .
Selection Text: PA_XFR = D .
Selection Text: PA_INT = D .
Selection Text: PA_AUTO = D .
Title: Transfer Projects
Text Symbol: 115 = Job Details
Text Symbol: 114 = Refresh
Text Symbol: 113 = Job Results
Text Symbol: 112 = Invalid Transfer Type
Text Symbol: 111 = Transfer Projects
Text Symbol: 109 = caused a failure.
Text Symbol: 108 = A method in the automation queue
Text Symbol: 107 = Internal error:
Text Symbol: 106 = Automation queue failure
Text Symbol: 100 = Unable to create UI container
Text Symbol: 010 = Automatic Transfer
Text Symbol: 009 = Interactive Selection
Text Symbol: 008 = Transfer Options
Text Symbol: 007 = Transfer Projects from
Text Symbol: 006 = Transfer Mode
Text Symbol: 004 = Transfer Projects
Text Symbol: 003 = Unknown
Text Symbol: 002 = Transfer Type
Text Symbol: 001 = Projects


INCLUDES used within this REPORT /SEPC/R_XFER_PROJ_PRIM

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:

No SAP FUNCTION MODULES are executed within this report code!



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 /SEPC/R_XFER_PROJ_PRIM or its description.