SAP Reports / Programs

APPR_WCM SAP ABAP INCLUDE - Program for Object Type APPR_WCM : WCM Approval







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT APPR_WCM. "Basic submit
SUBMIT APPR_WCM AND RETURN. "Return to original report after report execution complete
SUBMIT APPR_WCM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for Object Type APPR_WCM : WCM Approval
Text Symbol: 001 = Import


INCLUDES used within this REPORT APPR_WCM

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name APPR_WCM or its description.