SRM 5.0 - how to hide a section/tab in shopping cart

Hi.
Is it possible to hide a whole section of the shopping cart, like "Ship-to address" or "Source of Supply"? I've used BADI to hide the fields in these sections and it works, however, I'd like to not show the sections at all including section headers.
Thanks,
Irina

1.     You have to create BADI implementation in SE19. In the bottom portion of the screen select “Classic BAdi” and enter BBP_UI_CONTROL_BADI as BAdi Name. Click “Create Impl” button
2.     Type in text and implementation name (usually something like  ZBBP_UI_CONTROL_BADI)
3.     Attributes Tab. add Filter - ObjectType BUS2121 for Shopping Cart
4.     Interface Tab. Double-click on method BBP_SC_UI_CTRL
5.     Example of “display only” fields in Ship-to Address section:
CASE iv_progname.
    WHEN 'SAPLBBP_SC_UI_ITS'.
      CASE iv_dynpname .
        WHEN '0310'.
          IF iv_fieldname = ' GV_F4_D_ADDR_EVENT '
            cv_input_ready = ''.  “<- display only
          ENDIF.
*  If you want to hide all Ship-
* to Address fields (FuncGrp BBP_SC_UI_ITS, screen 310)
* use the following code:
          cv_input_ready = ''
          cv_invisible   = '1'.
        WHEN OTHERS.
      ENDCASE.
  ENDCASE.
6.     Activate the code.
7.     Activate the implementation.

