Can we hide the field in Shopping Cart of SRM

Hi..
Can we hide the field in Shopping Cart of SRM??
I have to hide some of the fields from SRM shopping cart screen. is it possible to hide the fields??
Please suggest me
Thanks.
Regards,
Manoj Tiwari

Hy,
For screen variants, just go to transaction SHD0.
The only screen variants available in SRM 4.0 are:
Item data overview in an invoice without purchase order reference: BBP_IV_NON_PO
Item data overview in the invoice with purchase order reference: BBP_IV
Item data overview in the confirmation: BBP_CF
Item data overview in the confirmation for time recording: BBP_CF_TIMEREC
Item data overview in the purchase order: BBP_PO;
Item data overview for contracts: BBP_CTR_ITEMLIST
Item data overview for selection of contracts: BBP_CTR_ITEM_SELLIST
Search results for entering an invoice and/or confirmation: BBP_SEARCH_PO
Search results for entering a purchase order: BBP_SEARCH_SC
Search results for displaying/processing an invoice: BBP_CHANGE_IV
Search results for displaying/processing a confirmation: BBP_CHANGE_CF
Search results for entering/displaying/processing/status of a shopping cart: BBP_SC;
Worklist for Sourcing: BBP_SOCO_WL
Work area in Sourcing: BBP_SOCO_GA
This is very light, and most of the SRM project have to make Templates, or ABAP screens repairs, to Hide/Show fields.
Regards.
Vadim

