Supress radio buttons "Confirmation" and "Invoice" in SHC status overview

Hello,
We use SRM 5.0 - Classic escenario.
I need to know how one can supress the "confirmation" and "Invoice" radio buttons which appear in the status overview of the SHC after the Purchase Order has been created for it.
Is this Config, Profiles or a BADI one has to aplicate.
In the last case, can anyone send me some example coding.
Thanks for any answer,
Aart

Hi Disha,
SDN does not allow me to send my  direccion in one piece.
So I cut it up in three parts, just add the bits to get the full direccion
1.     aart.engbersen
2.     @
3.     visionone.cl
Thanks
Aart

Similar Messages

  • How to default the radio button confirmation and invoice in shopping cart

    Hi Guys,
    In the shopping cart for a limit item I need to default the radio button for CONFIRMATION AND INVOICE as it is now defaluted to INVOICE ONLY .
    Please let me know how to change as I could not achieve it through UI badi.
    Thanks & Regards
    Arun

    Did you try the suggestions mentioned here: To make the field for Display only on the Shopping Cart Portal
    I'm looking for a way to restrict the "Invoice Only" option depending on the product category selected.  Do you know I would do this?
    For example only allow "Invoice Only" to be selected if Product Category X is selected.  If product category Y is selected then grey-out "Invoice Only".
    Matt

  • Radio Buttons, Coldfusion and HTML

    Hello.
    I want to use 4 radio buttons. Each one has a different $
    amount. The user chooses a radio button ($ amount) and then clicks
    on the PayPal donation button which sends the user to the PayPal
    payment page with the correct $ amount chosen.
    The HTML code for the PayPal link allows me to use the
    following code:
    <input type="hidden" name="amount"
    value="<cfoutput>#MoneyAmount#</cfoutput>">
    I just have to figure out how to get the MoneyAmount chosen
    by the user depending on which radio button is chosen.
    I do not want to put the radio button into another form
    because as I understand it the user would have to click another
    submit button first via cfform. That defeats the purpose. Any way
    to find out which button is chosen with out using the submit
    button?
    If you are confused at what I am talking about, check out
    this website that has what I want:
    http://www.licadho.org/donation.php
    They do it with Javascript but I am sure I can do it in
    ColdFusion.
    Any ideas.
    I appreciate the help.
    Pedro

    They appear to do it with a simple form, not javascript.
    Plus, they have radio buttons on the form. What exactly are you
    having difficutly with?

  • Classic scenario : Confirmation and invoice in same system ?

    Hello experts,
    My question is as follows.
    I am trying to learn various scenarios in SRM as a beginner.i undrstand how the scenarios are present and what they mean .
    In classic scenario,
    can i create a goods receipt in ERP(MIGO) and then a invoice in SRM ?
    If this is possible, then i wont be able to see the related documents in the shopping cart for the self service procurement business process.
    Help me understand this process and the technical scenario.
    Will there be a constrainst that always the confirmation and invoicing has to be done in the same system. either ERP or SRM ?
    Thanks
    per

    Hi Per,
    1. Yes this is possible, We can create the confirmation and invoice in either systems.
    2. However most of the business requirements would always follow creating the follow on documents in one of the system, mostly ERP. It is totally dependent of the business and the customer. The decision of deciding on the Classic or ECS would always take this into consideration.
    Anything we do in the system should justify the business need of the customer. The possibility to create the documents is a option to provide the flexibility. Hope this helps. Let me know incase of more clarifications.
    Regards
    Mustameer

  • Get PO Confirmation and Invoice Number fron SC line item deial like GUID

    Hi All,
    I want to create ZReport where i have to find  Purchase Order , Confirmation and Invoice Number fron SC line item .
    I am looking for that tables or FM by using which i can give SC line item Guid and i can get the corrosponding PO , Confirmation and Invoice if any.
    Please suggest solution.
    Thanks in Adavnce,
    Snehal

    Hello Snehal,
    You can use following FMs to get the required deatils:
    FM: BBP_PD_SC_GETDETAIL
          E_ITMLIM_REL
          Select the second entry
          Shift+F5
          Take the HDR_GUID_A for PO
          and HDR_GUID_B for Conf
          and HDR_GUID_C for Inv
    FM: BBP_PD_PO_GETDETAIL
          enter the HDR_GUID_A
          Goto E_HEADER           select the OBJECT_ID
    FM: BBP_PD_CONF_GETDETAIL
          Goto E_HEADER           select the OBJECT_ID
    FM: BBP_PD_INV_GETDETAIL
           Goto E_HEADER           select the OBJECT_ID
    This could help you.
    Regards,
    Suneel Kumar

  • Urgent : Confirmation and invoice number of a line item of a Shopping cart

    I have developed an end to end report in SRM which gives us an end to end report of a shopping cart .
    I have got the Shopping Cart details using FM : BBP_PD_SC_GETDETAIL 
    for each item of the shopping cart in the table E_ITEM  , getting the Po number for it from  E_ITEM- BE_OBJECT_ID
    I called FM BBP_BE_PO_GETHISTORY to get the  Confirmation and Invoice number from  E_HEADER_REL of  BBP_BE_PO_GETHISTORY.
    But this function  module  gives me the confirmation and invoice number  of a particular purchase order and
    I am stuck here as I need to find out the confirmation and invoice number of  a line item and I am not finding a link  between them .
    I  tried using  FM BBP_PD_PO_GETDETAIL ,
                             BBP_PD_PO_GETLIST 
    BBP_PD_PO_DOC_FLOW  and other function modules also , however they give me the confirmation and invoices o a particular PO but I am not    able further drill down to find  confirmation and invoivce of a particular line item of a shopping cart …..
    Please let me know if there is a way to find this out ????
    Useful answers would be rewarded .
    Regards,
    Prabhu

    Hi All ,
    I was able to get a link using the function module  BBP_PD_SC_GETDETAIL . in the tables E_item  has fields BE_OBJ_ITEM  and the BE_OBJ_ITEM which give the po number and po line item number of each line item .
    then i used BBP_BE_PO_GETHISTORY Fm to get the history of the po and read the line item history based on the BE_OBJ_ITEM  no .
    Thanks to all .
    Prabhu

  • Confirmation and Invoice Workflow

    Hi All,
    We are trying to implement 1-Step Aproval Work Flow for both Confirmation and Invoice.
    Can anyone explain about how to activate these workflows??
    Regards,
    Rahul

    Hi All ,
    I was able to get a link using the function module  BBP_PD_SC_GETDETAIL . in the tables E_item  has fields BE_OBJ_ITEM  and the BE_OBJ_ITEM which give the po number and po line item number of each line item .
    then i used BBP_BE_PO_GETHISTORY Fm to get the history of the po and read the line item history based on the BE_OBJ_ITEM  no .
    Thanks to all .
    Prabhu

  • Radio button 'Names' and grouping

    Ok, I am still working on my Monster form...
    Probably pushing the envelope for what Forms can do...but hey...
    My "buttons" are all named "Button.section.number"  (ex. Button.1.13) so that my validate scripts can quickly go through and build other tables and things....
    In each section, there are 3-4 buttons where I want at-least-one to be selected.
    Obviously, a "Radio Button" will give me ONLY one selected, but I am having NAME problems in that when I try to name them so the scripts will work the button  come out of the group. (and crash Acrobat)
    so...in a section, what I want to have is:
    Button.2.0     (.hidden,  .value = "Grounds")
    Button.2.1 \
    Button.2.2  want these 4 in an exclusive group, where an entry is ".required" for at least one of them
    Button.2.3 /
    Button.2.4              A validate script runs later that looks for "blank" .required fields and reports out using "userName" in an "appAlert"
    Button.2.5
    Button.2.16  (.hidden, .value= "MAX")
    My Validate scripts go through all the sections and all the buttons finding boxes that are checked that represent problems, and copy's the fields "Export Data" to a summary page -AND- looks for empty .required fields  (and other things)
    I would LIKE the user to be forced to select  one of : Serviceable, Deficient, Hazard or N/A  for each section.  (Button.1.1, Button.1.2, Button.1.3, Button.1.4 in this example)
    Do I need a "button_up" script (the same in all 4 buttons) that makes sure there is at least one selected. and clearing/setting the .required's on the fields ?  That seems messy.  I could start the form with the last choice (N/A) checked, but that seems error prone. 
    The current validate script checks for empty .required fields, so if I make all 4 fields as required I will get 4 error messages, not ideal....
    Ideas Please??
    Idea as I was writing this.... Since Button.section.0 is hidden, I can toggle the .required flag on that?  But I still need a script that will set/clear the .required when the user select -any- of the checkboxes/buttons
    In case people are interested, all my sections are different sizes, but Button.section.0 contains the "Section Name" ('Grounds' for example) and when (Button.Section.number).value  = "MAX" you have reached the end of -that- section. It works very nicely and is FAST becasue the build is only done when requested, not continously..
    PS...this works with PC Reader ONLY.  Android reader does not support this but qPDF for Android does.

    I had the same problem; hopefully my solution will be of help to anyone searching this problem via a search engine.
    http://forums.adobe.com/message/4347266#4347266
    Individual radio buttons cannot be named (only the overal exclusion group can be named) or else rawValues will not export.

  • Why not autoskip for radio buttons? and the  update_allowed FALSE issue

    I would so dearly love there to be autoskip for radio buttons. (forms 11.1.1.4 jre 6...24) There is no autoskip property for the radio group nor for the individual buttons.
    I don't find an easy way to emulate it either. Or am I missing something?
    Anyone else solve this problem already? When the user selects a radio choice I want the focus to move
    to the next enabled item on the form. You can do this with text items but not with radio groups. (In some cases the radio group has a when-radio-changed trigger
    that enables/disables following items). This would all be a lot easier if radio groups just had autoskip. I wonder why they don't?
    BTW the following has cost me a huge amount of time. In 6i it was the case in my experience that if you
    disabled an item like this:
    PROCEDURE disable_item (myitem in varchar2) IS
    BEGIN
         copy(null,myitem);
            set_item_property(myitem,enabled,property_false);
         set_item_property(myitem,visual_attribute,'DISABLED');
    END;Then that could be reversed as so (the weird thing was you had to set navigable also despite not
    having changed it yourself.
    PROCEDURE enable_item (myitem in varchar2) IS
    BEGIN
      set_item_property(myitem,enabled,property_true);
      set_item_property(myitem,navigable,property_true);
      set_item_property(myitem,visual_attribute,'ENABLED');
    END;But in 11.1.1.4 I had lots of trouble with Lov's not rising after the item had been disabled and then
    re-enabled. No error message. Just didn't do it. Eventually I figured out that what happens is that
    after disabling an item the item as also non-updateable. This was not the case in 6i. So then
    the enable item code has to be something like this: [Note despite that not update_allowed it did not
    automatically grey out the item firefox 3.6.17 and it still has to be done programmatically.]
    PROCEDURE enable_item (myitem in varchar2) IS
    BEGIN
      set_item_property(myitem,enabled,property_true);
      set_item_property(myitem,navigable,property_true);
      set_item_property(myitem,visual_attribute,'ENABLED');
      set_item_property(myitem,update_allowed,property_true);
    END;

    Well right now 11.1.1.4 for autoskip for radio buttons this seems to be working ok. Crossing my fingers!
    a block level when-radio-changed trigger with after scope (where item level when-radio-changed triggers
    have before scope) with a simple next_item in there.
    Where I was having problems before was next_item-ing onto disabled items. There was some kind of issue
    with lov's. I'm having less trouble raising the lov programmatically. but also I had the problem that
    items were getting set non-update_allowed without my realization.
    when new item instance:
    declare
         currfield varchar2(70) := null;
    begin     
         currfield := :system.trigger_field;
    if (get_item_property(currfield,UPDATE_ALLOWED) = 'TRUE')
         and (get_item_property(currfield,UPDATE_PERMISSION) = 'TRUE') then
           list_values;
    else
         mess(currfield || ' UPDATE not allowed');
    end if;
    end;(mess is my program to display alerts.)

  • Which table in SRM give the date of confirmations and invoices done in R/3

    Hi all,
    I'm loocking on SRM to find a table (or smthg else) which is updated when a PO has a confirmation or an invoice MADE IN R/3.
    I'm sure it's existing as in the web we can see in the document history, but I can't find a table in SRM that can tell when the confirmations / invoices have been done in R/3.
    Thanks a lot
    Alice

    Hi Sai,
    All the replicated material groups from back end R/3 can be seen using COMM_HIERARCHY transaction as categories.
    You can choose category as the search criteria and then click start tab to view all the replicated material groups.
    In the VENMAP table you can see all the replicated vendors from back end along with their logical systems from which they were replciated.
    Using PPOSV_BBP transaction you can see all the replicated vendors in your Vendor Group along with the vendor code and Business partner number.
    Hope this resolves your query. Clarifications are welcome.
    Award points for helpful answers.
    Rgds,
    Teja

  • Help on confirmations and Invoice

    Hi friends
    How to create invoice and confirmations locally
    Regards
    krishna

    Hi Krishna,
    Refere below links:
    Confirmation
    http://help.sap.com/saphelp_srm50/helpdata/en/d1/77623c44696069e10000000a11405a/frameset.htm
    Invoice entry
    http://help.sap.com/saphelp_srm50/helpdata/en/2f/34ae39ef1bc751e10000000a114084/frameset.htm
    Regards,
    Prashant

  • Action billing button appear even button confirm and post gi not done yet..

    Dear Expert,
    Current, i'm facing problem that the the billing document button will appear even the GI button and released not completed if have more than 1 job in the service order.
    If only have i job...the action control is smooth.
    I try to do config but still failed. hence, appreaciated that somebody can help me to resolved my problem....
    For more info, i'm using DBM5.
    rgds,

    I am running the TestStand 3.0 Full-Featured CVI operator Interface. This is a user modified version (perhaps something I've done has exaserbated the inherent problem).
    After Loading a sequence file, run it once.
    Click on the List Bar to switch back to the sequence view.
    Click on the Test UUT button -- it flickers, but nothing happens.
    The user waits, wondering when his test will run.
    Click on the Test UUT button a second time -- this time the enter serial number box appears and the run proceeds.
    Click somewhere else on the panel, perhaps using a custom feature or in response to a step generated popup.
    The sequence stops at a breakpoint.
    Click on the Resume button or the Terminate button-- it flickers, but nothing happens.
    Click on the Resume button a second time and the sequence proceeds.

  • Hidden, Visible and back to Hidden using a radio button

    Ok this might be really simple for someone to answer.
    I have a radio button I'm using to toggle between two list boxes with multiple lines of text (hidden and then visible). Here's the problem, when I toggle the radio button back and forth I have both list boxes displaying thier notes at the same time. I would like to have the radio button display one messages at a time when you toggle between them. Here is my script.
    Radio Button named Violation:
    form1.#pageSet[0].Page1.#subform[0].action[1].Violation::click - (JavaScript, client)
    if (this.rawValue == null) {
         Notes.presence = "hidden";
    else {
         Notes.presence = "visible";
    Radio Button named Suspension:
    form1.#pageSet[0].Page1.#subform[0].action[1].Suspension::click - (JavaScript, client)
    if (this.rawValue == null) {
         Notes2.presence = "hidden";
    else {
         Notes2.presence = "visible";

    Notes and Notes2 are list boxes. Violation and Suspension are radio buttons. Is that correct? If so, are Violation and Suspension in an exclusion group?
    Is this the requirement, Violation should display Notes and hide Notes2 and Suspension should hide Notes and display Notes2?
    Steve

  • How to realize Checkbox and Radio Buttons based on Attributes in JHeadstart

    Hy@ all,
    I try to redevelop the Summit Forms Demo in ADF.
    The module "ORDER" contains, among other things, a checkbox and radio buttons based on database columns(VARCHAR2).
    The column(checkbox) named PAYMENT_TYPE contains the values CASH and CREDIT and the column(radio button) called ORDER_FILLED contains the values Y and N.
    After creating the business components, I set in JHeadstarts Application Definition the Display Type of these two attributes to checkBox and radio-horizontal.
    I created a dymanic domain for the radio-horizontal and a static domain for the checkBox.
    The radio-horizontal within the dymanic domain works nearly correct.
    I set the Data Collection in this dynamic domain to the required Group and the Value and Meaning Attribute to the necessary Attribute.
    Within the JSF- Page the values are shown right but unfortunately there are too many radio buttons available. Instead of displaying the two radio buttons CASH and CREDIT were many CASH and CREDIT radio buttons shown.
    I can´t find any solution for this case.
    The problem with the checkBox is that therfore a static domain is required but I want to show the value of the checkBox based on the described attribute, like the handling of the radio horizontal.
    But I don´t know how to implement this, if it is possible.
    I´m using JHeadstart v10.1.3.2 and I´m pleased about any reply or solution.
    Best regards
    Chris

    Chris,
    If you run the application module tester, and query the view object usage underlying your dynamic domain, how many rows does it return? It should return only two rows, one for CASH and one for CREDIT. If more than two rows are returned, your query is wrong.
    What is the problem with using a static domain for the checkbox?
    Steven Davelaar,
    JHeadstart Team.

  • Radio button and selection screen

    hi
    my requirement is that if the user enters some particular combination of value in the select options and clicks a particular radio button there should be an error message displayed.
    1)  I am getting the error message in the form a dialog box , but it has only option of  exit , and the user is thrown of the screen. my requirement is that after the error message the user must still be at the same screen so that he can enter new values.
    2)  the code that i have written also has one more anamoly that the displaying of error depends upon the sequence of  actions .
      if  i enter the value in the select option first and then click the radio button then the error message is displayed which is correct.
    but it doesnt work i click the radio button first and then enter the value, the program is executed and NO ERROR message is flashed.
    here is what i have written
    SELECTION-SCREEN BEGIN OF BLOCK blk WITH FRAME.
    SELECTION-SCREEN BEGIN OF BLOCK blk1 WITH FRAME TITLE  text-001.
    SELECT-OPTIONS: p_year  for  s021-spmon obligatory ,
                    p_kunag  FOR vbrk-kunag  ,
                    p_matnr  FOR vbrp-matnr  ,
                    p_augru  FOR vbrp-augru_auft modif id a1 ,
                    p_vbeln  FOR vbrk-vbeln  .
    SELECTION-SCREEN END OF BLOCK blk1.
    SELECTION-SCREEN BEGIN OF BLOCK blk2 WITH FRAME TITLE  text-002.
    PARAMETERS:  nrw RADIOBUTTON GROUP g1 user-command check,
                 mwd RADIOBUTTON GROUP g1 ,
                 rws RADIOBUTTON GROUP g1 ,
              edu RADIOBUTTON GROUP g1 ,
             standard RADIOBUTTON GROUP g1 default 'X' .
    SELECTION-SCREEN END OF BLOCK blk2.
    SELECTION-SCREEN END OF BLOCK blk.
    at selection-screen output.
       loop at screen.
       if nrw = 'X' and p_augru-low EQ 'MWD'.
           MESSAGE e000(oo) WITH '<Please Enter the correct Order Reason>'.
    endif.
       endloop.
    START-OF-SELECTION.
    CASE 'X'.
    WHEN nrw.
    PERFORM set_dates_nrw.
          PERFORM load_data_nrw.
          PERFORM get_cust_info_nrw.
          PERFORM set_alv_field_cat_nrw.
          PERFORM display_alv_nrw.
    endcase.

    Hi
    Change this piece of code
    at selection-screen output.
    loop at screen.
    if nrw = 'X' and p_augru-low EQ 'MWD'.
    MESSAGE e000(oo) WITH '<Please Enter the correct Order Reason>'.
    endif.
    endloop.
    by
    <b>at selection-screen.
    if nrw = 'X' and p_augru-low EQ 'MWD'.
    MESSAGE e000(oo) WITH '<Please Enter the correct Order Reason>'.
    endif.</b>
    Reward points if useful.
    Regards,
    Atish

Maybe you are looking for