SAP Reports / Programs

/SAPSRM/WF_CFG_ACPC SAP ABAP Report - Set application-controlled or process-controlled workflow







/SAPSRM/WF_CFG_ACPC is a standard Executable ABAP Report 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 /SAPSRM/WF_CFG_ACPC into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSRM/WF_CFG_ACPC - Set Workflow Control Type


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 /SAPSRM/WF_CFG_ACPC. "Basic submit
SUBMIT /SAPSRM/WF_CFG_ACPC AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSRM/WF_CFG_ACPC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SO_OBJCT = D .
Selection Text: P_V1X = Application-Contolled Workflow
Selection Text: P_SIMUL = Simulate
Selection Text: P_SHW = Show Current Settings
Selection Text: P_CLR = Reset to Default Settings
Selection Text: P_200 = Process-Controlled Workflow
Title: Set application-controlled or process-controlled workflow
Text Symbol: A02 = Select one of the following switches
Text Symbol: A00 = Selection Options
Text Symbol: 024 = Confirm that you want to reset to process-controlled workflow
Text Symbol: 023 = No
Text Symbol: 022 = Yes
Text Symbol: 021 = Attention
Text Symbol: 020 = Confirm that you want to switch to application-controlled workflow
Text Symbol: 019 = Confirm that you want to switch to process-controlled workflow
Text Symbol: 018 = Switch to application-controlled workflow was cancelled
Text Symbol: 017 = Switch to process-controlled workflow was cancelled
Text Symbol: 016 = Process-controlled workflow is active for all business objects
Text Symbol: 015 = Process-controlled workflow is active for
Text Symbol: 014 = Application-controlled workflow is active for
Text Symbol: 013 = Application-controlled workflow is active for all business objects
Text Symbol: 011 = Modified
Text Symbol: 010 = Modify
Text Symbol: 009 = Business Object
Text Symbol: 008 = Failed
Text Symbol: 007 = Delete
Text Symbol: 006 = Errors:
Text Symbol: 005 = Messages:
Text Symbol: 004 = Deleted
Text Symbol: 003 = Inserted
Text Symbol: 002 = Records
Text Symbol: 001 = Application started in simulation mode


INCLUDES used within this REPORT /SAPSRM/WF_CFG_ACPC

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Attention'(021) * DIAGNOSE_OBJECT = ' ' text_question = lv_text_question text_button_1 = 'Yes'(022) * ICON_BUTTON_1 = ' ' text_button_2 = 'No'(023) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = 'X' * USERDEFINED_F1_HELP = ' ' start_column = 25 start_row = 6 * POPUP_TYPE = * IV_QUICKINFO_BUTTON_1 = ' ' * IV_QUICKINFO_BUTTON_2 = ' ' IMPORTING answer = lv_answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 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 /SAPSRM/WF_CFG_ACPC or its description.