RN1_CORRECT_APP_ORGFA1 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). It is used for This report corrects the department (departmental organizational unit) of inconsistent appointment data records (NAPP)...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 RN1_CORRECT_APP_ORGFA1 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_CHECK_APP_ORGFA CALL FUNCTION 'ISH_CHECK_APP_ORGFA' EXPORTING is_ntmn =
it_napp = lt_napp is_ntmn_old = it_napp_old = lt_napp IMPORTING e_rc = l_rc.
ISHMED_READ_ORGFA CALL FUNCTION 'ISHMED_READ_ORGFA' EXPORTING i_datum =
-tmndt i_einri = -einri i_msg = off i_orgid = -orgpf i_fachber = 'X' IMPORTING e_orgfa = ls_norg EXCEPTIONS not_found = 1 OTHERS = 2.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = lt_msg EXCEPTIONS file_not_found = 1 wrong_call = 2 OTHERS = 3.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG' EXCEPTIONS OTHERS = 1.
AUTHORITY_CHECK_DATASET * CALL FUNCTION 'AUTHORITY_CHECK_DATASET' * EXPORTING * activity = 'WRITE' * filename = l_file * EXCEPTIONS * no_authority = 1 * activity_unknown = 2 * OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RN1_CORRECT_APP_ORGFA1 - RN1CORRECTAPPORGFA1 RN1_CORRECT_APP_ORGFA - Correction Program for Departments in Appointments RN1_CORRECT_APP_ORGFA - Correction Program for Departments in Appointments RN1_CORRECT_APCNID_LFDBEW_UI01 - RN1CORRECTAPCNIDLFDBEWUI01 RN1_CORRECT_APCNID_LFDBEW_SO01 - RN1CORRECTAPCNIDLFDBEWSO01 RN1_CORRECT_APCNID_LFDBEW_CF01 - RN1CORRECTAPCNIDLFDBEWCF01