Similar Messages

  • How to hide Job index tab in PPOME

    Guys,
    Pls advise how to hide Job index tab in PPOME.
    Thanks

    Hi,
    The job index tab page is IT0783. You can check this through transaction OOFRAMEWORKCUST. In the same transaction, double click on u201CTab Page in Scenario for each Object Typeu201D folder under u201CScenario Definition (Hierarchy Framework)u201D in the left column. The scenario for PPOME is OME0. Look for the entry for OME0 and tab page IT0783 and check the u201Cdo not displayu201D box the last column.
    Hope this helps.
    p.s. Please search the forum on this topic. There are plenty of threads on PPOME tab page customization.
    Donnie

  • How do I add an already built Shopping Cart  (PHP and MYSQL) application to a page in a Muse site?

    How do I add an already built Shopping Cart  (PHP and MYSQL) (Cartweaver 4) application to a page in a Muse site? Do I have to export the Muse site as Html to dreamweaver and them use the extension to bring the shooping cart in or can I do it directly in Muse?
    Message was edited by: mgv2048

    We have experimented with doing this with some good success. We have been working on adding Cartweaver to a Facebook page by essentially adding a Cartweaver store to Facebook in an iframe.  The "store" would be pages with just your basic product display, cart, and checkout functionality, with none of the "window dressing" - just use CSS to match the color and general look of the design it's being added to.
    The one problem with this for Facebook is when it comes time to check out toy have to leave Facebook and go to your server where an SSL is in place.  Fortunately in this situation this would not be the case, you can have an SSL installed to the root of your site and you'll be okay.
    This is an interesting project.  Give this a try and let me know how it goes and if you run into any snags, please make a post on the Cartweaver forums: http://forums.cartweaver.com - I'm really confident that this can work, and not only work, but work well.
    Looking forward to hearing how this goes, and being of what help we can.
    Lawrence Cramer - *Adobe Community Professional*
    http://www.Cartweaver.com
    PHP & ColdFusion Shopping Cart for Adobe Dreamweaver
    Stay updated:
    http://www.facebook.com/cartweaver
    http://www.twitter.com/cartweaver
    http://blog.cartweaver.com

  • How to Hide trailer section?

    Hi friends,
    I supose it's easy but I can't remember:
    do you know how to hide the trailer section (not only hide, I want not to show the empy page) depending on a parameter value.
    I mean:
    I have a user parameter in the report (P_myparam)
    If P_myparam=Y --> las page with trailer section must be showed (report would have 3 pages: one for header, second for main section and third for trailer)
    If P_myparam=N --> only two first pages must be shown.
    Thanks.

    Hi again, although there's a possible solution to my question adding the BLANKPAGES=NO parameter in command line when we call the report, I'm trying to find another answer...
    Any ideas?
    Thanks,
    Jose.

  • How to hide a single tab in tabcontrol

    Hi, I want to hide a single tab on a multi-tab tabcontrol based on login. If the particular bit is set, show 1st and 3rd and so on. I just gone through help files.I couldn't find any.
    Raj. 
    Solved!
    Go to Solution.

    EightBit wrote:
    How did you make the page property with "PageVis." I create a property node but then can only link to things in Pane, aka I can't find how to link to Page
    8bit, you should be aware you replied to a 4 yeaar old solved thread (Not the best way to attract attention- next time feel fre to start a new thread)
    Try this:
    A Tab is a container for "Pages" the Pages each have a "Page.visible" property.  since the pages are in the tab container you cant access there properties directly from the "Pane"
    Jeff

  • How to hide addnl data tab from CVO1N Transction

    Dear Friend's
    While creation of Document through CVO1N Transction first we fill up the data in "Document Data" tab then system gives"Addnl Data" tab.
    Here i don't need this "Addnl Data" tab.
    Pls guide me how i can hide the same tab.Give me the steps so i can implement.
    Thanks in Advance.
    Regds.
    Sandeep

    Additonal tab control with the assignment of class type and class in the document type. Removing class type and class will eliminate this additional data tab. In this case if any additional data is required then you will have to manually assigne class type and class within document each time
    However this is not what you want, you want to assign additional data after you have created a document, therefore solution could be make characteristics and class as an optional field so that system does not enforce you to maintain information at the time of creation. Second solution could be thought of as screen variant

  • Hide Approval preview link in Shopping cart

    Hello All,
    My requirement is to hide the 'Approval preview' link in Shopping cart, Please suggest me how to do this.
    Best regards

    Hi Sundeep,
    What version of SRM are you using? What  shopping cart transaction?
    Best regards,
    Marcus

  • How to add ship To field to Shopping Cart

    I have a request to add ship to address field for Limit shopping carts. Can any one please let me know how we can do the same?

    Hello,
    Usually, delivery address tab is displayed in limit shopping cart. Some other fields are not displayed, but delivery address is.
    Check the following wiki page:
    http://wiki.sdn.sap.com/wiki/display/SRM/LimitShoppingCart-Somefieldsarenotdisplayed
    Regards,
    Ricardo

  • How to find approvers who approved the shopping cart

    Hi All,
      My requirement is as follows:
      If I give the shopping cart document id, I should be able to find
      1) the list of approvers who approved the document
      2) how much time they have taken to approve the document
      3) any pending approvals for the document.
    Can anyone help me in this?
    Thanks,
    Sivagami R

    Hi..
       Here is technical details which will help if you are in SRM 7.0..
       The below methods are in the class /SAPSRM/CL_WF_EVENT_FACADE
       Pass the SC GUID to method 'GET_WORKFLOW_ID_BY_DOCUMENT'  .. get the header workitem id.
       1 . to get the current approvers list call the method GET_CURRENT_AGENTS..
       2.  to get the previous approvers list call the method GET_PREVIOUS_AGENTS.
      if you are in SRM 5.0 then use the below FM's..
    1 . call the FM BBP_PDH_WFL_WI_FROM_OBJECT_GETu2019 to get the header workitem id..
    2 . call the FM u2018BBP_WFL_DIN_APPR_FINALLIST_GETu2019  to get the list approver's for a SC
    3 . if you need the workitem details then call FM BBP_PDH_WFL_WI_DETAILS_GETu2019..
    Regards,
    Saravanan

  • How to use Multiple Product Hierarchies in Shopping Cart creation

    Dear SRM Experts,
    We have an issue in using multiple Product Hierarchies while creating a shopping cart. Need your help to resolve this.
    Our SRM system is integrated with 2 ERP back-end systems. In material replication we have created 2 hierarchies for different ERPs and their product categories are stored in respective hierachies.
    Example:
    EBPMATCLAS is for ERP1
    EBPSERVCAT is for ERP2
    Now when I create shopping cart, it allows only those products which are part of EBPMATCLAS because of below configuration..
    We cant configure multiple hierarchies for purchasing so we are not able to use both Hierarchies simultaneously.
    Request you to help with the possible solution to use multiple hierarchies.
    Thanks
    Rajan

    Hi Rajan,
    You not need to create 2 hierarchy ID. Inside the R3MATCLASS you can see the reference with both banckends.
    Ex:
    R3MATCLASSECCCLNT001
    R3MATCLASSECCCLNT002
    Rgs,
    Pedro Marques

  • How to change position for items in shopping cart

    Hello,
    I am creating shopping cart using flat file. But i am not able to change the position for items i.e. both items contain position as 0000000001.
    Following are the item details of shopping cart which is created through portal. (from tcode BBP_PD)
    Items:
    Pos Type Quantity Unit Ordered_Prod Description Gross price
    0000000001 1 EA keyboard 100,00
    0000000002 1 EA CPU 1.000,00
    Following are the item details of shopping cart which is created using flat file & BAPI BBP_PD_SC_CREATE.(from tcode BBP_PD)
    Items:
    Pos Type Quantity Unit Ordered_Prod Description Gross price
    0000000001 1 EA MONITOR 1,00
    0000000001 1 EA MONITOR 1,00
    Position is not getting changed for item 2 & only first record is getting uploaded 2 times. My code is creating Shopping cart number .
    Please tell me how to change position of each item.
    Thanks & regards,
    Edited by: Ketkee Bhale on Sep 14, 2011 3:58 PM

    Moderator message - Cross post locked
    Rob

  • How to re-start the workflow for Shopping carts in WAITING status

    Hi
    We are using 1-step approval work flow, and we get some strange issue. We can add approver in the workflow, but after we click order button and back to check status again, sometimes there will be "Ad-hoc agent not found" issue. Do you know how to solve?
    And one workaround for user is to re-add the approval, and sometimes the shopping cart back to normal. But sometimes, after we add the approver, the shopping cart are in waiting status:
    Workflow Item:
    Workitem-ID 000000714642
    Task WS10000276
    Text One-Step Approval: Value limit: Shopping Cart
    1000114698
    Status WAITING
    Statustext Waiting
    Date 13.06.2008
    Time 10:41:22
    So may I ask how to re-trigger the workflow?

    Hi,
    Thx for that. I need to trigger the Approval workflow to go the the approval manager.
    Can u give me the document on this? thx,  kerry.liu [at] ap.effem.com.
    Thx very much
    Kerry

  • How do I align {tag_productquantity} in the shopping cart layout table?

    I have inserted the tag {tag_productimage} into our shopping cart layout table. As per the instructions in the following article http://kb.worldsecuresystems.com/654/bc_654.html? bc-partner I adjusted the height for .productitemcell in the Style Sheet to be able to see the whole image. However I have tried adjusting many items and nothing seems to align the {tag_productquantity} to sit in the m iddle of the cell like the rest of the information in that row. Please see a screen shot here http://mychristmas.businesscatalyst.com/test this is for a website we are currently constructing http://mychristmas.businesscatalyst.com/
    Can someone please tell me what it is I need to adjust to stop having this Quantity field sit at the top of the cell?
    Many thanks in advance!

    Thank you for taking a look. I have already adjusted the .productitemcell height to 160px to be able to see the whole small image. What I am trying to find is how to have the quantity field box align with the rest of the information in that row. If you can see in the screenshot it sits at the top of the cell while everything else in that row sits in the middle. I would like to have it all sit in the middle of the row however can't find what in the Module Style Sheet is controlling this quantity field.
    If you are able to tell me this I would really appreciate it! Thanks!

  • How to hide a section/link based on condition

    Hi All,
    I have three sections in my dashboard page; two of the section contains prompt that the user needs to run before. The Third section contains a link to Run the report. I need to hid the link, Run Report until the users fill the prompt and hit the Go button. How can I achieve this?

    Okay here are some tips for navigating this forum...
    1) If someone offers a suggestion, respond like "yes, it worked" or "no, it didn't work," then explain how it didn't work if possible (Did you get an error message?, unexpected results, etc.)
    2) Even if a solution may not have been exact, if it helped you give you new insight or if someone took the time to develop an answer that helps you understand your problem beter, you can and should award "helpful" points.
    3) If the answer either solves your problem or validates what you thought, mark it as "correct" and acknowledge the providers of hints and solutions. ("Thanks guys for your help," etc.)
    4) Finally close the thread itself.
    Doing this would motivate others to help you in the future when you ask your next question. (It is possible to "watch" a user and never answer their question again, if the poster is rude or ungrateful.)
    My final advice, is Kishore is one of the biggest helpers in this forum, so my recommendation would be not to flame his comments (even mildly) because he is the one who will decide if he will help you again or not. Oh, and Kishore doesn't host this forum. Along with many others in this forum, he just provides solutions and hints, dedicating his time and resources when he can. :)
    Hope this helps.

  • How to hide screen group tab based on account group in XD01/02

    Hi Folks,
    I have added two screen group( custom tabs like 'general data' ) in XD01 screen. Based on the input parameter 'account group' I want to hide(supress) one of the tab. How can I read the account group no?
    Thanks and Regards,
    Kawish.

    Hi,
    Can you try to access the field like below. Just try to access the account group from main program in the method.
    field-symbols: <lf_KTOKD>  type KTOKD,
       data:               L_KTOKD type KTOKD.
    assign ('(SAPFM02D)KNA1-KTOKD') to <LF_KTOKD>.
    if sy-subrc = 0.
         l_ktokd = <LF_KTOKD>.
    endif.

