SAP Reports / Programs

RNPRUEFZ SAP ABAP Report - IS-H: Activate/Deactivate the Check Digit Procedure







RNPRUEFZ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can activate or deactivate the check digit procedure according to the entries in the institution table...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 RNPRUEFZ 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 RNPRUEFZ. "Basic submit
SUBMIT RNPRUEFZ AND RETURN. "Return to original report after report execution complete
SUBMIT RNPRUEFZ 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: TEST = Test run
Selection Text: ERPROT = Error log
Selection Text: EINRICHT = Institution
Selection Text: DO_PATPZ = Pat. check digits
Selection Text: DO_FALPZ = Case chck dgts
Selection Text: ALPROT = Full Log
Selection Text: %_SKP010 = ?...(% SKP010)
Selection Text: %_SKP009 = ?...(% SKP009)
Selection Text: %_SKP007 = ?...(% SKP007)
Selection Text: %_SKP006 = ?...(% SKP006)
Selection Text: %_SKP004 = ?...(% SKP004)
Selection Text: %_SKP003 = ?...(% SKP003)
Selection Text: %_SKP002 = ?...(% SKP002)
Selection Text: %_SKP001 = ?...(% SKP001)
Selection Text: %_050001 = ?...(% 050001)
Title: IS-H: Activate/Deactivate the Check Digit Procedure
Text Symbol: 017 = Caution: Changes not made to TNDYM !
Text Symbol: 018 = Changes made to TNDYM !
Text Symbol: 016 = NEW :
Text Symbol: 015 = OLD :
Text Symbol: 014 = Type (GRP3):
Text Symbol: 013 = Number (GRP1) :
Text Symbol: 012 = Field:
Text Symbol: 011 = PCode:
Text Symbol: 010 = FCode:
Text Symbol: 009 = Screen:
Text Symbol: 008 = Program:
Text Symbol: 007 = Deactivate case number check digit display
Text Symbol: 006 = Activate case number check digit display
Text Symbol: 005 = Deactivatate patient number check digit display
Text Symbol: 004 = Activate patient number check digit display
Text Symbol: 003 = Program or screen not found:
Text Symbol: 002 = No corresponding entry found in TNDYM!
Text Symbol: 030 = Institution:
Text Symbol: BL2 = Institution
Text Symbol: BL1 = Processing mode
001 Change Log


INCLUDES used within this REPORT RNPRUEFZ

INCLUDE RNDATA00.




INCLUDE TYPE RNPRUEFZ.


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:

ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = 'RNPRUEFZ' einri = check_tn01-einri IMPORTING rc = rc EXCEPTIONS OTHERS = 0.

ISH_READ_DYNP_FIELDS CALL FUNCTION 'ISH_READ_DYNP_FIELDS' EXPORTING dynnr = h_dynp pname = h_pnam * IMPORTING * d_hdr = d_hdr TABLES d_fields = id021s field_info = indyf EXCEPTIONS not_found = 0.

ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING tabname = 'TNDYM' EXCEPTIONS foreign_lock = 1 system_failure = 2.

DEQUEUE_E_TABLE CALL FUNCTION 'DEQUEUE_E_TABLE' EXPORTING tabname = 'TNDYM'.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = ' ' line_size = 84 repid = 'RNPPRUEFZ' title_lin1 = l_title_line * 'Aktivierung/Deaktivierung des Pruefzifferverfahrens' display = ' ' IMPORTING r_form = lr_header EXCEPTIONS invalid_einri = 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 RNPRUEFZ or its description.