ISU_XPRA_ANL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The field
If you would like to execute this report or see the full code listing simply enter ISU_XPRA_ANL 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.
Title: Transfer of Franchise Contract from Regional Structure to Installation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SZRS_HOUSENUMBER_CONVERT CALL FUNCTION 'SZRS_HOUSENUMBER_CONVERT' EXPORTING x_housenum_c = wadrc-house_num1 IMPORTING y_housenum_n = x_housenum y_hsn_ind = hsn_ind EXCEPTIONS OTHERS = 1.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = 'X' TABLES xmsg = i_sprot_u EXCEPTIONS OTHERS = 1.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISU_XPRA_ANL - Transfer of Franchise Contract from Regional Structure to Installation ISU_XPRA_ANL - Transfer of Franchise Contract from Regional Structure to Installation ISU_WA_UPDATE_SEQUENCE_NO - Program ISU_WA_UPDATE_SEQUENCE_NO ISU_WA_UPDATE_SEQUENCE_NO - Program ISU_WA_UPDATE_SEQUENCE_NO ISU_WA_SPLIT_ROBS - Reallocation of Cleaning Objects After Splitting ISU_WA_SPLIT_ROBS - Reallocation of Cleaning Objects After Splitting