RAFWGO_UPLOAD_PROCESSING is a standard ABAP INCLUDE 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 RAFWGO_UPLOAD_PROCESSING 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: zentrale generische Prozessierung
INCLUDE RAFWGO_UPLOAD_INC02.
INCLUDE RAFWGO_UPLOAD_INC03.
INCLUDE RAFWGO_UPLOAD_INC04.
INCLUDE RAFWGO_UPLOAD_INC05.
No SAP DATABASE tables are accessed within this REPORT code!
KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING ls_detail = gwa_schedman_detail * LS_WITEM = * LS_APPL = * LD_WORKLIST_FLAG = ' ' * LD_DELAYED_UPDATE = ' ' * LD_SEND_MESSAGE = 'X' IMPORTING ls_key = gwa_schedman_key * WILL_BE_SAVED = * TABLES * LT_SELKRIT = * LT_PARAM = .
AFWGO_INIT_ERROR_HANDLER CALL FUNCTION 'AFWGO_INIT_ERROR_HANDLER'.
KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING ls_key = gwa_schedman_key * LS_MESSAGE = * LD_OBJECTS = * LS_EXT = * LS_RL = * LS_SCMA_EVENT = * TABLES * LT_SPOOL = CHANGING ld_aplstat = g_aplstat EXCEPTIONS no_id_given = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RAFWGO_UPLOAD_PROCESSING - zentrale generische Prozessierung RAFWGO_UPLOAD_PA - Determination of Single Records in the Portfolio Analyzer RAFWGO_UPLOAD_PA - Determination of Single Records in the Portfolio Analyzer RAFWGO_UPLOAD_INC_DATA - Data Declaration RAFWGO_UPLOAD_INC06 - Include RAFWGO_UPLOAD_INC06 RAFWGO_UPLOAD_INC05 - Löschen und Stornieren von AV1-Daten