RPCPL1D0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RPCPL1D0 gives you different evaluations of garnishment/cession results in a payroll...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 RPCPL1D0 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.
Selection Text: AW_ART = Evaluation type
Selection Text: AW_PERIO = Selection for Repayment
Selection Text: GETILGT = Select Repaid Items
Selection Text: LS_PERIO = Period selection
Selection Text: PF_ART = Garnishment type
Selection Text: PF_NUM = Garnishment number
Selection Text: SORTIER = Sort
Selection Text: WAERG = Currency
Selection Text: PERIOD_J = ?...(PERIOD J)
Selection Text: PERIOD_P = ?...(PERIOD P)
Selection Text: PNPABKRS = ?...(PNPABKRS)
Selection Text: PNPBEGDA = ?...(PNPBEGDA)
Selection Text: PNPBEGPS = ?...(PNPBEGPS)
Selection Text: PNPENDDA = ?...(PNPENDDA)
Selection Text: PNPENDPS = ?...(PNPENDPS)
Selection Text: PNPPABRJ = ?...(PNPPABRJ)
Selection Text: PNPPABRP = ?...(PNPPABRP)
Selection Text: PNPPERNR = ?...(PNPPERNR)
Selection Text: PNPSTATU = ?...(PNPSTATU)
Selection Text: PNPXABKR = ?...(PNPXABKR)
Selection Text: PNPXBWBK = ?...(PNPXBWBK)
Selection Text: PNPXPGPK = ?...(PNPXPGPK)
Title: Evaluation of Garnishment Results
Text Symbol: S01 = Total Statistics
Text Symbol: P04 = Sort order
Text Symbol: P03 = Period Selection
Text Symbol: P02 = Selection for Repayment
Text Symbol: P01 = Evaluation type
Text Symbol: P00 = Start with period
Text Symbol: N03 = Ty. No. Creditor
Text Symbol: N01 = Garnishments Never Served :
Text Symbol: H05 = Garnishment Credit for Period
Text Symbol: H04 = Progression of Garnishment Results to Period
Text Symbol: H03 = Statement of Garnishment Results for Period
Text Symbol: H02 = Expected Repaid Garnishments in the Period
Text Symbol: H01 = Overview of Garnishment Results for Period
Text Symbol: E87 = Error Calling Up the CD Manager.
Text Symbol: E86 = Cluster $ Could Not Be Read with Record & :
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
HR_F4_COUNTRY_CURRENCY CALL FUNCTION 'HR_F4_COUNTRY_CURRENCY' EXPORTING molga = '01' IMPORTING waers = waerg.
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = '01' begda = datum IMPORTING waers = waers EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 OTHERS = 5.
RP_READ_T100 CALL FUNCTION 'RP_READ_T100' EXPORTING arbgb = sy-msgid msgnr = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 sprsl = sy-langu IMPORTING text = t100_text EXCEPTIONS no_entry_found = 01.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = pn-begda foreign_amount = betrag foreign_currency = alte_waerg local_currency = neue_waerg IMPORTING local_amount = betrag EXCEPTIONS no_rate_found = 1 overflow = 2.
RP_READ_T100 CALL FUNCTION 'RP_READ_T100' EXPORTING arbgb = sy-msgid msgnr = sy-msgno msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 sprsl = sy-langu IMPORTING text = t100_text EXCEPTIONS no_entry_found = 01.
HRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'HRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = t500p-bukrs IMPORTING country = land1 EXCEPTIONS not_found = 1 OTHERS = 2.
DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = name value = value_local IMPORTING dd07v_wa = dd07v_wa rc = rc EXCEPTIONS OTHERS = 1.
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 RPCPL1D0 or its description.