SAP Reports / Programs | Clinical System | Clinical System(IS-HMED) SAP IS

RN1PRERRORHANDLE SAP ABAP Report - documentation and ABAP source code







RN1PRERRORHANDLE 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 RN1PRERRORHANDLE 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 RN1PRERRORHANDLE. "Basic submit
SUBMIT RN1PRERRORHANDLE AND RETURN. "Return to original report after report execution complete
SUBMIT RN1PRERRORHANDLE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RN1PRERRORHANDLE

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:

ISHMED_VERBUCHER_N1PRLLZ CALL FUNCTION 'ISHMED_VERBUCHER_N1PRLLZ' EXPORTING * I_O_TN1PRLLZ = * I_TN1PRLLZ = l_n1prllz I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRLLZ = l_error_entry-vcode TABLES T_XN1PRLLZ = lt_n1prllz * T_YN1PRLLZ = EXCEPTIONS NO_INSERT = 1 NO_UPDATE = 2 NO_DELETE = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRANF CALL FUNCTION 'ISHMED_VERBUCHER_N1PRANF' EXPORTING * I_O_TN1PRANF = * I_TN1PRANF = l_n1pranf I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRANF = p_error_entry-vcode TABLES T_XN1PRANF = lt_n1pranf * T_YN1PRANF = EXCEPTIONS NO_INSERT = 1 NO_UPDATE = 2 NO_DELETE = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRLEM CALL FUNCTION 'ISHMED_VERBUCHER_N1PRLEM' EXPORTING * I_O_TN1PRLEM = * I_TN1PRLEM = l_n1prlem I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRLEM = p_error_entry-vcode TABLES T_XN1PRLEM = lt_n1prlem * T_YN1PRLEM = EXCEPTIONS NO_INSERT = 1 NO_UPDATE = 2 NO_DELETE = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRVKG CALL FUNCTION 'ISHMED_VERBUCHER_N1PRVKG' EXPORTING * I_O_TN1PRVKG = * I_TN1PRVKG = l_n1prvkg I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRVKG = p_error_entry-vcode TABLES T_XN1PRVKG = lt_n1prvkg * T_YN1PRVKG = EXCEPTIONS NO_INSERT = 1 NO_UPDATE = 2 NO_DELETE = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRTMN CALL FUNCTION 'ISHMED_VERBUCHER_N1PRTMN' EXPORTING * I_O_TN1PRTMN = * I_TN1PRTMN = l_n1prtmn I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRTMN = p_error_entry-vcode TABLES T_XN1PRTMN = lt_n1prtmn * T_YN1PRTMN = EXCEPTIONS NO_INSERT = 1 NO_UPDATE = 2 NO_DELETE = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRRSF CALL FUNCTION 'ISHMED_VERBUCHER_N1PRRSF' EXPORTING * I_O_TN1PRRSF = * I_TN1PRRSF = l_n1prrsf I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRRSF = p_error_entry-vcode TABLES T_XN1PRRSF = lt_n1prrsf * T_YN1PRRSF = EXCEPTIONS NO_INSERT = 1 NO_UPDATE = 2 NO_DELETE = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRDOC CALL FUNCTION 'ISHMED_VERBUCHER_N1PRDOC' EXPORTING * I_O_TN1PRDOC = * I_TN1PRDOC = l_n1prdoc I_UP_DATE = l_error_entry-updat I_UP_TIME = l_error_entry-uptim I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRDOC = l_error_entry-vcode TABLES T_XN1PRDOC = lt_n1prdoc * T_YN1PRDOC = EXCEPTIONS NO_INSERT = 1 NO_UPDATE = 2 NO_DELETE = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRDIA CALL FUNCTION 'ISHMED_VERBUCHER_N1PRDIA' EXPORTING * I_O_TN1PRDIA = * I_TN1PRDIA = l_n1prdia I_UP_DATE = l_error_entry-updat I_UP_TIME = l_error_entry-uptim I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRDIA = p_error_entry-vcode TABLES T_XN1PRDIA = lt_n1prdia * T_YN1PRDIA = EXCEPTIONS NO_INSERT = 1 NO_UPDATE = 2 NO_DELETE = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRFAL CALL FUNCTION 'ISHMED_VERBUCHER_N1PRFAL' EXPORTING * I_O_TN1PRFAL = * I_TN1PRFAL = l_n1prfal I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRFAL = l_error_entry-vcode TABLES T_XN1PRFAL = lt_n1prfal * T_YN1PRFAL = EXCEPTIONS NO_INSERT = 1 NO_UPDATE = 2 NO_DELETE = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRBEW CALL FUNCTION 'ISHMED_VERBUCHER_N1PRBEW' EXPORTING * I_O_TN1PRBEW = * I_TN1PRBEW = l_n1prbew I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRBEW = p_error_entry-vcode TABLES T_XN1PRBEW = lt_n1prbew * T_YN1PRBEW = EXCEPTIONS NO_DELETE = 1 NO_UPDATE = 2 NO_INSERT = 3 OTHERS = 4 .

ISHMED_VERBUCHER_N1PRPAT CALL FUNCTION 'ISHMED_VERBUCHER_N1PRPAT' EXPORTING * I_O_TN1PRPAT = * I_TN1PRPAT = I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRPAT = TABLES T_XN1PRPAT = lt_n1prpat * T_YN1PRPAT = EXCEPTIONS NOT_SAVED = 1 OTHERS = 2 .

ISHMED_VERBUCHER_N1PRPATZUO CALL FUNCTION 'ISHMED_VERBUCHER_N1PRPATZUO' EXPORTING * I_O_TN1PRPATZUO = * I_TN1PRPATZUO = l_n1prpatzuo I_UP_DATE = l_error_entry-updat I_UP_NAME = l_error_entry-upuser * I_VCODE_N1PRPATZUO = p_error_entry-vcode TABLES T_XN1PRPATZUO = lt_n1prpatzuo * T_YN1PRPATZUO = EXCEPTIONS NOT_SAVED = 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 RN1PRERRORHANDLE or its description.