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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 = ' ' .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.