SAP Reports / Programs | Cross-Application Components | Joint Venture und Production Sharing Accounting(CA-JVA) SAP CA

RGPSC_RPT02 SAP ABAP Report - main program for gppsc_rpt01







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


Text pool values


Title: main program for gppsc_rpt01
Text Symbol: SCR = Selection Criteria
Text Symbol: PRO = Processing options
Text Symbol: PDT = Posting details
Text Symbol: 219 = Psc Group:
Text Symbol: 218 = Psc Product:
Text Symbol: 217 = Psc Name:
Text Symbol: 216 =
Text Symbol: 215 = Partner Share Amt
Text Symbol: 214 = Partner %
Text Symbol: 213 = Curr
Text Symbol: 212 = Curt
Text Symbol: 209 =
Text Symbol: 205 = Scheme Step
Text Symbol: 204 = Psc_Calc_Type
Text Symbol: 203 = Psc_Calc_Step
Text Symbol: 202 = Eqgrup
Text Symbol: 201 = Vent
Text Symbol: 101 = partner:
Text Symbol: 005 = Period:
Text Symbol: 004 = Year :
Text Symbol: 003 = Company:
Text Symbol: 002 = Client :
Text Symbol: 001 = RGPSC_RPT01


INCLUDES used within this REPORT RGPSC_RPT02

INCLUDE RGPSC_RPT01TOP.
INCLUDE RGPSC_RPT01SC.


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:

HEADER CALL FUNCTION 'HEADER' EXPORTING I_REPORT_NUM = TEXT-001 I_REPORT_TITLE = PRTXT I_TITLE_LENGTH = 40.

BUILD_EQ_TABLE CALL FUNCTION 'BUILD_EQ_TABLE' EXPORTING * FLAG_INCLUDE_0_PERCENT = ' ' I_COMPANY = P_BUKRS * I_DATE = ' ' I_EQUITY_GRP = IPSCIT-EGRUP I_IS_NPOCI = 'X' I_PERIOD = P_PERIOD I_VENTURE = IPSCIT-VNAME I_YEAR = P_GJAHR TABLES E_INT_EQ_SHARE = INT_EQ_SHARE EXCEPTIONS INCOMPLETE = 1 OTHERS = 2.

SPLIT_EQUITY CALL FUNCTION 'SPLIT_EQUITY' EXPORTING I_LOCAL_AMT = IPSCCR-CON_AMT I_TRANS_AMT = 0 * I_LOCAL2_AMT = 0 * I_LOCAL3_AMT = 0 * IMPORTING * E_OPER_ALLOC_ERROR = TABLES E_INT_EQ_SHARE = INT_EQ_SHARE EXCEPTIONS INCOMPLETE = 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 RGPSC_RPT02 or its description.