SAP Reports / Programs

RN1MISSING_DSPTY_CORRECT SAP ABAP Report - Add Missing Scheduling Types for NAPP







RN1MISSING_DSPTY_CORRECT 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 RN1MISSING_DSPTY_CORRECT 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 RN1MISSING_DSPTY_CORRECT. "Basic submit
SUBMIT RN1MISSING_DSPTY_CORRECT AND RETURN. "Return to original report after report execution complete
SUBMIT RN1MISSING_DSPTY_CORRECT 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: PA_TESTM = Test Mode
Selection Text: SO_DATE = Period
Title: Add Missing Scheduling Types for NAPP


INCLUDES used within this REPORT RN1MISSING_DSPTY_CORRECT

INCLUDE RNDATA00.


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_DISPO_CHECK CALL FUNCTION 'ISH_DISPO_CHECK' EXPORTING ss_einri = l_napp-einri ss_orgid = l_napp-orgpf ss_dispo = l_napp-dspty ss_valid_check = ' ' IMPORTING * SS_DTEXT = ss_tn40b = l_tn40b EXCEPTIONS OTHERS = 1.

ENQUEUE_ENAPP CALL FUNCTION 'ENQUEUE_ENAPP' EXPORTING lnrapp = l_vnapp-lnrapp _scope = '2' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_ENFAL * CALL FUNCTION 'ENQUEUE_ENFAL' * EXPORTING * einri = l_nbew-einri * falnr = l_nbew-falnr * _scope = '2' * EXCEPTIONS * foreign_lock = 01 * system_failure = 02.

ISHMED_ENQUEUE_ENFAL CALL FUNCTION 'ISHMED_ENQUEUE_ENFAL' EXPORTING EINRI = l_nbew-einri FALNR = l_nbew-falnr I_CALLER = 'RN1MISSING_DSPTY_COR' _SCOPE = '2' EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

ISH_VERBUCHER_NAPP CALL FUNCTION 'ISH_VERBUCHER_NAPP' EXPORTING ss_datum = sy-datum ss_uname = 'RN1MISSING..'

DEQUEUE_ENAPP CALL FUNCTION 'DEQUEUE_ENAPP' EXPORTING lnrapp = l_vnapp-lnrapp _scope = '2'.

DEQUEUE_ENFAL * CALL FUNCTION 'DEQUEUE_ENFAL' * EXPORTING * einri = l_nbew-einri * falnr = l_nbew-falnr * _scope = '2'.

ISHMED_DEQUEUE_ENFAL CALL FUNCTION 'ISHMED_DEQUEUE_ENFAL' EXPORTING EINRI = l_nbew-einri FALNR = l_nbew-falnr I_CALLER = 'RN1MISSING_DSPTY_COR' _SCOPE = '2'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.



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