SAP Reports / Programs | SAP Healthcare - Industry-Specific Components for Hospitals | SAP Healthcare - Industry-Specific Components for Hospitals(IS-H) SAP IS

RNWATNBEW_ABB SAP ABAP Report - RNWATNBEWABB







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

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:

ISH_COUNTRY_VERSION_GET CALL FUNCTION 'ISH_COUNTRY_VERSION_GET' IMPORTING ss_cvers = l_version EXCEPTIONS OTHERS = 1.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'RE' dokname = 'RNWATNBEW_ABB' TABLES links = l_links EXCEPTIONS OTHERS = 0.

ENQUEUE_ENFAL CALL FUNCTION 'ENQUEUE_ENFAL' EXPORTING * MODE_NFAL = 'E' * MANDT = SY-MANDT einri = gt_upd_nbew-einri falnr = gt_upd_nbew-falnr * X_EINRI = ' ' * X_FALNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ISH_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING ss_einri = gt_upd_nbew-einri ss_falnr = gt_upd_nbew-falnr * SS_READ_DB = ' ' * SS_CHECK_AUTH = 'X' * SS_MESSAGE_NO_AUTH = 'X' * SS_NO_BUFFERING = ' ' * SS_CHECK_ARCHIVE = ' ' IMPORTING ss_nfal = gt_nfal * SS_PATNR_ARCHIVE = EXCEPTIONS not_found = 1 not_found_archived = 2 no_authority = 3 OTHERS = 4.

ISH_VERBUCHER_NFAL CALL FUNCTION 'ISH_VERBUCHER_NFAL' EXPORTING o_tnfal = gt_nfal tcode = sy-tcode tnfal = gt_nfal upd_icdtxt_nfal = upd_icdtxt_nfal up_date = sy-datum up_time = sy-uzeit vcode_nfal = vcode_nfal TABLES * ICDTXT_NFAL = nbewtab = gt_upd_nbew xnbew = gt_upd_nbew ynbew = gt_old_nbew .

DEQUEUE_ENFAL CALL FUNCTION 'DEQUEUE_ENFAL' EXPORTING * MODE_NFAL = 'E' * MANDT = SY-MANDT einri = gt_upd_nbew-einri falnr = gt_upd_nbew-falnr * X_EINRI = ' ' * X_FALNR = ' ' * _SCOPE = '3' * _SYNCHRON = ' ' * _COLLECT = ' ' .



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