Similar Messages

  • How to hide custom fields in Shopping cart depening on user role

    Hi,
    We have some custom fields in shopping cart for basic view. Every thing works fine. Now client is asking to hide all the custom fields based on user role.
    I found some function module to fund roles. now my main problem is unable to find the cusotm filed screen field name.
    When I tryed to find the screen field name using BBPSC02/03, its giving 'GT_DISPLAY_100-FIELD'. If I try to use this field, its not working.
    Could you pls tell me how to find custom screen filed name to hide in shopping cart.
    Thanks,
    Ram

    Hi Ram,
    As Laurent suggested,to hide the custom fields based on the user role,you need to implement the logic in BADi "BBP_CUF_BADI_2".
    You have the importing parameter IV_USER in this BADI.
    Pass this parameter to tables AGR_USERS and AGR_USERT  to get the user role
    OR
    Use FM: BAPI_USER_GET_DETAIL
    with USERNAME= user id and can retrieve Table: ACTIVITYGROUPS Field:AGR_NAME
    if you want the otherway around
    you can also use FM: RSRA_USERS_OF_AGR_GET
    with I_AGR_NAME= role and you can retieve Table: ACTIVITY_GROUPS_USERS Field: UNAME(usr Id)
    Then check the value for the User role as obtained using the above steps and accordingly set the property for the custom fields to hide them.
    BR,
    Deepti.

  • How can I replace the wording 'your shopping cart is empty?

    I'd like to replace the default 'your shopping cart is empty' with someting like 'your free order samples' is it possible to change the wording?

    Thanks I'll take a look.
    Regards,
    Ray
    T: 02 9869 3664
    M: 0418 861 547
    W: rayzor.net.au

  • Adding unlimited Text field in Shopping Cart in SRM 4.0

    Hi All,
    I am using SRM 4.0 and I need help adding the unlimited custom text field in the shopping cart screen similar to  Internal note in the shopping cart. I am able to add field with fixed character length but I need the custom field with unlimited text.
    Please let me know if you have any suggestions.
    Thanks in advance
    Vijay

    Hi,
    You can try with the TEXT schemas, you can configure this as i mentioned below:
    First, you need to create a text schema since BBP_PD_PO SPRO --> Supplier Relationship Management --> Cross aplication Basic Settings --> Text Schema --> Define Text Schema.
    There you can create your own text schema with the characteristics that you want for example: If you want that text schema appears in the header of the document or in the item or both, If you want that text schema is able for modifications or is only a view ....................
    Secod, when you have the name of your text schema you need to asign for the document that you want in
    PD_PO SPRO --> Supplier Relationship Management --> Cross aplication Basic Settings --> Define transaction types for every document type you can specify the text schema that you want to assign.
    If this solution doesn´t solve your issue maybe you can create a custom field ("Z") with data type "LRAW" this type is very big.
    Thanks

  • Custom fields on Shopping Cart in SRM 6.0 SP03

    Hello All,
    I have made a WD enhancment and added my Custom fields on the Header tab of the Shopping cart.
    But the fields are static as of now, as i am not able to handle the fields in the Post and Pre-exit methods of the Web dynpro enhancement.
    CAn anyone guide me regarding this. Handling custom fields in SRM 6.0 SP03.
    Regards,
    Gautam

    Hi Goutam
    Suggest you to attend the bootcamp being organized in Blr 23-25 to address these issues.
    Best regards
    Ramki

  • Adding custom fields to shopping cart in SRM 7.0

    Hi My dear Experts,
    I am having big doubt also a lot of confussion as per my understanding regarding adding custom fields to SC.
    I believe,
    i) It can be achieved by configuration in spro with respect to Meta data frame.
    i,e  Configure field control->configure control for fields on Header/Item level
    after that
    configure customer fields->Define cistomer fields on Header/Item level.
    ii) I also doubt fields can be added through Webdynpro enhancement of standard component.
    Pls clarify my doubt with little detail which is the best way to achieve my requirement ??
    Is Webdynpro Enhancement  really needed ??

    Hi ,
       Example for  Adding fields in SC accounting Tab ...follow the below example
    1. Add custom field ZZTESTACCT  in   structure   INCL_EEW_PD_ACC_CSF by  using  append structure.
    2. Spro ->Supplier Relationship Management u2192 SRM Server u2192 Cross application basic settings u2192 Extensions and field controls (personalization) u2192 Configure field control ->Configure Control for Fields of Substructures
    then click on  "Metadata for Fields of Substructures and Table-Like Enhancements"
    add the below entry
    Bus. Object Set Type  : 31
    Structure Field Name  : ZZTESTACCT
    Bus. Object Type       : BUS2121
    Set Level                    : Item
    Field Visible :  Check box should be checked
    Field Enable :  check box should be checked
    if you create the above entry then you can see ZZTESTACCT field in the accounting tab.
    Second point :
    WD_BADI_DOMODIFYVIEW  is a Badi you can implement this badi for the WD component and View to handle the UI elements.
    regards,
    Devi

  • Can't generate new asset from Shopping Cart in SRM 7.0

    Hi, we are using SRM 7.0 Extended Classic with an R3 4.7 backend.
    When changing the account assignment to asset and clicking the Create Asset Master button, the system does not return an asset number from R3.  No error message is generated except for the one indicating that you must enter an asset number.
    We currently use SRM 3.0 and this functionality works fine and the enter an asset number error also comes up before generating the new asset number.
    I have populated the attribute ANK in the org structure and the asset classes do show up in the SC.  However, after selecting it, it disappears a second later.
    Thanks,
    Matt

    Hi,
    This is a known issue with SRM 7.0, SAP released SAP note 1351864 to fix this issue.
    BR

  • Changing description of a field in shopping cart form in SRM Portal

    Hi,
    We have a requirement to change the description/adding a note to one of the fields in Shopping cart creation form in the portal. In the SHOP page, when we click on describe requirement we have an option to choose the product type as Goods or Services in the ADD ITEMS section. Here we would like to add a note for the radio button GOODS.
    I tried to check the source and undertand that it uses the template - bbpsc01/99/saplbbp_sc_ui_its_1000.html
    I'm not sure where I can view this HTML file and also not sure how I can modify this HTML page.
    Please give some pointers regarding the same.
    Thanks,
    Lakshmi

    Hi,
    I could see the HTML code in SE80 -> Internet service -> BBPSC01 -> HTML Template -SAPLBBP_SC_UI_ITS -> Screen 230.
    Can I directly modify the code of this particular screen? Is there any standard procedure that need to be followed to modify the HTML Template?
    Please clarify as soon as possible.
    Note: I have not worked on Internet services before.
    Thanks,
    Lakshmi

  • Displaying Custom field in shopping cart header

    Hi all, I know how to add a field to header and item levels of the shopping cart.
    - In the note 672960 it says 'Note that the header fields cannot be displayed for the shopping cart. If you define fields on the header, they can only be filled in BADIs.'
    However,
    We are able to fill in the name of the shopping cart on the third step, which is also a part of header information. Is there a possibility to add a custom field(the user must be able to fill it) and display it in that screen???

    Hi
    <u>To add custom fields to the shopping cart, please try this process -></u>
    <b>Please refer to these links for details -></b>
    Re: SC header CUF ?
    Re: MAP USer SRM defined fields in backend for PO
    Re: HI SRM experts...
    Custom fields to a Bid Invitation
    Addition of custom fields in Contract and mapping it with the fields in SRM
    urgent help request - How to add custom fields to  header BID.
    Re: Add custom fields to Contract Transaction in SRM 4.0
    Custom Fields
    custom fields in Carry out sourcing screen..
    Custom Fields Not Display In Basic Data In SRM 5.5 Server..
    SC : Extended  Search on Header Customer field
    Re: customer field in 3rd step of shopping cart
    Adding fields in shopping cart
    Custom Field in the header of Shopping Cart
    <b>Please refer to these SAP OSS notes -></b>
    <u>Note 458591 - User-defined fields: Preparation and use
    Note 672960 - User-defined fields 2
    Note 822424 - CUF. Customer fields cannot be changed in the bid
    Note 809630 - Customer field in bid invitation and bid - How does it work?
    Note 809628 - Table like customer fields from bid invitation in bid
    Note 798731 - Bid: Bid Inv. Customer fields not visible
    Note 762984 - SRM40-SUS: Implementation of customer enhancement fields</u>
    <b>Please go through the documentation of following 3 Business Add-Ins using SE18 transaction.</b>
    BBP_BUPA_GET_CUF Customer Fields for Vendor Master Data
    BBP_CUF_BADI-Customer Fields. Call-up of User-Defined Screen
    BBP_CUF_BADI_2-Customer Fields. Use of Standard Table Control
    Hope this definitely help.
    Regards
    - Atul

  • How to Add new fields to Shopping cart?.

    Hi SRM GURU'S,
    I am using SRM 5.5 and ECC 6.0 and Extended Classic scenario.
    As per business, I want to add New fields to Shopping cart. How can I add?. Please any one give me clear details about this
    I am planning to add 2 fields 1. Commitment Item and 2. Fund center. in Cost Assignment tab. Is it possible?. This data has pass to  follow on documents. Backend documents has this provision. Is this option available in Shopping cart?. If yes please give me the details.
    Kindly respond quickly. Thanks in Advance.
    Regards,
    John.
    Edited by: johnmiller465 on Sep 22, 2009 1:13 PM
    Edited by: johnmiller465 on Sep 22, 2009 1:18 PM

    Hi Deepti/Shital,
    Thank you so much for your reply. I have awarded points. One more question. While creating creating PO from Process Bid Invitation, PO is not replicating into ECC. Do you have any idea?. Please help me to findout.  Respond quicklly
    If it will not replicate, how to create backend PO refering with SRM PO.
    Regards,
    John.
    Edited by: johnmiller465 on Sep 23, 2009 11:53 AM
    Edited by: johnmiller465 on Sep 23, 2009 11:55 AM

  • Adding a new text field in Shopping Cart screen

    Hi,
    I am new to SRM and I am working on SRM 5.0
    My requirement is to add a text field for buyer's note with unlimited length similar to Approver's note in Shopping Cart screen.
    I have seen in the forum that many have done this earlier and i need step by step procedure to complete this task.
    I am able to create text field in Text Schema, but this field is not reflecting in shopping cart screen. Do i need to do any thing extra apart from maintaining in Text schema?
    Can you please send the detailed procedure to do this task?
    Thanks in advance.
    Regards,
    Vamsee

    Hi Saritha,
    Thank you for your help. In fact, i have gone through this link and followed the steps there. But, the Text ID is not reflecting in my shopping cart.
    We are using SRM 5.0. The requirement is to add a new text field with unlimited length similar to the existing Approveru2019s note field in Shopping Cart screen at header level.
    I have followed the steps mentioned below.
    1.Go to SRM IMGSRM Server->Cross-Application Basic Settings->Text Schema
    2.Execute Define Text Types and then select the entry BBP_PD Text Object and click on Text Type.
    Here, create new entry for ID as ZHTXT and Description and save it.
    3.Execute Define Text Schema and then select the existing Text Schema SC ( Shopping Cart) and click on Texts for Schema.
    Here, assign the newly created Text ID with details Header/Item etc.
    4.I am not executing the last step Define Fixed Values for Texts, as the Text Schema SC is already assigned Transaction Type Transaction Type SHC.
    Please suggest do I need to perform any extra steps apart from Text Schema to reflect the Text ID which I created in my Shopping cart screen? Or do we need to code anything on ITS side?
    Thanks in advance.
    Regards,
    Vamsee

  • How to hide the field from the view in the webdynpro application?

    Hi Gurus,
    I got a requirement where in which ,default layout has the field name Time.......To......... which is (2 input box ) and one lable assigned to the container.........
    Now my requirement is to hide this field from the layout for all cases of leave......(all types of leave)....
    I got a few inputs from forum that we can achieve this by implementing the following steps..........
    Create In context => Value attribute => Say Visibility
    Go to its properties
    Select com.sap.ide.webdynpro.uielementdefinitions.Visibility
    In View Layout
    Select UI Element Set Visible property to this context variable Visibility.
    In wdDoModifyView() You can set this property to false
    wdContext.currentContextElement().setVisibility(false);
    Can you people tell me where to create the value attribute........
    In the view context or in the component context...........
    and field that am talking about is assign to the container you want me to assign this context variable property to all ......Like to input box ,label and the container..........
    Please calrify this ASAP...........
    Thanks in Advance,
    Dharani

    Hi Manoj......
    Hi Murutuza,
    As per your guidelines I have created the value attribute in View context (which has the field..... which needs to be hide)inside the value node say FieldVisibility.......and attribute name OldTimeDuration......and I set this value with uidefeneitions Visibility .......
    and I bind this vaule with the field property visible(Time.......To..........)which I need to hide...........
    Now in the view implementation tab ..........I have coded in the doinit method(since my requirement to hide the field from the layout in all cases).........
    wdContext.currentFieldVisibilityElement().setOldTimeDuration(WDVisibility.NONE);
    But if I deploy the application and see still am getting the same field dispalying in the screen.........
    I even tried putting this code in wdmodifyview method.........same results........
    Kindly tell me how to hide the field permenantly from the screen............(without any conditions.)
    Thanks in Advance,
    Dharani

  • New Customer Field in Shopping Cart (SRM) with default value

    We have requirement to add new Customer field in Shopping cart (SRM 4.0) and assign a default value to it.
    We have added the custom field and also assigned default value 'X' to it using BADI BBP_CUF_BADI_2 method MODIFY_OUTPUT. Problem we are facing is in case user changes the value and unchecks the custom field then it gets overwritten by default value once the shopping cart is saved. We have followed steps mentioned in link below in order to add custom field and populate it.
    /people/nanda.kondagunta/blog/2006/10/23/how-to-create-custom-fields-in-srm
    KR Jaideep,

    Dear Poster
    Your thread has had no response since it's creation over
    2 weeks ago, therefore, I recommend that you either:
    - Rephrase the question.
    - Provide additional Information to prompt a response.
    - Close the thread if the answer is already known.
    Thank you for your compliance in this regard.
    Jason Boggans
    SAP SRM SDN Moderator

  • Addign new customer field in Shopping cart SRM with default value

    We have requirement to add new Customer field in Shopping cart (SRM 4.0) and assign a default value to it.
    We have added the custom field and also assigned default value  'X' to it using BADI  BBP_CUF_BADI_2 method MODIFY_OUTPUT. Problem we are facing is in case user changes the value and unchecks the custom field then it gets overwritten by default value once the shopping cart is saved. We have followed steps mentioned in link below in order to add custom field and populate it.
    [/people/nanda.kondagunta/blog/2006/10/23/how-to-create-custom-fields-in-srm|/people/nanda.kondagunta/blog/2006/10/23/how-to-create-custom-fields-in-srm]
    KR Jaideep,

    Hi,
    In badi BBP_CUF_BADI_2, method MODIFY_OUTPUT,
    are you doing something like this?
    CASE IV_FIELDNAME.
      WHEN 'YOUR_CUSTOM_FIELD'.
        IF IV_VALUE IS INITIAL.
          MOVE 'YOUR_DEFAULT_VALUE' TO EV_VALUE.
        ENDIF.
    ENDCASE.
    Best regards.
    Edited by: Pablo Casamayor on Jul 23, 2009 12:32 PM

  • Custom Field make visible in Shopping cart in SRM 7.0

    Hi,
    I have added a Custom field to Shopping Cart line item level through IMG. I have added a Custom filed at IMG , Configure Custom Fields -> Define Customer Display fileds at ITem level, I have added my field to Appended Structure and Save it. Then I went to Portal SHopping Cart screen Item level I am  not able to see my field.  What are the next steps missed  to appear my custom field on Portal Shopping cart Screen?
    I appreciate your help!!
    Thanks,
    Monica

    Masa,
    Configure Field Control -> Configure Control for Fields on Item Level
    I  follow the above path and click on it. I am seeing two activities: 1)  Metadata for Fields on Item Level 2)  Default Metadata for Fields in Items that do not (yet) Exist
    I choose first one 1)Metadata for Fields on Item Level , Selected Business Object BUS2121 and Stru Field Name my custom column , Field Enabled and Visible is Checked and Save it.  Still its not showing up in the Portal Screen. Do I need to fill any other fields Like Bus Obj Sub Type, Tans Type,Item Type?
    I tried 2) Default Metadata for Fields in Items that do not (yet) Exist*
    one also with same above process.  Still its not showing up in the Portal Screen.
    Am I missing anything? Still do I need do anything?
    Thanks for your help!!
    Thanks,
    Monica

Maybe you are looking for

  • Increase UDP sending size over 64k bytes and get error -113,sending buffer not enough

    Dear all, I have a case that I must send a data over 64k bytes in a socket with UDP . I got a error-113 shows "A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive

  • Flight mode not totally disabling

    Lumia 800 English firmware:1750.0805.8773.12220 OS: 7.10.8773 HW: 112.1402.2.3 This is a strange problem and seems intermittent. I place my phone in Flight Mode everynight and charge it on my night-stand. Most mornings I take it out of Flight Mode an

  • Statistical Condition not appearing in Rebate Specific Pricing procedure

    Hi, We had recently implemented Rebate Billing in SAP and for the credit notes I had created a new pricing procedure and marked it as 'Special PP' for rebate at Pricing procedure level. I am calculating Discount and providing Tax in Rebate Credit Mem

  • Portlet

    what I need to do On a porlet to display another web server's web page.for example on the portlet I need to show the bea web site(www.bea.com)

  • Exchange Migration

    Hi All, Require some help if possible. Migrated a company from a 3rd party exchange provider over to our own internal exchange. Users are now unable to edit or change calendar items that existed prior to the migration, a bounceback is below. They hav