APPR_WCM 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 APPR_WCM 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: Program for Object Type APPR_WCM : WCM Approval
Text Symbol: 001 = Import
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WCFG_PROCFLG_CONSIDER CALL FUNCTION 'WCFG_PROCFLG_CONSIDER' EXPORTING I_IWERK = I_IWERK I_OBJNR = OBJECT-KEY-OBJECTNUMBER I_GNTYP = L_GNTYP I_DIRECTION = L_DIRECTION I_COMPLETE = I_COMPLETE IMPORTING E_WCMTAB = L_WCMTAB E_PERMITTAB = L_PERMITTAB EXCEPTIONS ERROR = 1 OTHERS = 2.
WCFF_EXCEPTION_CONVERT CALL FUNCTION 'WCFF_EXCEPTION_CONVERT' EXPORTING I_SUBRC = OBJECT-PRIVATE-SUBRC I_FB = 'WCFG_PROCFLG_CONSIDER' IMPORTING E_EXIT = OBJECT-PRIVATE-EXIT EXCEPTIONS ERROR = 1 OTHERS = 2.
WCFF_WCM_MEM_BALANCE CALL FUNCTION 'WCFF_WCM_MEM_BALANCE' EXPORTING I_WCMTAB = L_WCMTAB I_MEMTAB = I_MEMTAB I_TRIGGER = L_TRIGGER IMPORTING E_WCMTAB = L_WCMTAB E_MEMTAB = E_MEMTAB EXCEPTIONS ERROR = 1 OTHERS = 2.
WCFF_EXCEPTION_CONVERT CALL FUNCTION 'WCFF_EXCEPTION_CONVERT' EXPORTING I_SUBRC = OBJECT-PRIVATE-SUBRC I_FB = 'WCFF_WCM_MEM_BALANCE' IMPORTING E_EXIT = OBJECT-PRIVATE-EXIT EXCEPTIONS ERROR = 1 OTHERS = 2.
WCFF_EVENT_APPR_REQUIRED CALL FUNCTION 'WCFF_EVENT_APPR_REQUIRED' EXPORTING I_WCMTAB = L_WCMTAB I_TRIGGER = L_TRIGGER I_IWERK = I_IWERK EXCEPTIONS ERROR = 1 OTHERS = 2.
WCFF_EXCEPTION_CONVERT CALL FUNCTION 'WCFF_EXCEPTION_CONVERT' EXPORTING I_SUBRC = OBJECT-PRIVATE-SUBRC I_FB = 'WCFF_EVENT_APPR_REQUIRED' IMPORTING E_EXIT = OBJECT-PRIVATE-EXIT EXCEPTIONS ERROR = 1 OTHERS = 2.
WCFW_OBJKEY_GET CALL FUNCTION 'WCFW_OBJKEY_GET' EXPORTING I_OBJNR = OBJECT-KEY-OBJECTNUMBER IMPORTING E_IWERK = E_IWERK E_OBJART = E_OBJART E_OBJTYP = E_OBJTYP * E_OBJKEY = * E_AUFNR = * E_WAPNR = * E_WAPINR = * E_WCNR = E_FOUND = L_FOUND EXCEPTIONS ERROR = 1 OTHERS = 2.
WCFF_MEM_REDUCE CALL FUNCTION 'WCFF_MEM_REDUCE' EXPORTING I_MEMTAB = I_MEMTAB I_TRIGGER = L_TRIGGER IMPORTING E_MEMTAB = E_MEMTAB EXCEPTIONS ERROR = 1 OTHERS = 2.
WCFF_EXCEPTION_CONVERT CALL FUNCTION 'WCFF_EXCEPTION_CONVERT' EXPORTING I_SUBRC = OBJECT-PRIVATE-SUBRC I_FB = 'WCFF_MEM_REDUCE' IMPORTING E_EXIT = OBJECT-PRIVATE-EXIT EXCEPTIONS ERROR = 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.
APPR_WCM - Program for Object Type APPR_WCM : WCM Approval APPR_WCM - Program for Object Type APPR_WCM : WCM Approval APPL_LOG_DISPLAY==============FT - APPLLOGDISPLAY==============FT APPL_LOG - FORM-Routinen Application-Log APPLICATION_PRG - Program for Object Type HRAPPL_NAV: Application APPLICATION_PRG - Program for Object Type HRAPPL_NAV: Application