SAP Reports / Programs

RPUCATN0 SAP ABAP Report - Check Program for Relationship Management







RPUCATN0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Note: This program is obsolete...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 RPUCATN0 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_M05_CAT - Conversion f. Relationship Managem.


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 RPUCATN0. "Basic submit
SUBMIT RPUCATN0 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUCATN0 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: CHKANS = Reg. No. Consistency T5N9A
Selection Text: CHKFEA = Features (RP Assignment)
Selection Text: CHKINF = Infotypes (RP and Subtype)
Selection Text: ONLYBAD = Only display errors
Title: Check Program for Relationship Management
Text Symbol: T07 = is incorr. (check NLR02)
Text Symbol: T06 = Tax authority REPER assignment
Text Symbol: T05 = is incorr. (ckeck NLR01)
Text Symbol: T04 = UVI REPER assignment
Text Symbol: T03 = Inconsistencies for
Text Symbol: T02 = No errors found for
Text Symbol: T01 = Output
Text Symbol: EN1 = s
Text Symbol: 003 = Individual Checks
Text Symbol: 002 = Notific.
Text Symbol: T11 = for pension funds is incorrect (check NLR03)
Text Symbol: T12 = for CBS is incorrect (check NLR04)
Text Symbol: T13 = for Arbodienst is incorrect (check NLR06)
Text Symbol: T14 = REPER
Text Symbol: T23 = UVI REPER check not possible
Text Symbol: T22 = not equal to infotype REPER
Text Symbol: T21 = Feature NLR01 REPER
Text Symbol: T20 = missing in infotype 0409
Text Symbol: T19 = first check feature NLR04
Text Symbol: T18 = CBS REPER check not possible
Text Symbol: T17 = not equal to infotype REPER
Text Symbol: T16 = Feature NLR04 REPER
Text Symbol: T15 = missing in infotype 0408
Text Symbol: T08 = REPER assignment
Text Symbol: T36 = (REPER
Text Symbol: T35 = REGNO Arbodienst (T5N9A)
Text Symbol: T34 = SIPGRP
Text Symbol: T33 = (RP
Text Symbol: T32 = REGNO UVI (T5N9A)
Text Symbol: T31 = not consistent with REPER assignment
Text Symbol: T30 = P0409 subtype
Text Symbol: T29 = first check feature NLR03
Text Symbol: T28 = Pension fund REPER check not possible





Text Symbol: T27 = not equal to infotype REPER
Text Symbol: T26 = Feature NLR03 RP
Text Symbol: T25 = missing in infotype 0110
Text Symbol: T24 = first check feature NLR01
Text Symbol: TUS = betwn
Text Symbol: T44 = End of check; no further errors found
Text Symbol: T43 = REGNO Tax authority (T5N9R)
Text Symbol: T41 = REGNO Arbodienst (T5N9R)
Text Symbol: T40 = REGNO UVI (T5N9R)
Text Symbol: T39 = REGNO tax authority (T5N9A)
Text Symbol: T38 = has registration number
Text Symbol: T37 = Note: RP
Text Symbol: T10 = for tax authority is incorrect (check NLR02)
Text Symbol: T09 = for UVIs is incorr. (check NLR01)


INCLUDES used within this REPORT RPUCATN0

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:

HR_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = pn-begda IMPORTING error = error TABLES relmngtab = relmngtab errortab = errortab.

HR_NL_GET_RELATIONS CALL FUNCTION 'HR_NL_GET_RELATIONS' EXPORTING date = pn-begda TABLES relmngtab = relmngtab errortab = errortab.

HR_NL_RELMNGCHECK CALL FUNCTION 'HR_NL_RELMNGCHECK' EXPORTING date = pn-begda messtp = 'I' TABLES relmngtab = relmngtab.

HR_NL_GET_REPERS CALL FUNCTION 'HR_NL_GET_REPERS' EXPORTING date = p0059-begda pernr = pernr-pernr IMPORTING error = error TABLES relmngtab = relmngtab errortab = errortab.

HR_NL_GET_RELATIONS CALL FUNCTION 'HR_NL_GET_RELATIONS' EXPORTING date = p0059-begda TABLES relmngtab = relmngtab errortab = errortab.

HR_NL_GET_UVISRT CALL FUNCTION 'HR_NL_GET_UVISRT' EXPORTING ansnr = inttab-uvi_ansnr reper = p0409-reper "YDRL6BK049299 begda = p0409-begda "YDRL6BK049299 endda = p0409-endda "YDRL6BK049299 IMPORTING uvisr = inttab-uvisrt.



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