SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Workflow(SRM-EBP-WFL) SAP SRM

/SAPSRM/WF_CFG_ANALYSIS_001 SAP ABAP Report - Analysis of Process-Level Configuration







/SAPSRM/WF_CFG_ANALYSIS_001 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_ANALYSIS_001 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 /SAPSRM/WF_CFG_ANALYSIS_001. "Basic submit
SUBMIT /SAPSRM/WF_CFG_ANALYSIS_001 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSRM/WF_CFG_ANALYSIS_001 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: IV_DGUID = Document GUID
Selection Text: IV_DOCID = Document ID
Selection Text: IV_DOCTY = Document Type
Title: Analysis of Process-Level Configuration
Text Symbol: 001 = Document
Text Symbol: 100 = Responsibility Area
Text Symbol: 101 = Document Type:
Text Symbol: 102 = Document ID:
Text Symbol: 103 = Document GUID:
Text Symbol: 105 = Level Number:
Text Symbol: 106 = Level Status:
Text Symbol: 107 = Active
Text Symbol: 108 = Inactive
Text Symbol: 109 = GUID
Text Symbol: 201 = Agent Group
Text Symbol: 202 = Item List
Text Symbol: 203 = Item
Text Symbol: 204 = All Items
Text Symbol: 205 = Object List
Text Symbol: 206 = Document Type
Text Symbol: 207 = User


INCLUDES used within this REPORT /SAPSRM/WF_CFG_ANALYSIS_001

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_CATALOG' info = 'Document Type'(206) IMPORTING RESULT = gv_icon_do EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_GET_AREA' info = 'Responsibility Area'(100) IMPORTING RESULT = gv_icon_ry EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_DISTRIBUTION_LIST' info = 'Agent Group'(201) IMPORTING RESULT = gv_icon_ag EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SYSTEM_USER_MENU' info = 'User'(207) IMPORTING RESULT = gv_icon_us EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_WORKLOAD' info = 'Item List'(202) IMPORTING RESULT = gv_icon_ds EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SHOW_EXTERNAL_JOBS' info = 'All Items'(204) IMPORTING RESULT = gv_icon_al EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_SPOOL_REQUEST' info = 'Item'(203) IMPORTING RESULT = gv_icon_it EXCEPTIONS OTHERS = 0.

BBP_PDSEC_AUTHORITY_CHECK CALL FUNCTION 'BBP_PDSEC_AUTHORITY_CHECK' EXPORTING is_auth_check = gs_auth_check EXCEPTIONS not_authorized = 1 OTHERS = 2.

BBP_HDRADM_DB_SELECT CALL FUNCTION 'BBP_HDRADM_DB_SELECT' EXPORTING iv_object_id = iv_docid iv_object_type = iv_docty TABLES et_crmd_orderadm_h = gt_orderadm_h.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'NAME' dynpprog = gv_repid dynpnr = gv_dynnr value_org = 'S' TABLES value_tab = gt_object_type return_tab = gt_return EXCEPTIONS OTHERS = 0.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = gv_repid dynumb = gv_dynnr TABLES dynpfields = gt_dynp_fields EXCEPTIONS OTHERS = 0.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = lt_event.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_buffer_active = 'X' i_callback_program = gv_repid is_layout = ls_layout it_fieldcat = lt_fieldcat it_events = lt_event TABLES t_outtab = lt_process_level EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/SAPSRM/S_WF_PROCESS_LEVEL_A' CHANGING ct_fieldcat = it_fieldcat EXCEPTIONS OTHERS = 0.



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_ANALYSIS_001 or its description.