RNUAPP02 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program reorganizes the table of provisional appointments...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RNUAPP02 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.
Selection Text: BEGDAT = Prov. appts which until
Selection Text: SE_EINRI = Institution
Selection Text: SE_ORGPF = Treatment Org. Unit
Selection Text: TXTEINRI = Institution Text
Title: IS-H: Reorganize Provisional Appointments
Text Symbol: 001 = Reorganize Appointments
Text Symbol: R01 = Delete all provisional appointments created
Text Symbol: R02 = until following date
Text Symbol: R03 = from following date
Text Symbol: S01 = Institution
INCLUDE RNDATA00.
INCLUDE RNSSEINR.
No SAP DATABASE tables are accessed within this REPORT code!
ISHMED_AUTHORITY CALL FUNCTION 'ISHMED_AUTHORITY' EXPORTING I_MSG = ' ' EXCEPTIONS ISHMED_NOT_ACTIV = 1 OTHERS = 2.
ISH_AUTH_CHECK_REPORT_EINRI CALL FUNCTION 'ISH_AUTH_CHECK_REPORT_EINRI' EXPORTING repid = repid einri = se_einri no_message = off messagetype = 'E'.
ISH_SAP_OM_CHECK_ACTIVE CALL FUNCTION 'ISH_SAP_OM_CHECK_ACTIVE' EXCEPTIONS not_active = 1.
ISH_OM_OU_GET CALL FUNCTION 'ISH_OM_OU_GET' EXPORTING i_instn = se_einri itr_orgid = ltr_orgid IMPORTING et_norg = lt_norg EXCEPTIONS nothing_found = 1 internal_error = 2 OTHERS = 3.
ISHMED_DELETE_APP_REFERENCES CALL FUNCTION 'ISHMED_DELETE_APP_REFERENCES' EXPORTING i_app = rcl_app i_cancel = rcl_cancel IMPORTING e_rc = g_rc CHANGING c_errorhandler = rcl_errorhandler.
ISH_READ_NFAL CALL FUNCTION 'ISH_READ_NFAL' EXPORTING ss_einri = napp-einri ss_falnr = napp-falnr IMPORTING ss_nfal = ls_nfal EXCEPTIONS not_found = 1 not_found_archived = 2 no_authority = 3 OTHERS = 4.
ISH_NBEWTAB_GET_LFDNR CALL FUNCTION 'ISH_NBEWTAB_GET_LFDNR' EXPORTING ss_einri = napp-einri ss_falnr = napp-falnr ss_lfdnr = napp-lfdnr IMPORTING ss_nbew = ls_nbew EXCEPTIONS not_found = 1 OTHERS = 2.
ISH_VERBUCHER_NFAL CALL FUNCTION 'ISH_VERBUCHER_NFAL' IN UPDATE TASK EXPORTING o_tnfal = ls_nfal tcode = 'NTMN' tnfal = ls_nfal upd_icdtxt_nfal = '' up_date = sy-datum up_time = sy-uzeit vcode_nfal = l_vcode_nfal TABLES icdtxt_nfal = l_icdtxt nbewtab = lt_nbew_upd xnbew = lt_nbew_upd ynbew = lt_nbew_db.
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = p_repid dynumb = p_dynnr TABLES dynpfields = lt_dynpread EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = se_einri IMPORTING output = se_einri EXCEPTIONS OTHERS = 1.
ISH_GRAPHIC_ORGID_SELECT CALL FUNCTION 'ISH_GRAPHIC_ORGID_SELECT' EXPORTING einri = se_einri * freig = on * ambes = ON * fazuw = ON * pfzuw = ON no_bauid = on IMPORTING selected_orgid = p_org EXCEPTIONS bauid_not_in_nbau = 1 einri_not_in_tn01 = 2 no_hierarchy = 3 orgid_not_in_norg = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUAPP02 - IS-H: Reorganize Provisional Appointments RNUAPP02 - IS-H: Reorganize Provisional Appointments RNUANZ_CHECK - IS-H: Check Down Payment Document (SAP System Internal) RNUANZ_CHECK - IS-H: Check Down Payment Document (SAP System Internal) RNUACPINIT_CORR - IS-H: Set Document Number for Accrual RNUACPINIT_CORR - IS-H: Set Document Number for Accrual