Maybe you are looking for

  • Is it Possible to Make an Object Dissappear in a Shot?

    Hey Everyone... I am finishing a short film and happened to notice one minor issue. In one of my master shots, I can see a light that should not be in the shot. Unfortunately, it cannot be wire framed out. I know this is a crazy question, but is ther

  • MSWord 2010 into InDesign?

    I'm not a professional, but I've used InDesign, CS3, and now CS5. I've inported text from MSWord 2010 into an InDesign document and I'm getting conversion errors -- quotes into A, apostrophe into @ -- that sort of thing. I've tried saving it back int

  • Photoshop Elements 10 does not see newly added memory

    Hi, I have been using PSE 10 on my MacBook Pro with 4 GB memory (RAM). Today I upgraded to 16 GB but PSE still displays available memory as 3072 MB. What can I do to make it use the extra memory? Thanks for reading this.

  • IWeb not allowing blog comments!

    Now all of a sudden nobody can add comments to my blog pages? And as usual you cant reach anybody at Apple to support this software, nor the .me/.mac, without dropping hundreds of dollars in support fees. FWIW, I have been a Mac User since 1987 and I

  • AD 12.1.1 upgrade patch 2 workers continuously fail

    Hi All I have started an upgrade test for the purpose of migrating our production environment however after the R12 file system was created and the AD12.1.1 patch needs to be run it keeps failing, I am now stumped we have tried various links on metal