RFC to Create Campaign

Hi All,
I am looking for a RFC to create a campaign.I looked at MKT_ELEMENT_CREATE but it gives me dump.Can anyone suggest me what BAPI/RFC I can use to create a campaign?
Regards,
Jyothi

what is the CRM version you are working with ?

Similar Messages

  • Error while creating Campaign in CRM

    Hi all,
    When I am trying to create Campaign in CRM, system is throwing an error saying that "Can not get RFC destination for SEM".
    We are not using SEM in our project.
    Can anybody suggest me how to avoid/rectify this error?
    points will be guaranteed.
    Thanks in advance.
    Regards,
    Rahul.

    Hi Rahul,
    As long your are not activate/ use the key figure planning or budget,
    you can use without SEM. There is setting in SPRO to set this.
    Also in your CRM Campaign, you do not use scenario planning.
    Hope this helps,
    Gun.

  • Can we use custom RFC in creating models in Visual composer??

    Dear Experts,
    Can we use custom RFC in creating models in Visual composer??
    If yes, kindly provide some documents or links which would guide me how to achieve it.
    Warm Regards
    Upendra Agrawal

    Hi,
    Yes,you can do it.
    Configure the rfc and use like others Standard BAPI procedure.
    [https://www.sdn.sap.com/irj/scn/wiki?path=/display/vc/connectivity]
    Regards,
    Govindu

  • Error when Create Campaign in WebUI (customizing table BSPWD_RF_PROFILE)

    Dear experts,
    I get an error in the WebUI when I try to create a marketing campaign (view CPGOE_DETAILS/OVEFDetails):
    Marketing -> Create -> Campaign.
    Error: "Application does not support 'no display mode' runtime setting".
    I have to configure something in table BSPWD_RF_PROFILE via SPRO path: "Customer Relationship Management -> UI Framework -> UI Framework Definition -> Maintain Runtime Framework Profile".
    Does anybody know what entry I have to add in table BSPWD_RF_PROFILE ?
    I have to enter a "profile name", but which profile do they mean here? Do I also have to enter values in fields "Application", "View Set Name" etc ?
    Thanks a lot for any answers.
    Archie Oomen

    Hi
    if you only wnat to create a campaign without replacing controllers / setting global controller, you can enter any name you want (ie. "DEFAULT") with any description.
    Set the Separate Display Mode to X (On).
    You do not need to fill the other values.
    Regards
    Claudia

  • RFC - Receiver create Customer (Cannot see created user and created time)

    Hi,
    My scenario is JDBC - XI - RFC to create/change customer master. My problem happens with customer created/changed by RFC. When I look at administrative data of customer master, created by and created date are empty. http://www.imagecross.com/07/image-hosting-view-11.php?id=53673.png My requirement is that log on user which i input in receiver cc of RFC in ID should be used as created user in customer master and created  date should also be updated too.
    Any solution for this? Is there any configuration in XI required or may be a guideline for using ABAP in RFC to do this?
    Thanks,
    Pavin

    Hi
    When u execute form se37 it wud update with the user logged in
    same wud happen when Receiver Adapter RFC wud log in and update r change
    shud update with user wat u have entered in Config
    try to run the RFC from se37
    rgds
    srini

  • How to create Campaign ID in CRM.

    Hi Experts,
    How to create Campaign ID in CRM.
    :Please provide me any documents for the same.
    Thanks & advance
    Prajith P

    Accorring to your question, you want to create campaign in CRM?
    you need to assign a MKT_PRO or other Marketing related role to your WEB UI user, then login the WEB UI, from the menu you will find marketing plan, and campaign is a kind of marketing object under it.

  • Finding FM/BAPI/RFC for Create Inbound Delivery(vl31n).

    Hi all,
    i need for a FM/BAPI/RFC for Create Inbound Delivery(vl31n) or ASN
    where in import Parameter i have to pass -
    *vendor no*
    *PO no*
    *External ID no*
    *Delivery date*
    *TransPlanngDate*
    *BillOfLad*
    *GR/GI Slip*
    in Export i need ASN no and in tables we can use ITEM details.
    Regards,
    Sunil sahoo.

    Hi,
    Check the below link
    [https://forums.sdn.sap.com/click.jspa?searchID=16938983&messageID=5780492]
    Regards,
    Surinder

  • BAPI or RFC to create material

    Hi folks,
            Could any one tell me, if there is any BAPI or RFC to create Material in Material master....if so pls tel me the name and how to use the BAPI...thanks in advance,
                              santosh.

    HI CHECK OU THIS PROGRAM
    *& Report  ZBAPI_MATERIAL_SAVEDATA
    **& AUTHOR *
    *& PURPOSE : THIS REPORT USES BAPI MATERIAL SAVE DATA TO UPDATE AND CREATE
    *&           THE MATERIAL
    REPORT  ZBAPI_MATERIAL_SAVEDATA NO STANDARD PAGE HEADING MESSAGE-ID (ZHNC).
    TYPES:BEGIN OF TY_MAT,
           MATERIAL(4),
           IND_SECTOR(1),
           MATL_TYPE(4),
          BASIC_VIEW(1),*
          SALES_VIEW(1),*
          PURCHASE_VIEW(1),*
          STORAGE_VIEW(1),*
           MATL_GROUP(9),
           BASE_UOM(3),
           BASE_UOM_ISO(3),
          MATL_GROUP1(1),*
          BASE_UOM1(1),*
          BASE_UOM_ISO1(1),*
           PLANT(4),
           DEL_FLAG(1),
           PUR_GROUP(3),
           BASE_QTY(13),
          PLANT2(4),*
          DEL_FLAG5(1),*
          PUR_GROUP1(1),*
          BASE_QTY1(1),*
          PLANT3(4),*
           STGE_LOC(4),
           MRP_IND(1),
          PLANT4(4),*
          STGE_LOC1(4),*
          MRP_IND1(1),*
           SALES_ORG(4),
           DISTR_CHAN(2),
           DEL_FLAG1(1),
           MIN_ORDER(13),
          SALES_ORG1(4),*
          DISTR_CHAN1(2),*
          DEL_FLAG2(1),*
          MIN_ORDER1(1),*
           LANGU(2),
          MATL_DESC(40),
       END OF TY_MAT.
    DATA: IT_DATA TYPE TABLE OF TY_MAT,
          WA_DATA LIKE LINE  OF IT_DATA.
    *decalraing flag
    data: v_flag value ''.
    *DECLARING WORK AREAs  TO BE PASSED TO THE FUNCTION MODULE.
    DATA: BAPI_HEAD LIKE BAPIMATHEAD,
          BAPI_CLIENTDATA LIKE BAPI_MARA,
          BAPI_CLIENTDATAX LIKE BAPI_MARAX,
          BAPI_PLANTDATA LIKE BAPI_MARC,
          BAPI_PLANTDATAX LIKE  BAPI_MARCX,
          BAPI_STORAGELOCATIONDATA LIKE BAPI_MARD,
          BAPI_STORAGELOCATIONDATAX LIKE BAPI_MARDX,
          BAPI_SALESDATA LIKE BAPI_MVKE,
          BAPI_SALESDATAX LIKE BAPI_MVKEX,
          BAPI_MAKT LIKE BAPI_MAKT,
          BAPI_RETURN LIKE BAPIRET2.
    *INTERNAL TABLE TO HOLD THE MATERIAL DESCRIPTION
    DATA: BEGIN OF IT_MAKT OCCURS 0.
    INCLUDE STRUCTURE BAPI_MAKT.
    DATA END OF IT_MAKT.
    DATA:BEGIN OF IT_RET OCCURS 0.
    INCLUDE STRUCTURE BAPIRET2.
    DATA END OF IT_RET.
    *INTERNAL TABLE TO HOLD HEADER DATA
    DATA: IT_EXCEL TYPE ALSMEX_TABLINE OCCURS 0 WITH HEADER LINE.
    *SELECTION-SCREEN ELEMENTS
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.
    PARAMETER: FNAME TYPE RLGRAP-FILENAME OBLIGATORY DEFAULT 'C:\Documents and Settings\Administrator\Desktop\MATMAS.XLS' .
    PARAMETERS: P_BEGCOL TYPE I DEFAULT 1 NO-DISPLAY,
                P_BEGROW TYPE I DEFAULT 1 NO-DISPLAY,
                P_ENDCOL TYPE I DEFAULT 100 NO-DISPLAY,
                P_ENDROW TYPE I DEFAULT 32000 NO-DISPLAY.
    SELECTION-SCREEN END OF BLOCK B1.
    *DECLARATION OF EXCELAL TABLE
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR FNAME.
    PERFORM F_GET_FILE USING FNAME.
    START-OF-SELECTION.
    PERFORM F_XLS_ITAB USING FNAME
                       CHANGING IT_EXCEL.
    PERFORM F_MOVE_DATA.
    perform F_GET_DATA.
    *&      Form  F_GET_FILE
          text*
         -->P_FNAME  text*
         <--P_SY_SUBRC  text*
    FORM F_GET_FILE  USING    P_FNAME LIKE FNAME.
    CALL FUNCTION 'KD_GET_FILENAME_ON_F4'
    EXPORTING
       PROGRAM_NAME        = SYST-REPID
       DYNPRO_NUMBER       = SYST-DYNNR
      FIELD_NAME          = ' '*
      STATIC              = ' '*
      MASK                = ' '*
      CHANGING
        FILE_NAME           = P_FNAME
    EXCEPTIONS*
      MASK_TOO_LONG       = 1*
      OTHERS              = 2*
    IF SY-SUBRC <> 0.
    MESSAGE E006(ZHNC).
    ENDIF.
    ENDFORM.                    " F_GET_FILE
    *&      Form  F_XLS_ITAB
          text*
         -->P_FNAME  text*
         <--P_IT_EXCEL  text*
    FORM F_XLS_ITAB  USING    P_FNAME
                     CHANGING P_IT_EXCEL.
    CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
      EXPORTING
        FILENAME                      = FNAME
        I_BEGIN_COL                   = P_BEGCOL
        I_BEGIN_ROW                   = P_BEGROW
        I_END_COL                     = P_ENDCOL
        I_END_ROW                     = P_ENDROW
      TABLES
        INTERN                        = IT_EXCEL
    EXCEPTIONS
       INCONSISTENT_PARAMETERS       = 1
       UPLOAD_OLE                    = 2
       OTHERS                        = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO*
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.*
    ENDIF.
    ENDFORM.                    " F_XLS_ITAB
    *&      Form  F_MOVE_DATA
          text*
    -->  p1        text*
    <--  p2        text*
    FORM F_MOVE_DATA .
    DATA : LV_INDEX TYPE I.
    FIELD-SYMBOLS <FS>.
    *--- Sorting the internal table
    SORT IT_EXCEL BY ROW COL.
    CLEAR IT_EXCEL.
    LOOP AT IT_EXCEL.
    MOVE IT_EXCEL-COL TO LV_INDEX.
    *--- Assigning the each record to an internal table row
    ASSIGN COMPONENT LV_INDEX OF STRUCTURE WA_DATA TO <FS>.
    *--- Asigning the field value to a field symbol
    MOVE IT_EXCEL-VALUE TO <FS>.
    AT END OF ROW.
    APPEND WA_DATA TO IT_DATA.
    CLEAR WA_DATA.
    ENDAT.
    ENDLOOP.
    ENDFORM.                    " F_MOVE_DATA
    *&      Form  F_GET_DATA
          text*
    -->  p1        text*
    <--  p2        text*
    FORM F_GET_DATA .
    LOOP AT IT_DATA INTO WA_DATA.
    MOVE-CORRESPONDING WA_DATA  TO  BAPI_HEAD.
    BAPI_HEAD-BASIC_VIEW ='X'.
    BAPI_HEAD-SALES_VIEW ='X'.
    BAPI_HEAD-PURCHASE_VIEW ='X'.
    BAPI_HEAD-STORAGE_VIEW ='X'.
    MOVE-CORRESPONDING WA_DATA TO BAPI_CLIENTDATA.
    BAPI_CLIENTDATAX-MATL_GROUP = 'X'.
    BAPI_CLIENTDATAX-BASE_UOM = 'X'.
    BAPI_CLIENTDATAX-BASE_UOM_ISO = 'X'.
    MOVE-CORRESPONDING WA_DATA TO BAPI_PLANTDATA.
    BAPI_PLANTDATAX-PLANT = BAPI_PLANTDATA-PLANT.
    BAPI_PLANTDATAX-DEL_FLAG = 'X'.
    BAPI_PLANTDATAX-PUR_GROUP = 'X'.
    BAPI_PLANTDATAX-BASE_QTY = 'X'.
    MOVE-CORRESPONDING WA_DATA TO BAPI_STORAGELOCATIONDATA.
    BAPI_STORAGELOCATIONDATA-PLANT = BAPI_PLANTDATA-PLANT.
    BAPI_STORAGELOCATIONDATAX-PLANT = BAPI_STORAGELOCATIONDATA-PLANT.
    BAPI_STORAGELOCATIONDATAX-STGE_LOC = BAPI_STORAGELOCATIONDATA-STGE_LOC.
    BAPI_STORAGELOCATIONDATAX-MRP_IND = 'X'.
    MOVE-CORRESPONDING WA_DATA TO BAPI_SALESDATA.
    BAPI_SALESDATAX-SALES_ORG = BAPI_SALESDATA-SALES_ORG.
    BAPI_SALESDATAX-DISTR_CHAN = BAPI_SALESDATA-DISTR_CHAN.
    BAPI_SALESDATAX-DEL_FLAG = BAPI_SALESDATA-DEL_FLAG.
    BAPI_SALESDATAX-MIN_ORDER = 'X'.
    REFRESH IT_MAKT.
    IT_MAKT-LANGU = WA_DATA-LANGU.
    IT_MAKT-MATL_DESC = WA_DATA-MATL_DESC.
    APPEND IT_MAKT.
    CLEAR IT_RET.
    REFRESH IT_RET.
    PERFORM F_CALL_BAPI.
    READ TABLE IT_RET WITH KEY TYPE = 'S'.
    IF SY-SUBRC EQ 0.
    PERFORM F_BAPI_COMMIT.
    WRITE:/ 'MATERIAL CREATED OR UPDATED SUCESSFULLY WITH MATERIAL NO',WA_DATA-MATERIAL.
    ELSE.
    MESSAGE E000(ZHNC) WITH 'ERROR IN CREATING THE MATERIAL'.
    *WRITE: / 'ERROR IN CREATIN MATERIAL',IT_RET-MESSAGE.
    *PERFORM F_DOWNLOAD.
    ENDIF.
    *ENDIF.
    ENDLOOP.
    ENDFORM.                    " F_GET_DATA
    *&      Form  F_CALL_BAPI
          text*
    -->  p1        text*
    <--  p2        text*
    FORM F_CALL_BAPI .
    CALL FUNCTION 'BAPI_MATERIAL_SAVEDATA'
      EXPORTING
        HEADDATA                   = BAPI_HEAD
       CLIENTDATA                 =  BAPI_CLIENTDATA
       CLIENTDATAX                =  BAPI_CLIENTDATAX
       PLANTDATA                  =  BAPI_PLANTDATA
       PLANTDATAX                 =  BAPI_PLANTDATAX
       STORAGELOCATIONDATA        =  BAPI_STORAGELOCATIONDATA
       STORAGELOCATIONDATAX       =  BAPI_STORAGELOCATIONDATAX
       SALESDATA                  =  BAPI_SALESDATA
       SALESDATAX                 =  BAPI_SALESDATAX
    IMPORTING
       RETURN                     =  IT_RET
    TABLES
       MATERIALDESCRIPTION        = IT_MAKT
      UNITSOFMEASURE             =*
      UNITSOFMEASUREX            =*
      INTERNATIONALARTNOS        =*
      MATERIALLONGTEXT           =*
      TAXCLASSIFICATIONS         =*
      RETURNMESSAGES             =*
      PRTDATA                    =*
      PRTDATAX                   =*
      EXTENSIONIN                =*
      EXTENSIONINX               =*
    APPEND IT_RET.
    ENDFORM.                    " F_CALL_BAPI
    *&      Form  F_BAPI_COMMIT
          text*
    -->  p1        text*
    <--  p2        text*
    FORM F_BAPI_COMMIT .
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    EXPORTING*
      WAIT         =*
    IMPORTING*
      RETURN        =*
    ENDFORM.                    " F_BAPI_COMMIT
    IF U WANT THE EXCEL FILE I CAN SEND U
    PLZ REWARD POINTS TO HELP ANSWERS

  • Remote enabled BAPI/RFC to create VACANCY in Recruitment

    Is there any Remote enabled BAPI/RFC to create VACANCY in Recruitment?
    I need to create VACANCY from external .Net program.
    Thanks.

    closing to post another question

  • How to create campaign Wiki

    Hi,
    Can anyone help me to understand whats is campaign Wiki and how to use it. Any sort of tutorial will be very much helpful
    Thanks,
    Abhijit

    Accorring to your question, you want to create campaign in CRM?
    you need to assign a MKT_PRO or other Marketing related role to your WEB UI user, then login the WEB UI, from the menu you will find marketing plan, and campaign is a kind of marketing object under it.

  • Creating campaign in Siebel CRM using webservices

    Hi,
    I want to create campaign in Siebel CRM using webservices.
    I am new to siebel platform so I don't have much insight into webservices capabilities.
    Which webservice shall I use to create the campaign .Can anyone please help me on this.
    Thanks

    Hello Sandeep
    SolMan and C4C integration is available for exception management but not for user creation and
    replication into C4C.
    http://wiki.scn.sap.com/wiki/pages/viewpage.action?pageId=403572583
    BR
    Prabhat

  • Remote-Enabled BAPI/RFC for creating "Request Special Payment (SPSP)"

    Is there any Remote-Enabled BAPI/RFC for creating "Request Special Payment (SPSP)" which is one of the Personnel Change Requests under MSS ?
    Thanks.

    closing to post another question.

  • BHOLD:Error on Creating Campaigns and Changing Notification Emails

    Hi,
    While creating Campaigns and Changing the notification emails i am getting a popup box with message"error on saving settings".
    I have tried every possibility but still getting the same error box.This error is not also being generated in Event Viewer.
    Has anyone faced such error.If Yes Please let me know the reasons .Its urgent .
    shakti

    Hi there,
    I am unable reproduce the error you are reporting with EA 1.0 on my Mac.
    To clear your Edge preferences, delete this folder: /Users/username/Library/Preferences/Adobe/Edge Animate/1.0.0
    Let us know if clearing the prefs fixes it. If not, please provide more info if there are any other steps to reproduce the error, as well as which version of MacOS X and your EA version (in the about box).
    Also, I'm not sure if your plug-in is causing the problem (especially if it happens with a new project and you haven't referenced the plug-in in the HTML file) - but can you provide more information about the plug-in you're using?
    Thanks,
    Joe

  • With Scanning call RFC of create TO and confirm TO W/O SAP WM confg--------

    Hello expert,
    We are using SAP WM functionality. Client is using scanning device for scanning a bar code. Can I integrate scanning with SAP WM to create TO and confirm TO with RFC? We do not want to use RF transaction/SAP RF configuration. Is it possible to call RFC with scanning? If yes how?
    Thanks
    Milind

    Hello,
    With my understanding .....For any pick in WM with RF, will be using the functional module "L_to_confirm" for confirmation of picking. In general WH worker scans first the TO bar code/Ship bar code/any bar code that directs him to go to the bin location with the RFGUN based on his que and use to scan the bin location verification bar code and make sure that that is the right location and picks the qty's that shows in the TO and then confirms immediately.
    Now coming to your process you said in the last reply that "TO is already created and worker reaches the place and scan barcode". This is a standard way of doing pick with RF. You said once "he reached the place" it means he should know by scanning pick lable or reading pick sheet a person goes to the location and then you said scan the bar code i.e bin verification barcode and then he confirms the pick. If i understand some thing else.. i don't know... only i know is you need to have a Zprogram thriugh config the RF menu Tcode and that RF screen program will guide you to confirm the TO with GUN.
    thanks... tkreddy

  • Function Module for creating Campaign

    Hi,
    Can you tell me what is the function module I should use for creating the Campaigns. I am working on the CRM 7.0 system.
    Many thanks,
    Gopal

    Hi,
    Try this CRM_TM_CAMPAIGN_CREATE
    Regards,
    Dipesh.

Maybe you are looking for

  • IPhone 5S and syncing issues

    I just bought the IPhone 5S and when I plug my phone with the USB cable, it does not recognize my phone. I open ITunes and my phone does not come up in the "Devices" section. I have done every thing I can think of the figure out what the problem is.

  • Re: [iPlanet-JATO] using begin childName Display method

    Oops. Sorry about that, Craig. I didn't realize I might leave that impression. I'm sure the tiled views work since you have so many examples of these and it's a relatively simple concept, isn't it? Not to mention a necessary one. I didn't have time t

  • Error Calling Stored Procedure Receiver adapter

    Hi Guys, I am trying to send data to a stored procedure SQL server R2 2008 from SAP PI7.11. Transport Protocol: JDBC2.0 Message Protocol : XMLSQLFORMAT I am able to read from same database using sender adapter. Name of SP:  InderTest Paramters in SP

  • Authorization object for parameter transactions

    Hi all, I'm trying to restrict transaction VL10h for shipping point,this transaction is a parameter transaction and is not controlled by an authorization object directly.when I run a trace , transaction Vl10x shows up. The authorization object that i

  • Deadlock error SSIS

    i got the following error in SSIS: Executing the query "exec stored_procedure" failed with the following error: "Transaction (Process ID 13) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the t