SAP Reports / Programs

RPUPAPF0 SAP ABAP Report - Partial Profit Sharing Release







RPUPAPF0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this program you can carry out a partial withdrawal of an employee's profit sharing...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 RPUPAPF0 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

PC00_M06_UPAP - Profit sharing: Partial Payment


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 RPUPAPF0. "Basic submit
SUBMIT RPUPAPF0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUPAPF0 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: LOHN_11 = Profit-sharing wage type
Selection Text: LOHN_I11 = Wage type for interest
Selection Text: P_AMOUNT = Amount withdrawn
Selection Text: P_DATE = Date of withdrawal
Selection Text: P_LOHN = Profit-sharing wage type
Selection Text: P_LOHN_I = Wage type for interest
Selection Text: P_MAPNA = Batch input file name
Selection Text: P_MOPAR1 = Modifier
Selection Text: P_MOTIF = Release reason
Selection Text: P_PAYMOD = Payment method
Selection Text: P_SUBTYP = Fiscal year
Selection Text: P_TEST = Test mode
Selection Text: P_W_CSGI = CSG on interest
Selection Text: P_W_LIBI = Levy deducted at source
Selection Text: P_W_NPSI = Social security contribution
Selection Text: P_W_RDSI = CRDS on interest
Selection Text: P_W_RSAI = Other contributions
Title: Partial Profit Sharing Release
Text Symbol: T50 = Special case
Text Symbol: T45 = Wage types for contribution records
Text Symbol: T40 = Contribution records
Text Symbol: T37 = Withdrawal
Text Symbol: T36 = Payment WTypes
Text Symbol: T34 = Business unit
Text Symbol: 041 = Payment for payroll run
Text Symbol: 042 = External payment
Text Symbol: 045 = Amount withdrawn
Text Symbol: 048 = Expats.
Text Symbol: 049 = Impats.
Text Symbol: 051 = Cross-bord.
Text Symbol: 100 = Identical to that of bank details
Text Symbol: 101 = Identical for all employees
Text Symbol: 102 = Payment method
Text Symbol: FR3 = Exemption from costs
Text Symbol: FR6 = Method for external payment
Text Symbol: H01 = To
Text Symbol: H02 = calculated on
Text Symbol: PUR = Profit sharing





Text Symbol: T10 = Administration
Text Symbol: T20 = Payment WTypes
Text Symbol: T24 = Int. paid
Text Symbol: T25 = Part of int.
Text Symbol: T28 = Tot. withdrawn
Text Symbol: T29 = Net payable
Text Symbol: T30 = Old balance
Text Symbol: T31 = Batch input file was created :
Text Symbol: T32 = Simulation - (no batch input file created)


INCLUDES used within this REPORT RPUPAPF0

INCLUDE RPLPARFK.
INCLUDE RPLPARFA.
INCLUDE RPUPAPFD.
INCLUDE RPLALVFD.
INCLUDE RPUPAPFS.


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:

RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '06' begda = p_date "#EC DOM_EQUAL endda = p_date "#EC DOM_EQUAL IMPORTING waers = main_curr return = return.

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING client = sy-mandt group = p_mapna user = sy-uname. "#EC DOM_EQUAL

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.



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