SAP Reports / Programs

SAPRGEN_CD SAP ABAP Report - Generating FS-CD Includes







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


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


Text pool values


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.


INCLUDES used within this REPORT SAPRGEN_CD

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:

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.



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