SAP Reports / Programs

ECRMMKT_CREATE_PARS SAP ABAP Report - Campaign for Print Action Record Exported from CRM







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


Text pool values


Print Action Records for CRM Campaigns to be Deleted
Title: Campaign for Print Action Record Exported from CRM


INCLUDES used within this REPORT ECRMMKT_CREATE_PARS

INCLUDE EMSG.


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:

MSG_OPEN CALL FUNCTION 'MSG_OPEN' EXPORTING x_log = 'X' IMPORTING y_msg_handle = msg_handle CHANGING xy_parm = msg_parm EXCEPTIONS OTHERS = 1.

CRM_PS_GET_PSPNR_FROM_GUID CALL FUNCTION 'CRM_PS_GET_PSPNR_FROM_GUID' EXPORTING i_campaign_guid = ecrmmkt_bp-bp_cgpl IMPORTING es_prps = yt_prps * e_pspnr = b EXCEPTIONS not_found = 1 not_supported = 2 OTHERS = 3 .

ISU_S_PRINTACTION_CREATE CALL FUNCTION 'ISU_S_PRINTACTION_CREATE' EXPORTING x_eprintact = g_eprintact x_no_dialog = 'X' * X_WINDOW = * IMPORTING * Y_PRINTACT = * TABLES * XT_PAR_OBJECTS = EXCEPTIONS failed = 1 existing = 2 foreign_lock = 3 number_error = 4 system_error = 5 not_qualified = 6 not_authorized = 7 cancelled = 8 OTHERS = 9.

MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = x_msg_handle x_action = co_msg_save EXCEPTIONS OTHERS = 1.

MSG_CLOSE CALL FUNCTION 'MSG_CLOSE' EXPORTING x_msg_handle = x_msg_handle EXCEPTIONS OTHERS = 1.



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