SRM: Using Z Configuration in Standard component

Hello Experts,
I want to hide a colunm of a table hence i created my own z configuraiton . However during the applicaiton is called,the newly created "Z" configuraiton is never called. Instead stil the standard configuration is called.
How can make my z configuraiton being called instead of the Standard?
Please help.
Thanking you,
best Regards,
Tamanna.

Hello Tamanna,
the reason probably is, that within the application configuration still the standard FPM component configuration is inside. When you create your own application configuration and enter there your own component configuration, it should work.
Have you ever thought about using the administrator mode for your change? When you are doing this you will create a customizing for SAP delivered component configuration. Within the administrator mode you remove the column from the table and this change will have an effect on the application runtime for all users in this client.
So you don't have to copy SAP's component configuration and the benefit of changes in admin mode is that e.g. new deliveries/updates from SAP to this standard component configuration are not lost.
For a further look of enhancing/adapting SAP component configurations please have a look at this [document|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c0a2b7c2-1598-2e10-45bc-c556df3b9576 ].
Best regards,
Julia

Similar Messages

  • SRM: Using Z-Configuration in Standardcomponent

    Hello,
    in SRM we want to change the Business Partner WebDynpro. There exists a standard Configuration /SAPSRM/WDCC_FPM_OIF_BUPA_SUPPL which I copied and changed it to our needs. But how do I apply this? When I open a Business Partner it still uses the Standardconfiguration. I don't find anything to change this.
    Can you help me?
    Kind regards,
    Bastian Stritt

    Hi,
    Instead of copying the configuration, you chould create an enhancement to the configuration. The changes you do to the enhancement of the configuration will override the values in standard configuration.
    Regards,
    Prasanna

  • What is the standard component configuration for tuition fee reimbursement   in sap webdynpro?

    what is the standard component configuration for tuition fee reimbursement  in advance claims  in hrms in webdynpro?

    Hi Debo,
    What is your exact requirement?
    Are you trying to find the standard configurations available for a webdynpro application? then, use t-code SE15 and open the application name and use the tree structure to find out the available configurations under WD application.
    sample:
    Regards,
    Rama

  • To fetch data from a standard component through Component Controller

    Hi,
    I have a requirement in which i have to access and display a standard view of a standard component in a Custom Component.
    I am able to display or configure that view on Custom Component by using Component Usage and Component Interface. But unable to populate the data in that view. Although i have exposed a context node in the standard component and created the same context node in my custom component in the Component Controller and using its method WD_USAGE_INITIALIZE to bind them.Please, provide some pointers on it.
    Cheers,
    Sharad

    Hi Sharad,
               The data will show up only if you put them there. May be the standard component itself gets the data from some where else. Usually, these data are provided by the component controller. For example, the component controller contains the header entity and the used component has access to the header entity via binding and shows all item entries fetched via relations(usually this is done in on_new_focus method). If the binding is there, but no data ia available, it will stay empty.
             Check a standard main component which uses the standard component that you are using and look at how they are establishing the connections.( component/custom controller bindings, on_new_focus methods,,)
    Regards,
    Arun Prakash

  • Enhancing F4 Search Help Issue - Standard Component

    Hello All,
    We have a requirement in SRM to customize couple of standard Search helps attached to the Webdynpro components. As such I know the concept of how we can handle this requirement but hitting an issue.
    Standard Working scenario -
    1) Standard Structure available with multiple fields. Two fields that are of our interest are SH_VALUE and SH_VALUE_LABEL.
    2) Standard Search help for this being used has fields VALUE and VALUE_LABEL.
    3) In the Structure the both the fields SH_VALUE and SH_VALUE_LABEL are mapped to the Search help VALUE and VALUE_LABEL.
    4) In the WD component the node is mapped to the standard structure.
    Running the application and the picking up the values from F4 on the SH_VALUE field will return its corresponding value and also map the SH_VALUE_LABEL field with the Label from the F4 since the structure and Search help mapping are there.
    So far good when its standard.
    Issue I am facing -
    We need to modify this standard search help to customize our needs.
    1) Did a Copy of the standard Search help and then modified to suit our needs. The output structure of the search is still the same as the standard one.
    2) Did a Post Exit in the WD component to call our custom search help through the below code -
    data lo_nd_attrib type ref to if_wd_context_node.
    data lo_nd_attrib_info type ref to if_wd_context_node_info.
    lo_nd_attrib = wd_context->path_get_node( path = `ATTRIBUTES_DATA.ATTR_DTLS_MULT` ).
    lo_nd_attrib_info = lo_nd_attrib->get_node_info( ).
    lo_nd_attrib_info->set_attribute_value_help( name = 'SH_VALUE' value_help_mode = '121' value_help = 'Z_ORG_ATTR' ).
    lo_nd_attrib_info->set_attribute_value_help( name = 'SH_VALUE_LABEL' value_help_mode = '121' value_help = 'Z_ORG_ATTR' ).
    Running the application just returns the SH_VALUE field but does not get the data for the SH_VALUE_LABEL.
    Is there something wrong in the way I am calling the Custom Search help or should I need to approach this differently?
    Thanks,
    Nagarajan.

    Hi Nagarajan,
    Well, you are trying to set the search help to both attributes ( sh_value, sh_value_label) individually and it is having no link between these two attributes
    i.e. once you select a value from search help of SH_VALUE, its no where linked that the other details to be passed to SH_VALUE_LABEL.
    We generally, do the linking of attributes to search help parameters at structure level as below
    So, if you need the same behaviour, then you need to assign the Zsearch help at strucuture field SH_VALUE and link the parameters to both fields SH_VALUE & SH_VALUE_LABEL
    In case, if find it not possible to to this way,
    You need to populate the value of field SH_VALUE_LABEL upon selection of value from search help of SH_VALUE.
    i.e. by registering the search help selection event to an OnEnter action and write the logic to populate the value to SH_VALUE_LABEL
    Please refer the below link
    Automatically Trigger onEnter event after selecting value from the Value Help(F4 Help)
    Hope this helps you.
    Regards,
    Rama

  • Use of Configuring "Stochastic Check of Documents"

    Hi All,
    I have a scenario I need to change the Invoice workflow at runtime based on some invoice document value......
    For this I have found a BADI BBP_STOCH_CUST_BADI.... this gets triggered only when we Configure "Define Stochastic Check of Documents" in SPRO   Supplier Relationship Management -> SRM Server -> Cross Application Basci Settings ->SAP Business Workflow -> Define Stochastic Check of Documents....
    This says that using this configuration you can change the approval workflow from standard one to the anyother workflow....Can anybody jus give focus when exactly this step can be configured so that I can make use of BADI?
    Or can suggest any other BADI which can be used to change the workflow based on the one of the invoice document value?
    Thanks In advance.
    Yaseen M

    The flag indicates whether field inserted in the database is to be filled with initial values. The initial value used depends on the data type of the field. I.e. type n(2) is '00'.
    When you create a table, all fields of the table can be defined as NOT NULL and filled with an initial value. The same applies when converting the table. Only when new fields are added or inserted, are these filled with initial values. An exception is key fields. These are always filled automatically with initial values.

  • How to set button INVISIBLE in standard component FITV_POWL_ASSISTANT

    Hi Team,
    My requirement is to set buttons INVISIBLE of standard component. I have enhanced component and view. But i am not able to set the button to invisible. properties of the UI elements are in read only mode.
    Can some one suggest me.
    Thanks & Regards,
    Sankar Gelivi

    Hi Sankar,
    You can do it as below
    Approach1:
         Enhance the view , use, post exit of WDDOMODIFYVIEW( ) and set the visible property of button as below
                   lo_btn->set_visible( cl_wd_button=>e_visible-none ).
    Aproach2:
    Enhance the view
    Go to the button ( ui element tree )  and right click and chose the "Remove Element" as below
    Note: you can undo the element deletion if required
    Approach3:
    use the personalization/customization either by using admin mode or application configuration.
    Hope this helps you.
    Regards,
    Rama

  • Preparation of Cost Sheet using Variant Configuration

    We have a requirement which needs to be configured in Standard SAP using variant configuration ( as Suggested by our client )  without using any customized functionality the scenarios is as fallows:
    Preparation of Cost Sheet:
    Company XX needs to procure material M1 (Like Cartons) for Plant A, plant B which is manufactured by Primary Vendor PV1, PV2.
    The price for procurement of material M1 has to be determined using cost sheet
    Primary Vendor PV1, PV2 Procures Raw materials and Packaging materials required to manufacture material M1 from Secondary vendor SV1, SV2, SV3
    The rates of these materials are added into cost sheet as cost of components.
    The rate for these materials varies depending on quota allotted for that particular
    Secondary vendor SV1, SV2.
    Cost sheet consists of
    Cost of Component materials required for mfg Material M1( These components called Feed stock
    Materials are procured by secondary vendor)
    Working Capital of Primary Vendor
    Conversion cost
    Discounts
    Surcharges
    Transportation cost
    ETc.....
    Well Thanks in Advance....

    hi Rav,
    as you said i have configured the system and it is working fine.
    but the problem is, when creating sales related documents only Sales BOM selection should happen i.e. characteristics which have values related sales must only be shown to the sales person where he makes required selection.
    other materials/assemblies which are also configurable and which make complete production BOM are selected by the production person.
    what selection a production planner makes must not be shown to the sales person. 
    for eg; if you want to purchase a color printer you only tell sales guy , i want a color printer which can print at least 10 pages / min. you will not tell him what printer should be made of, what ICs or what PCBs it must have.  and also company management may not wish to show all things to the customer/sales person.
    if this is the situation how it can be mapped?
    alternative item concept can be used, but for a single material if there are 3 or 4 alternatives, will it work properly??
    Regards,
    Pavan

  • In Solution Manager, where can I find the SRM 7.0 Configuration Guide?

    Please give me directions on how to download the SRM 7.0 configuration guide within Solution Manager, these documents are not available on the service marketplace.  We have sol manager 4 I believe, it's not sol manger 7.0.
    Also, if you could send me the guide at matt.joseph at thq.com that would save me from losing more time trying to figure out Solution Manger
    Thanks for your help.
    Matt

    Matt,
    1. Log on to your SAP Solution Manager system.
    2. To be able to access configuration documentation, create a project as follows:
    1. Create your project with transaction SOLAR_PROJECT_ADMIN for project administration.
    2. Connect your SAP system to SAP Solution Manager with transaction SMSY for the SAP Solution Manager system landscape.
    3. Create a project structure and add the required scenarios for your SAP system to your project structure with the Business Blueprint transaction SOLAR01,
    4. Add your SAP system configuration structures to your project structure with the configuration transaction SOLAR02.
    3. Go to the project structure folder <project name> using transaction SOLAR02.
    4. Access configuration documentation for SAP NetWeaver usage types at Configuration StructureSAP NetWeaver 7.0.
    5. Access configuration documentation for all areas of SAP SRM at Configuration StructureSAP SRM <release>.
    Nesimi

  • Standard Component in CRM that will call RFC Function Module

    HI all,
    Is there any Standard Component in CRM that will call RFC Function Module from ECC and that called RFC FM should Fetch the data from ECC.

    You can call RFC from different places, like programs, function modules, web dynpros, classes...
    So you just have to have appropriate RFC on ERP side and call it from CRM side. To call it you use the following statement...
          CALL FUNCTION 'YOUR RFC FUNCTION'
            DESTINATION i_dest "name of server
            EXPORTING
              your export parameters
            IMPORTING
              your import parameters
    Regards.

  • Difference between Basic Component and Standard Component

    Hi Iam just learning JSF, at the same time I try to learn to use Sun Java Studio Creator at the same time. May I know what is the difference between the Basic component and the Standard component in the IDE.
    I have been using the Grid Panel, each time I need a header I manually t ype
    <f:facet name="header">
    </f:facet>
    in the JSP source code. How can I do this visually?
    Thanks,
    james

    The Standard section in the Palette contains the JavaServer Faces reference implementation components. The IDE provides the standard components for backwards compatibility with projects that were built with earlier versions of the IDE. Because the standard components provide less functionality and require more programming, you should use the visual components from the other Palette sections.
    I do not know the answer to your second question.
    Chris

  • How to configure a standard SmartForm to be sent by e-mail in PDF format

    How to configure a standard SmartForm to be sent by e-mail in PDF format
    We need to use standard SAP configuration to send e-mails (output type Medium = 5 External Send).
    Currently we were able to send the forms on OTF format, not PDF.
    Does anyone know how to automatically make the conversion from OTC to PDF without having to code anything on ABAP?

    Hello Luiz,
    actually there are only a few steps to do:
    Just call transaction SCOT and doubleclick your SMTP node. Click on the "set"-Button behind the supported address type "internet". Choose "PDF" as output format for SAPforms.
    By the way. You can also generate a PDF-File from a Spool with report RSTXPDFT4.
    I hope this will help you.
    Bye
    Frank

  • Customer Statement using SAP Script and Standard print program RFKORD10

    Using sap script and standard print program RFKORD10 I need to create a customer statement where the main window will be as follows
    Invoice #     InvoiceDate  CustomerPO  Debit Amt  Credit Amt  Total
        6        7           8               9               10               11
        6        7           8               9               10               11
                                     Totals               12             13              14
    Where company code BKORM-KUKRS
                Invoice              BSID-BELNR
                Invoice date      BSID-BLDAT
                Customer PO    VBKD-BSTKD
    For each document number selected there will be one to many records in VBRP.  For each invoice item in VBRP:
    u2022     Select BSTKD from VBKD where
    o     VBELN = VBRP-VGBEL and
    o     POSNR = VBRP-VGPOS
    u2022     If no hits then select BSTKD from VBKD where
    o     VBELN = VBRP-VGBEL
    If there is more than one PO per invoice then list them in the Customer PO field without repeating the other fields.PO shouldnu2019t come more than once per invoice.
                 Debit Amt         if BSEG-SHKZG = S then WRBTR ELSE 0
                 Credit Amt        if BSEG-SHKZG = H then WRBTR ELSE 0
                 Total                  Debit Amt u2013 Credit Amt
                  Totals                Subtotals
    It will be of great help if some one can help me with the script and the alterations required in standard print program RFKORD10
    Points will b rewarded for sure.
    Thanks.

    Hi Suganya,
    The custom form is getting displayed properly. But the requirement is to have it as an editable PDF. So the functional team is working on configuring the settings of PDF forms with customers email address.
    But for right now, i customized the standard form F140_ACC_STAT_01 and standard print program RFKORD10_PDF and did the configuration. It is getting displayed (I tested only with the transaction FBL5N - customer open line items..)
    Please let me know any further details on this.
    Poornima

  • Using Hibernate as a Custom Component

    I don’t know whether this question is appropriate in LC context.
    Our scenario, We have very complex logic in each of JDBC store/retrieve activity in the process. We would like to move this part into Hibernate based custom component.
    We tried with simple Hibernate persistence class but it seems to be LC not loading them.
    1)      Is this the restriction with LC? (using hibernate as a custom component)
    2)      What is the appropriate solution?
    You help is highly appreciated

    Jasmin,
    Is your class included in the custom component?
    Yes, It is a annotated entity class,
    When creating sessionFactory it is not loading the class.
    i'm using flowing code block for creating sessionFactory,
    factory =
    new AnnotationConfiguration().addAnnotatedClass(dao.entity.UserEntity.
    class).setProperty(
    "hibernate.dialect",m_dialect ).setProperty(
    "hibernate.connection.driver_class", m_driverClass).setProperty(
    "hibernate.connection.url", m_connectionUrl ).setProperty(
    "hibernate.connection.username",m_userName).setProperty(
    "hibernate.connection.password", m_password).setProperty(
    "hibernate.hbm2ddl.auto", m_hbmTodll ).setProperty(
    "current_session_context_class",m_contextClass ).configure(resource).buildSessionFactory();
    Is the jar referenced in the class patch section of the component.xml?
    Yes , I have tried for this approch too , but class is entity class is not loaded.

  • Custom renderer on standard component

    I try to implement a custom renderer to a standard component (<h:outputText>), but
    my Tomcat failed to start the webcontainer.
    here are my files:
    faces-config.xml
    <render-kit>
    <renderer>
    <renderer-type>MyRenderer</renderer-type>
    <renderer-class>renderkit.MyRenderer</renderer-class>
    </renderer>
    <supported-component-class>
    <component-class>javax.faces.Text</component-class>
    </supported-component-class>
    </render-kit>
    ...renderkit.MyRenderer.java
    package renderkit;
    import java.io.IOException;
    import javax.faces.component.UIComponent;
    import javax.faces.component.UIOutput;
    import javax.faces.context.FacesContext;
    import javax.faces.context.ResponseWriter;
    import javax.faces.render.Renderer;
    public class MyRenderer extends Renderer {
         public void decode(FacesContext context, UIComponent component) {
              System.out.println("decode");
              if ((context == null) || (component == null)) {
                   throw new NullPointerException();
         public void encodeBegin(FacesContext context, UIComponent component)
              throws IOException {
              System.out.println("encodeBegin");
              if ((context == null) || (component == null)) {
                   throw new NullPointerException();
         public void encodeChildren(FacesContext context, UIComponent component)
              throws IOException {
              System.out.println("encodeChildren");
              if ((context == null) || (component == null)) {
                   throw new NullPointerException();
         public void encodeEnd(FacesContext context, UIComponent component)
              throws IOException {
              System.out.println("encodeEnd");
              UIOutput comp = (UIOutput) component;
              ResponseWriter writer = context.getResponseWriter();
              StringBuffer sb = null;
              writer.startElement("<test>", comp);
              writer.write(comp.getValue().toString());
              writer.endElement("</test>");
    }

    <h:outputText> will use a rendererType of "javax.faces.Text"; to use a custom renderer on a standard component, you must not only write a renderer and register it, but also add a custom tag that uses that renderer type. Alternatively, you could use the "binding" attribute to set the renderer type like:
      <h:outputText binding="#{someBean.customText}" .../>
    public class SomeBean
      public SomeBean()
       HtmlOutputText customText = new HtmlOutputText();
        customText.setRendererType("MyRenderer");
        setCustomText(customText);
      public HtmlOutputText getCustomText()
        return _customText;
    public void setCustomText(HtmlOutputText customText)
       _customText = customText;
    private HtmlOutputText _customText;
    }-- Adam Winer (EG member)

Maybe you are looking for

  • How to set a coil as write only?

    Hello, Lookout 6.6 How do you set a modbus member, i.e. a coil (point 1 for example) as write only? Thanks in advance. Bruce Here's a bit more detail.  Our RTUs communicate via radio so latency is a factor.  Lookout always is trying to read from thes

  • Acrobat XI Standard qualifying product could not be found

    I purchased an upgrade for XI standard, installed it, have restarted the computer (although not necessary), I am clicking on the application "Adobe Acrobat XI Standard", there is a message saying "Serial valid, but a qualifying product could not be f

  • Podcasts with video not working - suggestions?

    Hello, Vids work in itunes but not on the iphone? I watch woodworking pod casts from thewoodwhisperer.com (and several others in itunes. Some are tagged "apple TV HD" but when I sync them on my iphone all I get is sound no video. And an error "was no

  • 5310 does not update

    It simply does not update to the latest software, I tried removing memory card, SIM (required for update), restarting the handset and still no luck. Here is the screenshot of the screen i get when I update: http://img25.imageshack.us/my.php?image=fai

  • Prompting the user to enter Parmeters

    I am trying to create a parameter code that prompts the user to ask for input dates between Date1 and Date2 my code is below. How can I correct this ? WHERE ( OI_ADJUSTMENT_DTL_PAYMENT.RESP_GUAR_NBR=OI_ADJUSTMENT_HDR_PAYMENT.RESP_GUAR_NBR and OI_ADJU