Validating Campaign Type

Hello,
We no longer wish to use a number of Campaign Types,  but from what I can gather,   if these were deleted ( Via IMG) this would cause an error in previous Campaigns that were created with one of these Campaign types. 
What I propose to do is to validate the Campaign type when creating a Campaign so that if it is one of these we no longer wish to use, an error message is issued to the user to stop them using it to create the campaign.
Does anyone have any experince of using a BADI that could be implmented to acheive this ?
Regards
Chan

I have found BADi CRM_MKTPL_OL_OBJ which will allow me to do the checks.
Regards
Chan

Similar Messages

  • Error Message during PO GR - Please enter a valid transaction Type

    During the goods receipt movement 1010 of a Purchase Order,  I am getting following error Message:
    "Please enter a valid transaction Type"
    I am not a Purchasing expert. Could please help?
    Thanks and regards.

    Hi,
    Pl do below 2 things:
    1 ) Go to Transaction code = OMBA , Click on Goods receipt Documen type button and check whether MIGO_GR is assigned to DOC Type = WE
    2 ) Go to Transaction code = OMJJ , Tick Movement type and select 101 Movement type .
    Then You need to click on "Allowed Transaction option ( Left pane ) and see whether transaction code MIGO is mentioned for Movement type 101.
    it should solve ur problem.

  • Valid instance type for this instalation optiion are SCS, ER2, j2eedi, J2

    Hello . I want to install a NW7.3 based BI system. I found reccomendation to start with ABAP instance an then start of Java central server installation
    However I have checked option BI Java and additionaly I had EP, AS, EPC, and BASIC.
    however on next screen I am asked about SAP system ID(I entered the ABAP installed one  i.e. BI4)
    However this gets recognized that BI4 is already existing after ABAP.
    SAP system BI4 exists and is not suitable for this installation option. DIAGNOS: Valid instance type for this instalation optiion are SCS, ER2, j2eedi, J2eeci , but instance ASCS01 has different type
    Solution: Choose a different SAP system ID or unistall the existing one
    What to do?
    Thank you in advace for help

    Hello
    Now when I have suceesfully installed both (java @abap systems) I wander how to connect them.
    I red somewhere I should establish a JCO connection but I wander where
    I found new netweawer administrator http://<host>:5<sysnr>00
    JCO can be established via http://<host>:5<sysnr>00->configuration->infrastructure->JCO RFC provider.
    But which programID to use and..
    Is there somewhere some guide how to build BI out of this 2 (java @abap) systems. I only during java instalation entered users to get user communication  between java@abap
    Thank you in advance

  • NWBC:CREATE DATA:Type WDR_APP_PROP_DISP_LOADINGPAGE is no valid data type

    HI Experts,
    We want to access our servers through NWBC. All setting and configuration related is done also services in SICF are activated.But when we are in to NWBC it shows following error. Kindly help to resolve this
    Error when processing your request
    What has happened?
    The URL https://hpi-dev.domainname.local:44301/sap/bc/webdynpro/sap/powl was not called due to an error.
    Note
    The following error text was processed in the system ERD : CREATE DATA: The specified type WDR_APP_PROP_DISP_LOADINGPAGE is no valid data type.
    The error occurred on the application server HPI-DEV_ERD_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CONVERT_XML_TO_STRING of program CL_WDR_CONFIGURATION_UTILS====CP
    Method: CONVERT_XML_TO_STRING of program CL_WDR_CONFIG_APPL_PARAM======CP
    Method: READ_DATA of program CL_WDR_CONFIG_APPL_PARAM======CP
    Method: INIT_DATA of program CL_WDR_CONFIG_APPL_PARAM======CP
    Method: GET_DATA of program CL_WDR_CONFIG_APPL_PARAM======CP
    Method: CONSTRUCTOR of program SAPLWDR_RUNTIME_REPOSITORY
    Function: WDR_GET_REPOSITORY of program SAPLWDR_RUNTIME_REPOSITORY
    Method: IF_WDR_RUNTIME~GET_RR_APPLICATION of program CL_WDR_MAIN_TASK==============CP
    Method: CREATE_APPLICATION of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system ERD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server HPI-DEV_ERD_01 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server HPI-DEV_ERD_01 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-https -c: 100 -u: SRAUT -l: E -s: ERD -i: HPI-DEV_ERD_01 -w: 0 -d: 20111220 -t: 003857 -v: RABAX_STATE -e: CREATE_DATA_UNKNOWN_TYPE
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hi,
    Regarding the issue reported by you kinly refer in detail the solution section of the following SAP Note:
      1432358 - Starting application with Loading Animation
    It seems that the data element WDR_APP_PROP_DISP_LOADINGPAGE is not created in your system.
    This note should help you out.
    Regards,
    Abhishek

  • IFS-12635: SimpleXmlParser: Value(10/10/99) not valid for type (Date)

    I am trying to uplaod an xml document sample which has an attribute of date datatype.
    My sample is :
    <?xml version="1.0" standalone="yes"?>
    <document>
    <name> test</name>
    <createdate>1999/03/12</createdate>
    </document>
    I am getting this error:
    IFS-12635: SimpleXmlParser: Value(10/10/99) not valid for type (Date).
    If I input just the "name attribute" value, there is no problem. What is the date format, I should use?
    Please suggest.
    Thank you
    null

    Is there any way to specify the format in the custom type document itself. ? I do not want to specify the format in every document sample. Is there any way that it is possible. If I give the format in the document samples, as Matt said, there is no problem.
    Now I tried to give the format in the type document itself.
    I created a custom type document as follows:
    <?xml version="1.0" standalone="yes"?>
    <!--myTestType.xml-->
    <ClassObject>
    <Name>myTestType</Name>
    <Description> myTestType Document </Description>
    <Superclass Reftype ="name">Document</Superclass>
    <Attributes>
    <Attribute>
    <Name> Category </Name>
    <DataType> String </DataType>
    <DataLength> 80 </DataLength>
    </Attribute>
    <Attribute>
    <Name> posted_date </Name>
    <DataType format="mm-dd-yyyy"> date </DataType>
    </Attribute>
    </Attributes>
    </ClassObject>
    I could able to upload this to ifs. No problem at this time. But when I try to load the below sample, I am getting the same parse problem.(IFS-12635 SimpleXmlParser: Value(12-25-1992) not valid for type (Date.).
    sample xml document
    <?xml version="1.0" standalone="yes"?>
    <myTestType>
    <name> testing.myTestType</name>
    <Category>Administration_4</Category>
    <posted_date >12-25-1992</posted_date>
    </myTestType>
    Thank you.

  • MarshalException-Is Enumeration a valid arg type in Session Bean method ??

    Hi,
    I have a session bean method (EJB1.1) that takes Enumeration as one of the arguments. When I calls this remote method, I am getting MarshalException. Is Enumeration is valid argument type for remote methods in EJB 1.1 ??
    The enumeration is returned from the finder method of another Entity Bean. It is pointing to set of Remote Interface objects that are serializable. So it should throw the MarshalException.
    Another observation - This code works fine with WebLogic Server 5.1. I get this exception while running this code on Sybase Application Server 3.6.1.
    Thanks

    hi ,
    i am also facing same prob.
    if u have solved it out
    it would be very kind of u if u mail me the sol. on
    [email protected]
    deepak

  • Validating material types in LSMW

    Hi Experts,
        How do we vaqlidate material types in LSMW.
    what are the kind of problems generally we get doing LSMW.
    Thanks,
    Naren,

    material types are stored in table T134.
    so we will write a SELECT to know,its a valid or not.
    SELECT SINGLE MTART INTO V_MTART
                  FROM T134
                  WHERE MTART = ZSOURCE-MTART.
    IF SY-SUBRC = 0.
    *--ITs a valid Material type
    BMMOO-MTART = ZSOURCE-MTART.
    else.
    *--Invalid material type,its an error.
      SKIP_RECORD. <--this SKPS the current record,as there is no meaning to process this error record.
    ENDIF.
    Regards,
    Srikanth
    Message was edited by: Srikanth Kidambi

  • Campaign Type is not available in drop down box

    Hi expert,
    I want to bring  a new camaign type option in drop down box in web UI. in spro i define a new Campaign type(spro-crm-marketing- marketing planning and campaign management basic function---define types/objective/tactics).
    but this new capaign type is not available in web ui campaign drop down box. actually i want to create a new campaign type fund management to add fund management functioanlity in Campaign.
    please help to  do this.
    thanks in advance.
    regards,
    dur

    Hi Shruti and Anup,
    Thanks for giving focus to my question. i have maintained the cateogory Campaign in SPRO and also language is EN in description.but i am creating a new campign type for marketing plan it is available in drop down box. and i also want fund and id available in general dat area in either campaign or marketing plan.How can i achieve it?
    thanks
    dur

  • WebDynpro Action Types : Validating vs Non Validating Action Types

    Hi
    Can someone tell me the difference between Validating and Non Validating Action Types in webdynpro. I read it through, but its not very clear.
    regards
    Saurabh

    HI Maksim,
    Thanx it helped !!
    I need some more help. I have a PAR file which displays an employees CV in an IView. I want to print only the content in the iView (i.e the CV) not the complete page with Roles and worksets, is there some code that can do this.
    I need to place a button on the CV (in the iView) and on the click of the button the CV (iView) gets printed.
    A workaround for this is that I open the CV (from the iView Personalization ) in a new window and then from the File menu of the new window fire the Print option. But I dont want to do it this way.
    I want to Print the CV from the parent window only.
    Plz suggest !!
    Regards
    Saurabh

  • Asking to maintain a valid document type for inter company

    Hi friends
    We have created a purchase order. It is STO inter-Co
    There is no issue for a normal vendor when posting in MIGO; the error is just for inter-company vendors.
    When doing MIGO the document shows OK. When posting or saving the document it is showing an error as Use a valid document type for inter company.
    As per the error we have maintained the document types in OBA7 and the inter company posting are checked for the document types.
    Can anyone help me on this issue how to proceed?

    hI SUKANYA
    PLS EXPLAIN ME WHILE GL A/C CREATION FOR WE ASSIGNED G067 AND READY FOR A/C INPUT IS FOR WHAT
    CAN U PLS EXPLAIN ITS USES . MEE ANSWER KOSAM WAIT CHESTUNTAA
    THANKS
    MALLIKARJUNA

  • Asking to use a valid document type for inter company

    Hi friends
    We have created a purchase order. It is STO inter-Co
    There is no issue for a normal vendor when posting; the error is just for inter-company vendors.
    When doing MIGO the document shows OK. When posting or saving the document it is showing an error as Use a valid document type for inter company.
    Can anyone help me on this issue?

    Hi
    This problem raised If the trading partner assigned in the Vendor master in Control data and that trading partner is different fromt the trading partner assigned to particualr Co code.
    Goto TCODE:OBA7 , selec the document type for which this error is coming - in the document type screen in control postings sections select the inter-company postings check box.
    VVR

  • Enter a valid basic type - BW IDoc type RSSEND is not same as the SS IDOC

    Hi,
    I am connecting the ERP system to BW system, and am getting error:
    CHECK(context menu source system):
    @5C@     BW unknown in source system     RSAR     8     
    @5C@     The BW IDoc type RSSEND is not the same as the source system IDoc type     RSAR     371     
    RESTORE(context menu source system):
    Information: Enter a valid basic type
    Information help:
    Enter a valid basic type
        Message no. E0434
    Diagnosis
        An entry with the key /BD2CLNT100/LS//RSSEND//// is to be inserted in
        table
        EDP13.
        The value 'RSBEND' is not valid for field IDOCTYP.
    Procedure
        Check whether basic type RSBEND exists.
    help required

    Hi,
    Please find the below link may useful.
    http://wiki.ittoolbox.com/index.php/Re-Connect_R/3_and_BW
    Reg,
    Venkat

  • What are valid RMI types?

    I read in the J2EE Tutorial several times that arguments and return types must be valid RMI types.
    What does that mean?

    valid RMI types:
    which are either primitive types, object types implementing (even indirectly) java.rmi.Remote, or object types implementing (even indirectly) java.io.Serializable.
    Here is a list of the types that can be passed as parameters or returned in Java RMI:
    Primitives: byte, boolean, char, short, int, long, double, float
    Java serializable types: any class that implements or any interface that extends java.io.Serializable
    Java RMI remote types: any class that implements or any interface that extends java.rmi.Remote

  • Campaign related activity creation according to chosen Campaign Type

    Hello,
    I would like to know if it is possible to create campaign related activities in dependency on the chosen Campaign Type and not through the chosen Communication Medium?
    If that is not possible what do you think how complex it would be to implement a custom development that changes the Communication medium in dependence on the chosen campaign type?
    I would be glad for any help you can provide.
    Best Regards
    Christian

    Thanks Stephen!
    Acitvity will be created in REX, this will be done by going to schedule/week/promotions and dragging and dropping the customer from the target group into the calendar, hence creating a visit.
    However, when we do this, this does not create the needed link in back end between the activity and campaign (basically, it should create the campaign ID on the reference field on the header of the activity).
    This is needed to be able to follow up if the sales reps reached their goals, after the campaign has run.
    I guess I am missing some configurations in CRM between campaign and acitivity.  Do I have to do any specific configs in REx or CRM?  Please let me know.
    Needed urgently.
    Manisha.

  • Problem with custom validated data types using domain on 11g

    Hi,
    I ' m on a migration process from 10 to 11 and I notice that a custom domain didn't work correctly anymore
    to be more specific every time that I was submiting a page a was getting an error cannot convert from myclass to oracle.jbo.domain.String
    I search the forum and I saw a similar problem
    Cannot convert type class java.lang.String to class oracle.jbo.domain.Clob
    at which Frank says that it is a known bug and suggests a work around.
    I use the workaround and it worked but some more issues came up:
    1. If the validation fails I get the error that I throw at the validate method not in a popup with just my message
    but in the whole window with the whole error stack, meaning that my custom validation is not handled like native ADF validation errors by
    the framework (at 10.1.3.4 worked OK)
    2 If i dont give a value at the attribute in the validation phase mdata variable is not null but is length is zero (at 10.1.3.4 its value was null)
    public class AFM implements DomainInterface, Serializable {
    public AFM(String val) {
    mData = new String(val);
    validate();
    private String mData;
    protected void validate() {
    // ### Implement custom domain validation logic here. ###
    mData==null // returns false
    mData.length()==0 // returns true
    3. Can i force validation only for new or updated values? I saw that the validation process is taking place every time a row is fetched.
    This is not only a performance issue, the bigger problem is that if a fetched from the DB value fails the validation an error is return but the
    user cannot change the value to correct it.
    TIA
    Tilemahos

    since i don't get any answer I wonder if i should have use a more provocative title like
    "custom domains in 11g don't work"
    is it true?
    Tilemahos

Maybe you are looking for

  • Remote support options for iPad?

    We're looking at the iPad as a possible solution for a specific business case. However, I'll need some way to provide remote support to the iPad users. I've looked for VNC type apps but everything I've found just enables the iPad to be a client that

  • Bridge CS5 Not Working

    I currently have PS CS5 installed on my Mac OS X 10.6.8 with Snow Leopard.  PS5 works fine but when I try to use bridge, bridge opens but that's it.  If I try to do anything I get the spinning beach ball and eventually have to force quit. I have done

  • Open a PDF file from another PDF file on iPad

    Hi, I made a test with 2 PDF files. In the first PDF file I link it to the another PDF file. I used Hyperlinks in InDesign but it doesn't work.

  • Uverse TV- Closed caption on every time we power up. Can CC be permanentl​y disabled?

    Sorry if this is a duplicate post - I type it once and now don't see it after having to register an account with Toshiba. I have a Toshiba Regza - no problem when we were with Time Warner Cable.  We just switched to ATT Uverse and the Closed captioni

  • Compressor-MPEG2 program stream from Final Cut. HD to SD

    I'm trying to export a SD 720x 480 video from a HD 1920 x 720 HD timeline in Final Cut. Each time I choose file, export with/compressor, Compressor opens fine. I don't have control of the pixel size! I choose NTSC and it says 720 x 480 but when I ope