SAP Reports / Programs | Integration: Customer Relationship Management | SAP Utilities | Integration: Customer Relationship Management(IS-U-CS-CRM) SAP IS

EE_CRM_START_WITH_QUOTATION SAP ABAP Report - Restart "CRM processing for utility products" workflow







EE_CRM_START_WITH_QUOTATION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report starts the workflow CRM processing for utility products based on a quotation...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter EE_CRM_START_WITH_QUOTATION 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 EE_CRM_START_WITH_QUOTATION. "Basic submit
SUBMIT EE_CRM_START_WITH_QUOTATION AND RETURN. "Return to original report after report execution complete
SUBMIT EE_CRM_START_WITH_QUOTATION 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: QKEY = Quotation
Selection Text: OKEY = Order
Selection Text: EVENT = Start via event?
Selection Text: AUART = Order Type
Title: Restart "CRM processing for utility products" workflow
Text Symbol: 040 = Start workflow?
Text Symbol: 030 = Workflow templates
Text Symbol: 020 = CRM management for utility products
Text Symbol: 010 = Refrech organizational environment


INCLUDES used within this REPORT EE_CRM_START_WITH_QUOTATION

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:

RH_INBOX_VIEW_BUFFER_REFRESH CALL FUNCTION 'RH_INBOX_VIEW_BUFFER_REFRESH' EXCEPTIONS OTHERS = 1.

RH_GET_TASK_CONTAINER CALL FUNCTION 'RH_GET_TASK_CONTAINER' EXPORTING ACT_OBJECT_EXT = 'WS20500140' TABLES ACT_CONT_DEF = CONTAINER_DEF.

SWA_CONT_INST_EDIT CALL FUNCTION 'SWA_CONT_INST_EDIT' EXPORTING CONDESCR = CONDESCR CONKEYWORD = CONKEYWORD CUA_PARA1 = ' ' CUA_PARA2 = ' ' CUA_PARA3 = ' ' CUA_PARA4 = ' ' CUA_STATUS = ' ' CUA_TITEL = 'COI' DISPLAY = ' ' ONLY_IMPORT_ELEMENTS = 'X' NO_SAVE_BUTTON = 'X' START_IN_POPUP = ' ' IMPORTING CHANGED = CHANGED_FLAG TABLES CONT = CONTAINER CONTDEF = CONTAINER_DEF.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = TEXT-020 TEXT_QUESTION = TEXT-040 DISPLAY_CANCEL_BUTTON = 'X' IMPORTING ANSWER = ANSWER.

SWW_WI_START_SIMPLE CALL FUNCTION 'SWW_WI_START_SIMPLE' EXPORTING TASK = 'WS20500140' IMPORTING WI_ID = WI_ID TABLES AGENTS = AGENTS WI_CONTAINER = CONTAINER.

SWL_SHOW_PROCESS_DATA CALL FUNCTION 'SWL_SHOW_PROCESS_DATA' EXPORTING WF_ID = WI_ID WITH_TECHDETAILS = 'X' WITH_SUBFLOWS = 'X' WITH_EXPANSION = 'X' WITH_ERRORS = 'X' NO_ACTIVEX_VERSION = 'X'.



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