SAP Reports / Programs | Payroll(PY) SAP PY

RPCMNCT0 SAP ABAP Report - Mincovka







RPCMNCT0 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 RPCMNCT0 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_M18_PODPLZ - Signature document and enumeration
PC00_M18_PODPLD - Signature document and enumeration


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 RPCMNCT0. "Basic submit
SUBMIT RPCMNCT0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCMNCT0 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: AMOUNT = Print amount
Selection Text: BEGDA = Records form IT0011 From-To
Selection Text: DRUH = Type of wages
Selection Text: EMFSL = Payee key from IT0011
Selection Text: ITEMS = Display detail
Selection Text: NAME = Name
Selection Text: PARSORT1 =
Selection Text: PARSORT2 =
Selection Text: PARSORT3 =
Selection Text: PARSORT4 =
Selection Text: PARSORT5 =
Selection Text: PARSUM1 =
Selection Text: PARSUM2 =
Selection Text: PARSUM3 =
Selection Text: PARSUM4 =
Selection Text: PARSUM5 =
Selection Text: PERNUM = Personal number
Selection Text: PODPDOL = Printout signature clause
Selection Text: P_0009 = Subtype 0009 for advances
Selection Text: UWDAT = Date fin. transfer from IT0011
Selection Text: VYP = Income
Selection Text: ZAL = Advances for payroll
Selection Text: ZERO = Null amount
Selection Text: ZLSCH = Payment method from IT0011
Title: Mincovka
Text Symbol: 001 = Sort and sums
Text Symbol: 002 = Os.èíslo Jméno Èástka
Text Symbol: 003 = ÚètO PerO DílO VýpMísto NáklStøed Èástka
Text Symbol: 004 = Sort detail list
Text Symbol: 005 = ÚètO PerO DílO VýpMísto NáklStøed
Text Symbol: 00V = DOBÍRKA ZA OBDOBÍ
Text Symbol: 00Z = ZÁLOHY ZA OBDOBÍ
Text Symbol: BLN =
Text Symbol: H01 = Ve smyslu uplatòování konvence o utajovaní osobních skuteèností pracovníkù, která je v souladu s Ústavním zákonem è.123/1991 Sb.,
Text Symbol: H02 = nejsou na listinì uvedené vyplácené èástky. S touto èástkou je pracovník obeznámen jiným zpùsobem. Podpisem potvrzuje její pøevzetí.
Text Symbol: N02 = Os.èíslo Jméno Podpis
Text Symbol: P01 = Company code
Text Symbol: P02 = Personal area





Text Symbol: P03 = Personal subarea
Text Symbol: P04 = Wage place
Text Symbol: P05 = Cost centre
Text Symbol: P10 = za správnost za výplatní místo
Text Symbol: P11 = .......................... ........................... vyplatil dne: . . / . . / . . . .
Text Symbol: P12 = kontroloval ...................
Text Symbol: P13 = Sestava pou¾ita jako doklad slu¾ebního pøíjmu. ....................................
Text Symbol: P14 = Celkem za sestavu
Text Symbol: V01 = Klíè pøíjemce
Text Symbol: V02 = Výpis podpisové dolo¾ky


INCLUDES used within this REPORT RPCMNCT0

INCLUDE RPC2CD00.
INCLUDE RPC2RX00.
INCLUDE RPC2RTT0.
INCLUDE RPPPXD00.
INCLUDE RPPPXM00.
INCLUDE RPCMGR00.


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:

HR_CZ_WRITE_REPORT_HEADER CALL FUNCTION 'HR_CZ_WRITE_REPORT_HEADER' EXPORTING DATE = SAVE_DATE TIME = SAVE_TIME TITLE = TITLE.

HRCZ_POPUP_WITH_TABLE_DISPLAY CALL FUNCTION 'HRCZ_POPUP_WITH_TABLE_DISPLAY' EXPORTING ENDPOS_COL = 110 ENDPOS_ROW = 25 STARTPOS_COL = 45 STARTPOS_ROW = 15 TITLETEXT = TEXT-V01 IMPORTING CHOISE = CHOICE TABLES VALUETAB = IT EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.

HRCZ_POPUP_WITH_TABLE_DISPLAY CALL FUNCTION 'HRCZ_POPUP_WITH_TABLE_DISPLAY' EXPORTING ENDPOS_COL = 95 ENDPOS_ROW = 20 STARTPOS_COL = 45 STARTPOS_ROW = 15 TITLETEXT = TEXT-V02 IMPORTING CHOISE = CHOICE TABLES VALUETAB = IT EXCEPTIONS BREAK_OFF = 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 RPCMNCT0 or its description.