SAP Reports / Programs

RNANLABW SAP ABAP Report - documentation and ABAP source code







RNANLABW 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 RNANLABW 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 RNANLABW. "Basic submit
SUBMIT RNANLABW AND RETURN. "Return to original report after report execution complete
SUBMIT RNANLABW 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 RNANLABW

INCLUDE RNDATA00.
INCLUDE MNCOLOUR.


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_READ_TN21B CALL FUNCTION 'ISH_READ_TN21B' EXPORTING einrichtung = einricht IMPORTING e_tn21b = tn21b EXCEPTIONS no_result = 1 OTHERS = 2.

ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = 'RNANLABW' einri = einricht messagetype = 'E' IMPORTING rc = rc EXCEPTIONS OTHERS = 1.

ISH_VALUE_REQUEST CALL FUNCTION 'ISH_VALUE_REQUEST' EXPORTING ss_select = einricht ss_field = 'FALLART' ss_table = 'TN15A' IMPORTING ss_value = fallart EXCEPTIONS not_found = 01.

ISH_NL_ADJUST_SERVS_TO_ABSENCE * Actual adjustment and call function 'ISH_NL_ADJUST_SERVS_TO_ABSENCE' PERFORM adjust_services.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING einri = einricht line_size = lsize repid = 'RNANLABW'(022) title_lin1 = 'Leistungsanp.bei Abwesenheit'(018)

ISH_READ_NPAT CALL FUNCTION 'ISH_READ_NPAT' EXPORTING SS_PATNR = infal-patnr IMPORTING SS_NPAT = npat EXCEPTIONS NOT_FOUND = 0 NO_AUTHORITY = 0 NO_EINRI = 0 OTHERS = 0.

ISH_NPAT_CONCATENATE CALL FUNCTION 'ISH_NPAT_CONCATENATE' "4.01

ISH_GET_AUFDT_ENTDT CALL FUNCTION 'ISH_GET_AUFDT_ENTDT' EXPORTING ss_einri = einricht ss_falnr = infal-falnr ss_storno = ' ' IMPORTING ss_aufdt = aufdt ss_aufzt = aufzt ss_entdt = entdt ss_entzt = entzt EXCEPTIONS not_found = 01 no_authority = 02.



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