SAPRGEN_CD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Generation in IS-IS-CD This reports generates various includes from Customizings You can start the report at any time...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 SAPRGEN_CD 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: Generating FS-CD Includes
Text Symbol: 001 = Include ISCDGEN_ACC_OP Generation Successful
Text Symbol: 002 = Include ISCDGEN_ACC_OPK Generation Successful
Text Symbol: 003 = Include ISCDGEN_COPA Generation Successful
Text Symbol: 004 = Include ISCDGEN_AAA_1 Generation Successful
Text Symbol: 005 = Include ISCDGEN_AAA_2 Generation Successful
Text Symbol: 007 = Include ISCDGEN_AAA_4 Generation Successful
Text Symbol: 008 = Modification Number Generation Successful
Text Symbol: 009 = Generation Screen for BP Items Successful
Text Symbol: 010 = Generation Screen for G/L Offsetting Item Successful
Text Symbol: 011 = Generation Screen for FI Successful
Text Symbol: 012 = Generation of Includes
Text Symbol: 101 = Acct Determination for Receivables/Payables
Text Symbol: 102 = Acct Det. for Expense/Revenue
Text Symbol: 103 = CO-PA Field Transfers Posting Interface
Text Symbol: 104 = Addtl Acct Assgnmts for Ins.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GEN_ACCOUNT_DETERM_OP * CALL FUNCTION 'GEN_ACCOUNT_DETERM_OP' * EXCEPTIONS * error_insert = 1 * OTHERS = 2.
GEN_ACCOUNT_DETERM_OPK * CALL FUNCTION 'GEN_ACCOUNT_DETERM_OPK' * EXCEPTIONS * error_insert = 1 * OTHERS = 2.
GEN_COPA_INTERFACE CALL FUNCTION 'GEN_COPA_INTERFACE' EXCEPTIONS error_insert = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.