RECPCAX1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In Release 3...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 RECPCAX1 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.
Title: EC-PCA: Program for Converting Texts for Profit Center Master Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' "RDIP40K038734 EXPORTING ACCEPT_NOT_INIT = 'X' TABLES XMSG = PROTOKOLL EXCEPTIONS FILE_NOT_FOUND = 1 WRONG_CALL = 2 OTHERS = 3.
APPEND_PROTOCOL * call function 'APPEND_PROTOCOL' "RDIP40K038734 * exporting "RDIP40K038734 * accept_not_init = 'X' "RDIP40K038734 * tables "RDIP40K038734 * xmsg = protokoll "RDIP40K038734 * exceptions "RDIP40K038734 * table_empty = 1 "RDIP40K038734 * prot_not_initialized = 2. "Online-Modus. "RDIP40K038734
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' "RDIP40K038734 EXCEPTIONS "RDIP40K038734 OTHERS = 0. "RDIP40K038734
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RECPCAX1 - EC-PCA: Program for Converting Texts for Profit Center Master Data RECPCAX1 - EC-PCA: Program for Converting Texts for Profit Center Master Data RECPCA11 - EC-PCA: Copy CO-CCA Cost Element Groups to Profit Center Accounting RECPCA11 - EC-PCA: Copy CO-CCA Cost Element Groups to Profit Center Accounting RECPCA04 - EC-PCA: Copy Financial Statement Version from FI to EC-PCA RECPCA04 - EC-PCA: Copy Financial Statement Version from FI to EC-PCA