How to make products AVL in marketing planner display only?

Hi,
Does anybody know how to make products tab or more specifically produts table display only?
I've tried using Define Field Selection for Campaigns in IMG, but that doesn't work for products table.
Thanks,
Michael

FYI - I'm moving this message to the "CRM - General & Framework Forum" where technical questions such as these are more likely to get answered/searched.
The Marketing forum is intended for marketing process-related queries.
Warm Regards,
Anik Roy
Moderator

Similar Messages

  • How to make a column in Table popin read only

    Hi Everyone
    Could anyone let me know how to make a column in table popin read only.
    Regards

    if you ar eusing an ALV table
    try this
      DATA: lr_salv_wd_table TYPE REF TO iwci_salv_wd_table,
            r_table TYPE REF TO CL_SALV_WD_CONFIG_TABLE.
    * get reference to ALV component interface
      lr_salv_wd_table = wd_this->wd_cpifc_alvmain( ).
    * get ConfigurationModel from ALV Component
      wd_this->r_table = lr_salv_wd_table->get_model( ).
    * init ColumnSettings
      DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings,
            lr_col_header TYPE REF TO cl_salv_wd_column_header.
      lr_column_settings ?= wd_this->r_table.
    * get table of column settings - each line one column
      DATA: lt_columns TYPE salv_wd_t_column_ref.
      lt_columns = lr_column_settings->get_columns( ).
    * loop over table - in each loop another column can be modified
      DATA: ls_column TYPE salv_wd_s_column_ref.
    * define visible columns (fields) by naming them,
    * exclude others by setting visibility to none
      DATA: ls_tooltip TYPE string.
      LOOP AT lt_columns INTO ls_column.
        " get header of column
        lr_col_header = ls_column-r_column->get_header( ).
        " do settings here
    ENDLOOP.
    Or see this document for more tips.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40794172-b95a-2910-fb98-b86d8a0918b4">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40794172-b95a-2910-fb98-b86d8a0918b4</a>
    regards,
    Joris

  • How to make field is editable in ALV  CL_SALV_TABLE only)

    Hi,
    How to make field is editable in ALV  CL_SALV_TABLE only)
    Any one has tried to make field si editable by using CL_SALV_TABLE class.
    *I know how to do it in REUSEALV function module and CL_GUI_ALV class.*_
    Please reply only if you riedin CL_SALV_TABLE class method.
    Regards
    Rajesh V
    Moderator message: not supported, please read class documentation and search for previous discussions.
    Edited by: Thomas Zloch on Mar 17, 2011 2:07 PM

    Hi Chad,
    Please refer the link,
    Edit field in alv
    Regards,
    Hema.
    Reward points if it is useful.

  • How to make a field editable again after displaying error msg (validation)

    Dear All,
    In dialog programming, I have written a validation on a text field that it should not be left blank by the user, but after displaying the message the field becomes gray (non-editable). How can I make it editable once again after displaying the error message.
    My code is as following:
    ***INCLUDE MZFBPS1_SAVE_DATAF01 .
    *&      Form  save_data
          text
    -->  p1        text
    <--  p2        text
    FORM save_data .
    ****************Check For Empty Fields Start
    if ZFBPS_GATE_IN-truck_code is INITIAL
    or ZFBPS_GATE_IN-truck_no is INITIAL
    or ZFBPS_GATE_IN-transporter_code is INITIAL.
    MESSAGE e020(zmatlist).
    endif.
    ****************Check For Empty Fields Start
    Regards,
    Alok.

    hi,
    u can do it in chanin end chain.
    For example if there are 10 fields in the screen and for 5 fields whenever the user enters wrong values u like to give some error message. You can declare that fields in the chain enchain so that only those fields will be input enabled and all other fields will disabled.
    CHAIN.
    FIELD chk_connobj.
    FIELD chk_inst.
    FIELD chk_devloc.
    FIELD ehaud-haus.
    FIELD eanl-anlage.
    MODULE modify_screenfields.
    ENDCHAIN.
    *& Module modify_screenfields INPUT
    * text
    MODULE modify_screenfields INPUT.
    CLEAR okcode.
    okcode = sy-ucomm.
    CASE okcode.
    WHEN 'ENTER' OR 'EXECUTE'.
    IF chk_connobj IS INITIAL AND chk_inst EQ c_x AND
    chk_devloc EQ c_x.      -----------> ur condition
    IF ehaud-haus IS INITIAL.
    SET CURSOR FIELD 'EHAUD-HAUS'.
    MESSAGE e000(zo_spa) WITH text-017. " message obj
    ELSE
    loop at screen.
    if screen-name = 'FIELD_NAME'.
    field-name-input = 1. -----------> chnges to non-edit mod
    modify screen.
    endloop.
    ENDIF.
    ENDIF.
    ENDMODULE.
    Rgds
    Anver
    if hlped pls mark points

  • How to make a T-code to be displayed after starting SAP

    Hi all, plz let me know how to make our own t-code to be displayed after starting SAP screen.

    Hi,
    It is shown at the bottom right corner of your screen.
    Regards,
    Atish

  • How can i get the order form to display only those fields selected by user?

    Hi everyone,
    I'm a newbee so please bear with me.
    I would like to create an interactive form in a multi-page format. I would like to display our fifty odd products, divided into 5 different categories. The client browses through these pages then selects those that he wants to buy.
    The interactive order form at the end should display only the client’s choices along with the Total purchase order.
    In short, a little like a on-line catalogue and cart/basket that we see while buying online.
    Now, I've created my pdf brochure, and I have the order form on page 12-13 at the end with the subtotal, Vat and Total ...all that's fine. My only problem is I want the order form to display only those items selected by the user and not the entire list of items as shown in my current order form.
    Have a look at my pdf here http://www.upperside.fr/vijee/mpls09ex/EXHIBITOR%20SPECIAL%20ORDERS2010.pdf
    Can someone please help me/guide me to the right resources that I need to look up to achieve my end result.
    Thanks a lot in advance.
    Vijee

    The poster already posted at the Acrobat Users Community, Interactive Forms that sums up a client order from catalog. The sample form posted to Acrobat.com was a revision of the sample form that came with Acrobat 4.0. There are some fairly advance scripts, templates, and document level functions involved with this form.

  • How to make products mandatory in order

    Hi,
    sales order should not be allowed to be saved with out entering products . We are trying to acheive this with Incompleteness check , but with out success.
    What we did:
    Object Name ORDERADM_I Administration item
    Field Name ORDERED_PROD Product
    Relevance A Header
    Message Category E Error
    Bus. Transaction INC1
    - Assignment Transaction type - incompleteness Group
    - Assignment Item Categories - incompleteness Group
    - Incompleteness Procedure Determination has been already maintained.
    Now when we create order, it says Transaction incomplete, enter product . But even after entering product the error still exists.  We checked the note 883927. But its a old note and we are using CRM 7.0.
    Can we achieve the above requirement with Incompleteness check?
    Please suggest.
    Regards,
    Shaik

    Hi Shaik,
    I would implement BADI ORDER_SAVE and raise exception DO_NOT_SAVE if no product if found in the sales order. Kind simple and efficient.
    Kind regards,
    Nicolas.

  • How to make entire node attribute elements as read-only ?

    Hi Experts,
    I have an requirement to make all fields of an form view (based on one context node) in UI to be shown in Display mode. Any idea on how to acheive that ?
    I know get_i_xxxx method. But, they should be coded for each attribute seperately. Any method based on node level ?
    Also, any method based on entity ? I see a method 'switch_to_change_mode' of class cl_crm_bol_entity. But, there is no other method to change to display mode.
    Thanks & Regards,
    Gaurav.

    Hi Gaurav,
      In your htm page you can place the below thing.
    displayMode     = "<%= controller->view_group_context->is_view_in_display_mode( controller ) %>" />
    When the user clicks on the Edit button , in the edit event handler set the view to change mode using method SET_VIEW_EDITABLE.
    Hope this helps you.
    Regards,
    Lakshmi.Y

  • How to make what is in textfeild be displayed

    * File: CyberPet.java
    * Author: Java, Java, Java
    * Description: This class represents a CyberPet that can
    *  eat and sleep on command. This version incorporates
    *  a public getState() method to report the pet's state.
    public class CyberPet
        private boolean isEating = true;    // CyberPet's state
        private boolean isSleeping = false;
        private boolean isThinking = false;
        private String name = "no name";    // CyberPet's name
        public CyberPet (String str)        // Constructor method
            name = str;
        public void setName (String str)    // Access method
            name = str;
        } // setName()
        public String getName()
            return name;           // Return CyberPet's name
        } // getName()
        public void eat()          // Start eating
            isEating = true;       // Change the state
            isSleeping = false;
            isThinking = false;
            return;
        } // eat()
        public void sleep()        // Start sleeping
            isSleeping = true;     // Change the state
            isEating = false;
            isThinking = false;
            return;
        } // sleep()
       public void think()
            isThinking = true;
            isSleeping = false;
            isEating = false;
            return;
        public String getState ()
            if (isEating)
                return "Eating";     // Exit the method
            if (isSleeping)
                return "Sleeping";   // Exit the method
            if (isThinking)
                return "Thinking";
            return "Error in State"; // Exit the method
        } // getState()
        public String toString()
            return name + " is " + getState();
    } // CyberPet
    * Description: This apply provides a graphical user
    *  interface to the CyberPet class. The interface consists
    *  of two Buttons that can be clicked to tell the CyberPet
    *  to eat or drink, and a TextField which reports the
    *  CyberPet's state.
    *  The interface is initialized in the init() method and
    *  user actions are handled in the actionPerformed() method.
    import java.applet.*;
    import java.awt.*;
    import java.awt.event.*;
    //STARTING COMMENT LINE ENCLOSING CLASS
    public class CyberPetApplet extends Applet implements ActionListener
       // Declare instance variables
       private CyberPet pet1;                   // The CyberPet
       private Label nameLabel;                 // A Label
       private TextField stateField;            // A TextField
       private TextField petNameField;
       private Button eatButton, sleepButton, thinkButton;   // Two Buttons
        //* The init() method instantiates the instance variables, including both the
        //* CyberPet (pet1) and the GUI elements that are displayed on the applet.
        public void init()
           petNameField = new TextField(20);
           petNameField.setText((" "));
           petNameField.addActionListener(this);
           petNameField.setEditable(true);
           pet1 = new CyberPet(petNameField.getText());   // CyberPet
            // Create the GUI components
           nameLabel = new Label("Hi! My name is " + pet1.getName() +
                                  " and currently I am : "); 
           stateField = new TextField(12);
           eatButton = new Button("Eat!");     // Buttons
           eatButton.addActionListener(this);  // Assign the listener for Eat
           sleepButton = new Button("Sleep!");
           sleepButton.addActionListener(this);
           thinkButton = new Button ("Think!");
           thinkButton.addActionListener(this);
            // Initialize the TextField
          stateField.setText(pet1.getState());
          stateField.setEditable(false);
            // Add the components to the applet.
          add(nameLabel);
          add(stateField);
          add(petNameField);
          add(eatButton);
          add(sleepButton);
          add(thinkButton);
          setSize(300,150);          // Set the applet's size to 300 x 150 pixels
        } // init
         * The actionPerformed() method is called whenever
         * one of the buttons is pressed.
        public void actionPerformed( ActionEvent e)
            if (e.getSource() == eatButton)
                pet1.eat();
            else if (e.getSource() == sleepButton)
                pet1.sleep();
            else if (e.getSource() == thinkButton)
                pet1.think();
            stateField.setText(pet1.getState());
        }//actionPerformed
    //ENDING COMMENT LINE ENCLOSING CLASS*/is there a way to make it auto refresh or to pause untill a name is entered into that 2nd text box
    any help would be great
    Thanks,
    Tom

    I'm still not sure if I understand your initial question.
    // Here's an example of adding an action listener
    nameTextField.addActionListener(
       new ActionListener() {
          public void actionPerformed(ActionEvent e) {
             // Code goes here
             // if nameTextField is validated then ...
    );

  • How to make a report in RME to display all POE capable devices

    Hello,
    I need to create a report that will list switches in my network that support POE. Most of our switches are 3750 stack and I know most of them have POE capabilities but whenever I generate the report under RME POE Port Level Report or POE Report it gives me an error that says none of the devices are POE capabled/enabled.
    Does anyone know how to generate this kind of report? I tried making a template but I still couldn't produce the result that I need.
    Thanks in advance.

    HI ,
    CSCsx15486            Bug Details
    RME cannot create Inventory PoE Report for certain switches
    Currently, RME is only able to create PoE Inventory reports for Cat3750 and 3560 switches:
    WS-C3560-24PS - 1.3.6.1.4.1.9.1.563
    WS-C3560-48PS - 1.3.6.1.4.1.9.1.564
    WS-C3560G-24PS - 1.3.6.1.4.1.9.1.614
    WS-C3560G-48PS - 1.3.6.1.4.1.9.1.616
    WS-C3750E-24PD - 1.3.6.1.4.1.9.1.792
    WS-C3750E-48PD - 1.3.6.1.4.1.9.1.791
    WS-C3560E-24PD - 1.3.6.1.4.1.9.1.795
    WS-C3560E-48PD - 1.3.6.1.4.1.9.1.796
    It does not work for other switches.
    Even the 3750G switches are not currently supported. The sysObjectID is:
    .1.3.6.1.4.1.9.1.516
    Thanks--
    Afroj

  • How to make the pricing condition to be displayed in print

    Hi all,
    Please let me know how to print the pricing element in the print of the purchase orders
    Thanks in Advance
    Kumar

    Hi
    For this you have to mark "X" for the print field of the specific condition type in the pricing procedure.
    warm regards
    sairam

  • How to make computer run in closed clamshell (display closed) mode without having an external display

    i want to listen song closing my display how to do it any idea???????????

    You can run a MacBook Pro with its display closed with the aid of any of several third-party hacks that prevent sleep, InsomniaX being one. If you put your closed and still-running Mac into a padded sleeve, backpack or carrying case that prevents it from ventilating itself, it will overheat and cook itself and/or cause a fire. Therefore, I strongly recommend against using any of the anti-sleep hacks, and if you do so, you do it at your own risk.
    A MBP is not an iPod. If you want an iPod, get an iPod.

  • How to make MacBook Pro use intel Graphic card only?

    When unpluged, my 15' pro always use AMD praphic makes my battery only work for 2-3 hours. Is there a way to stop computer using AMD graphic card when i'm not playing game???

    Try using this software (It is 3rd party but it is safe)  called gfxCardStatus. It just places itself on the top bar or side bar (not the dock) it will probably be a d in italics (this is italics for those who don't know) or an i. Just click on it and click on the Integrated Only option in the bar which will switch the card to the original integrated graphics card. Also, check for dependencies bellow the "Dynamic Switching" option (if there isn't just skip this) dependencies can cause changes to your graphics card usage and may be the problem; for me it was but who knows it might be some internal error. If you don't trust me I totally understand just putting it up there for those who want it. You can follow the above option by "ds store" which might also work.
    Link:  http://codykrieger.com/gfxCardStatus

  • How to make the CRM activity and task display in Portal UWL task iview ?

    Hello experts,
    I want that activity ,task and document in CRM inbox(t-code:sbwp) can be display in UWL task iview, and can pop-up to deal with when be clicked .
    The workflow type item in ERP can be display and open to deal with by default.
    But I need to the same function of CRM inbox content.
    I had done some configuration according to "Configuring the Business
    Package for SAP CRM 5.0 SP01.pdf".
    But it can't realized my requirement.
    How to do it ?
    BR,
    Jianguo Chen

    Go to View .. Bars... and enable the bar for Level of Effort activities. If it's not there, create one.

  • How to make any select one choice attribute read only base on different att

    i have two select one choice attribute .one is create without binding and another one is base on data control .i do not want to write code in backing bean for making attribute read only .
    Example:
    <af:form id="f1">
    <af:selectOneChoice label="Label 1" id="soc1"
    autoSubmit="true">
    <af:selectItem label="Y" value="Y" id="si3"/>
    <af:selectItem label="N" value="N" id="si1"/>
    </af:selectOneChoice>
    <af:selectOneChoice value="#{bindings.ViewObj.inputValue}"
    label="#{bindings.ViewObj.label}"
    required="#{bindings.ViewObj.hints.mandatory}"
    shortDesc="#{bindings.ViewObj.hints.tooltip}"
    id="soc2" partialTriggers="soc1">
    <f:selectItems value="#{bindings.ViewObj.items}" id="si2"/>
    </af:selectOneChoice>
    </af:form>
    on the basis of first select one choice the second select one choice should be disable .
    i know that i need to bind first select one choice to backing bean .also make auto submit true and add partialTriggers in second select one choice .
    please give me hints
    thanks
    prateek

    please give me any example using backing bean .for example
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:selectOneChoice label="Label 1" id="soc1" binding="#{Af.l1}"
    autoSubmit="true">
    <af:selectItem label="A" value="1" id="si1"/>
    <af:selectItem label="B" value="2" id="si2"/>
    </af:selectOneChoice>
    <af:selectOneChoice label="Label 2" id="soc2" disabled="#{Af.l1=='2'}"
    partialTriggers="soc1">
    <af:selectItem label="C" value="3" id="si3"/>
    <af:selectItem label="D" value="4" id="si4"/>
    </af:selectOneChoice>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    package a;
    import oracle.adf.view.rich.component.rich.input.RichSelectOneChoice;
    public class A {
    private RichSelectOneChoice l1;
    public A() {
    public void setL1(RichSelectOneChoice l1) {
    this.l1 = l1;
    public RichSelectOneChoice getL1() {
    return l1;
    is there any mistake

Maybe you are looking for

  • Looking for a battery replacement for Netbook

    I have own a netbook for over a long while and the battery pack has warped very badly that it had to be removed from the pc itself. So I have been using the electric cord exclusively and wish to replace the battery if possible it's HP Battery 2.10 A2

  • Creating photo thumbnails?

    I hate to use the "F" word, but in FrontPage I could use Ctrl-T to change a photo on a page to a thumbnail, and it created the link to the original. How do I do this in DW CS3? I did Commands/Create Web Photo Album, but that wants Fireworks. I can't

  • Returncode from include command in sap scipt

    HI, If  I include a textelemt with the /: include command I can not identify if that textelement was available or not. So I would like to check a returncode after my include.  Is there any way to do so? Because I try to do following as final version:

  • "Tagged" playlist in Store - What is it?

    After updating iTunes to 9.2.1, I now have a new playlist named "Tagged" showing just below the "Purchased" playlist in the Store section of the left side panel of iTunes. There are no items in this new playlist, and I can't seem to find any document

  • My iphone 4 screen when blue with blue lines.

    My iphone 4 screen when blue with blue lines, i can not turn on nor off my phone, everything else seem to be working well, help someone, I called the so called Authorised dealers here in my country and apparently they dont do replacements, HELP PLEAS