Shopping Cart Screen needs some minor change!

Hello,
1. Is there any way that I can increase the size of input field "Notes for approval" in the shopping cart screen ??,
2. Also, some custom text needs be embedded in the shopping cart for example "please scroll down" needs to be displayed above the field "Notes for approval"
Thanks

Hi,
1.
See the foll related threads for solution/pointers:
Re: Changing long text box "Internal Note" look and size
Changing properties of long text box
2
To find the SC ITS service and the correspondig template for the SC screen,right-click in IE to view the template source code, and find the service/template.Just right click on the ITS screen ,say view source and locate the corresponding ITS template and ITS service for your SC screen.
Then go in SE80 and in the relevant template ,locate the code for the  "INTERNAL NOTES" text field.There you can modify the code to add the custom text above the text field.
BR,
Disha.
Do reward points for  useful  answers.

Similar Messages

  • How to copy an IDOC with some minor changes with programming

    Hello,
    I get frequently a lot of IDOCS who need some minor changes. I'm looking for coding that will act as if you are using transaction WE19.
    Who can help?

    In short, the customer wanted the functionality of the WEDI transactions to see the incoming data from suppliers. this data should be shown not converted. for our own peace we didn't want those idoc's to be converted along the route to their destination without any visible trace so we wanted new idocs with the converted data. finally the customer (functional consultants mostly) agreed to see the data in it's transported form with the use of XI. (there was a no go from the maintenance departement to do the conversion in XI because of the excessive use of SAP tables).
    So, a helpfull tool to copy and along the way change some items within an IDOC
    using programming is no longer needed. but I still am interesting to know.

  • Activating Order as Direct material button on Shopping cart screen

    Hello SRM experts,
    we are in SRM 5.0. we implemented BADI: BBP_DP_PROD_CHK_BADI to suppress Order as direct material button on Shopping cart screen.in this BADI under PRODUCT_CHECK method  we have this code CLEAR ev_dp_possible.Now the requirement is to bring back that order as direct material on to shopping cart screen and we need to check there for direct material and non direct material.
    i commented the code in METHOD PRODUCT_CHECK . but still i'm unable to see that button on SC screen.After bringing that button on to screen we need to check for Direct and non direct materials, if it is a non-direct material and trying to press button Order as Direct Material it should hav to give some error.
    please help me.
    thanks in Advance....

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Adding an asterix(*) in the standard field in the shopping cart screen.

    Hi all,
          In the Delivery address of the shopping cart screen, I need to add (*) in a field text, saying that it is mandatory field.
    So, I need information that can help me change the standard field text, to add(*) in prefix.  can you please help me find the information to add the same.
    Regards,
    Abhinay.

    Hi Abhinay,
    if you are in SRM 7.0 , then you can  do it through the below configuration else  you will have to modify the relevant HTML template.
    SPRO->IMG->SAP Supplier relationship managemnet->SRM Server->Cross Application basic setings->extension and Field control(personalization)-> configure field control->configure control of field of substructure->Metadata for Fields of Substructures and Table-Like Enhancements
    In your case if this is delivery address field , then choose  Bus. object set type as  07 ,  Business object as BUS2121 ,  set level as Item ,  set subtype as 00000027.
    you have to  finnd the field name and select that and make the option as Field Visisble, Fiels enable 'Field required' tick.
    As far as i know  it will make a red asterick in the screen but you will have to  write that check in DOC_CHECK_BADI to throw error message.
    Thanks
    Iftekhar Alam

  • Activating F4 help/Validating for a field added to SRM shopping cart screen

    I have added Profit Center as an additional field on the Shopping Cart Screen. This should be displayed only when the user selects Cost Center as value for another input field. Also I need F4 help for this profit center.
    Can someone please guide me with the steps to do the same.
    Thanks and Regards,
      Vanessa

    Hi Vanessa,
    Validation can be done in doc change and doc check BADIs.
    For attaching F4 help you can create a search help in ABAP Dictionary and attach that serach help to your cutom field .
    Hope that helps,
    Anubhav

  • Display error message from SLG1 on shopping cart screen

    I have implemented a 'BBP_CATALOG_TRANSFER' badi. I am adding all the custom error messages in ET_SC_MESSAGES export parameter of this badi. As a result of this, all the custom error messages added in the above parameter, gets logged in the application log SLG1 automatically and I can see those custom messages in SLG1. Now how to display this message from SLG1 on the shopping cart screen on the top where you normally see standard error messages in red.
    Can anyone please help me on this?
    Thanks,
    Krupa

    Hi
    Which SRM version are you using ?
    I have not tried this... but I think this is not possible to display error messages
    using BBP_CATALOG_TRANSFER BADI.
    <u>Try to code your logic in using BBP_DOC_CHECK_BADI for filter type - BUS2121 (shopping cart). You need to add your custom message in ET_MESSAGES [] table.</u>
    <b>For sample coding, refer to the link below -></b>
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/srm/bbp_doc_check_badi-CheckPurchasingDocument&
    <b>Hope this will definitely help.</b>
    Do let me know.
    Regards
    - Atul

  • 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

  • Details in "ACCOUNT ASSIGNMENT" tab in Shopping cart screen

    Hi all,
    We are on SRM 7.0.1.
    For each requester,we have the EMPLOYEE role assigned.
    In shopping cart screen,under account assignment,we want to see the acocunt assignment detailed view as the default view under tab "ACCOUNT ASSIGNMENT".Currently,under account assignment,user has to click on the DETAILS button and then the details show up in the bottom part of the screen.
    Can anyone advise how do we change the default view for the "ACCOUNT ASSIGNMENT' tab?
    Thanks.

    Can someone answer my query?

  • Shopping cart screen in SRM Add-on UI is not working

    Hi,
    Recently we had upgraded SRM Add-on UI package, when we tried to open the shopping cart screen from BSP page (i.e. link: https://sapsrxa1.flextronics.com:8012/sap/bc/bsp/srmnxp/shoppingcart/defaults.htm ), the page is throwing BSP exception as 'The object default.htm in the URL / sap / bc / bsp / srmnxp / shoppingcart / default.htm? Sap-client = 100 & sap-​​sessioncmd = open is not valid.' Could you please help me to fix this issue.
    Thanks - Dileep

    hi yateesh,
    please follow the below steps:
    Step 1: Manage System Alias
    Post Gateway installation, the SRM server (upon which GW is installed) needs to have system alias.
    Path : SPROà SAP Implementation Guide à SAP Web Application Server à Gateway à OData Channel à Configuration à Connection Settings àSAP Netweaver Gateway to SAP System à Manage SAP System Alias
    1. Create a new entry, maintain SAP SYSTEM ALIAS as LOCAL or use the SID of the SRM server as the alias name
    2. Check Local GW checkbox
    3. Maintain RFC Destination as NONE
    4. Maintain Software Version as DEFAULT
    Step 2: Maintain Gateway Services
    In this step, Gateway services delivered by SRM UI Add-on are activated.
    Path : SPROà SAP Implementation Guide à SAP Web Application Server à Gateway à OData Channel à Administration à General Settings à Activate and maintain Services
    1. Click “Add Service” for activating gateway services
    2. On the filter, set System Alias (with the name provided in the last step e.g. LOCAL) and search.
    3. Pick every Service with namespace “/SRMNXP/” and click the service hyperlink.
    4. In the Activation Popup, maintain the proposed technical service name and technical model name and press ok.
    5. Once all services are activated they appear on the main page.
    Thanks - Dileep

  • SRM shopping cart screen flickers

    Shopping cart screen for SRM flickers and does not load up. No short dump in backend system and no errors in portal log.
       This issue get's resolved after restarting the SRM backend system. Same issue and resolution used for eRecruit however not able to determine exact cause of the error.
      Does anyone has idea as why this is happening?

    Hi Tanmay,
    I faced a similar issue while integrating WDA application in Portal.
    Check out the following SAP note that corrects this issue:
    1230506 - Endless loop when starting Web Dynpro ABAP
    Hope this solves your problem!
    Thanks.
    Chitrali

  • Custom field in shopping cart screen

    Hi,
    Please let me know how to add a custom field at the item and header level in shopping cart screen.
    Thanks,
    Manu

    Hi,
    Add the fields into the below structures-
    1- INCL_EEW_PD_ITEM_CSF_SC  (For Item Level)
    2- INCL_EEW_PD_HEADER_CSF_SC (For Header Level)
    And then activate the BADI "BBP_CUF_BADI_2".
    and manage the fields in this badi for display or hide.
    Regards,
    Sachin

  • LTRM_WWEFG_win.exe has some minor changes.

    Apparently is the same version than the old LTRM_WWE_win.exe, but at this moment I have found some differences:
    1. When I import RAW files as DNG or convert RAW files to DNG, the converted file is created with the 'dng' extension (lowercase). My old version imported/converted with 'DNG' (uppercase). Now I have a "mix" of DNGs.
    2. The conversion of RAW to DNG "seems" to be faster (this is subjetive, but I'm quite sure).
    3. Importing seems faster too (this is subjetive too).
    I suppose that Adobe developers just added some minor changes with this release.
    I'm just looking for more "improvements".
    Regards,

    THe original (GM) trial was 308266. And the build is to include French and GErman Language packs. That is why the File size is larger too. Some seems to be seeing minor changes. No major there.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core, Pentax *ist D
    http://donricklin.blogspot.com/

  • Changing "Check Shopping Cart" screen and Completion workflow

    Hi,
    Below i describe a) the current process, b) the required changes, and c) my questions.
    Though it is also about workflows i still thought this was the best place to post the thread.
    Current process:
    In the process "free text order" i choose Go Shopping >> Shop >> Describe Requirement. I fill in details and complete the next steps.
    Now the Completion workflow (WS14000044) has started.
    So if I now look on my homepage in SRM i have an approval item which reads:
       Approval
       You can approve or reject shopping carts and read your e-mails relating to the procurement transaction
       You have
       -  1 Workflow Entries in Inbox
       -  0 Unread Documents in Inbox
    So i open the list and find one item: Complete shopping cart of mr X.. Now i click on the item and it takes me to "Check Shopping Cart"
    At the bottom of the screen is one button: "Change"
    Requirements:
    1)  add two buttons to this screen. One button is "Reject", to reject the shoppping cart directly. The second button "Mail Requester" to send the shopping cart back to the requester and also sends a mail via outlook to inform the requester that this has happened and requesting more information.
    2)  these buttons should then influence the behaviour of the Completion Workflow. In this workflow (WS14000044) the task Completion (TS14007947) currently has one activated outcome. From my two buttons i would need two more outcomes that allow me to model the other actions that i need i.e. the rejection outcome and the back-to-requester/send-mail outcome.    
    Questions:
    1)  is it allowed/possible to add the buttons to the existing screens. Or do i need to create a custom screen and call that instead of the standard screen?
    2)  is it allowed/possible to modify the completion workflow as described? Or do i need to copy and then modify?
    3)  How could i make the buttons to interact with the workflow? The only thing i can think of is to create a Z-bus object of the object Form and to modify so that it show my expected outcomes.
    4)  any helpful links to sdn posts of blogs or otherwise on how to go about to create the necessary changes.
    Thx for your input
    Kind regards
    Robert

    Hi Robert,
    Again, before technical solutioning, we need to step back and understand the business process and functions of each role (e.g., Buyer, Financial Approver) in the completion and approval workflow.
    Here's my understanding of the as-is (correct me if I am wrong). You are using One-Step Spending Limit WF (10000276) for financial approval. This is done by a Financial Approver (I am guessing, the line manager). The Buyer is not part of the process. Now, you want to introduce free-text requisitioning, and, consequently, you want to introduce the Buyer role into the workflow process - to complete the free-text lines (e.g. with vendor, price).
    Based on above scenario, I believe your initial solution was not incorrect - introduce Completion WF (14000044) for the completion task, while keeping 10000276 for financial approval.
    Now the business wants the Buyer to play a more active role in the process. They want to be able to Reject (the whole cart?) and Inquire (send the cart back to requester with questions). In my mind, it may still be possible to explore keeping the original design with Completion WF without modifying it, and still achieve the business needs. You can explore different ways of doing that: delete SC items instead of Rejecting, add Approval Comments to inquire, etc.
    Alternatively, you can replace all your workflows with one - WS14000133 "Spending limit, n-step,
    dynamic approvers (BAdI)". Here, you can determine your approvers flexibly via a BAdI implementation. For example:
    1. If Total Amount =< Spending Limit of Purchaser, then no approval agents - auto-approve SC.
    2. If Total Amount > Spending Limit of Purchaser AND there're no free-text lines, then determine Financial Approver.
    3. If Total Amount > Spending Limit of Purchaser AND there're incomplete free-text lines, then determine Buyer; once free-text lines completed - then Financial Approver.
    WS14000133 also has back-and-forth functionality which you can use for the inquiries. WS14000133 provides the most flexibilty, but it also involves more effort to implement. Read up on WS14000133 at help.sap.com.
    Bottom line - I would focus on evaluating these two standard options: 14000044 with 10000276, or 14000133. You may need to do some pros/cons, cost/benefit analysis. But I see no need to modify or copy SAP templates in your case.
    Cheers,
    Serguei
    <removed_by_moderator>
    Edited by Moderator on May 29, 2009 7:22 PM

  • Changing shopping cart screen

    Hi Expert,
    When I'm creating new shopping cart and found that some tab are collapsed. Is there any way to make it expand in default. I want to expand all tab so that user will not miss out any information to be fill in.
    I found a similar BADI BBP_SC_MODIFY_UI but not sure how this will help.
    Thanks.
    Regards,
    Henry

    Hi,
    See these threads for more pointers:
    Re: Expand all areas in item details as default
    Expand Accounting Details in SC and PO as default
    Definately you need to change the std code for this requirement.There is not std config/setting available for this.

  • Field control in shopping cart screen

    Hi All,
    My requirement is that approvers or delegates should not be able to delete attachments from shopping cart. I did take a look at BBP_UI_CONTROL_BADI
    but then that doesn't show any thing about field control in shopping cart (BUS 2121).
    The other solution i was thinking about is to change the HTML templates to suppress that delete icon in approver screen. can anybody throw light on this issue
    Points for sure!!
    Rgds
    Harshika

    Hi
    As Yann suggested, we can go for the Authorization object.
    Or <u>Else, you can also try out implementing the Business - AddIns using SE18 Transaction</u>
    <b>BBP_ATT_CHECK</b>
    Attachments
    <b>BBP_AUTHORITY_CHECK</b>
    Further Authorization Checks f. Documents in EBP
    <u>Sample code for <b>BBP_ATT_CHECK</b> BADI Implementation -></u>
    METHOD if_ex_bbp_att_check~check.
      DATA:
        lv_prof    TYPE vscan_profile,
        lo_vsi     TYPE REF TO cl_vsi,
        lv_xstring TYPE xstring,
        lv_scanrc  TYPE vscan_scanrc,
        lt_bapiret TYPE vscan_bapiret2_t,
        lv_bapiret TYPE bapiret2,
        lv_size    TYPE i,
        lv_dummy   TYPE bbp_control_value.
    * transform the content table to a xstring
      lv_size = attachment-phio_fsize.
      CALL FUNCTION 'BBP_OUTPUT_X_TABLESIZE_CHG'
        EXPORTING
          iv_size    = lv_size
        IMPORTING
          ev_xstring = lv_xstring
        TABLES
          it_data    = attachment-phio_content[]
        EXCEPTIONS
          noentries  = 1
          OTHERS     = 2.
      IF sy-subrc = 0 AND NOT lv_xstring IS INITIAL.
    * the default profile is used (see transaction SPRO)
        CALL METHOD cl_vsi=>get_instance
          EXPORTING
            if_profile          = lv_prof
          IMPORTING
            eo_instance         = lo_vsi
          EXCEPTIONS
            configuration_error = 1
            profile_not_active  = 2
            internal_error      = 3
            OTHERS              = 4.
        IF sy-subrc <> 0.
          RETURN.
        ENDIF.
    * scan binary
        CALL METHOD lo_vsi->scan_bytes
          EXPORTING
            if_data             = lv_xstring
          IMPORTING
            ef_scanrc           = lv_scanrc
            et_bapiret          = lt_bapiret
          EXCEPTIONS
            not_available       = 1
            configuration_error = 2
            internal_error      = 3
            OTHERS              = 4.
        IF sy-subrc <> 0.
    * error in call of scan engine
          MESSAGE e013(bbp_att) INTO lv_dummy.
          CALL FUNCTION 'BBP_PD_MSG_ADD'
            EXPORTING
              i_msgty       = 'W'
              i_msgid       = sy-msgid
              i_msgno       = sy-msgno
            EXCEPTIONS
              log_not_found = 1
              OTHERS        = 2.
          IF sy-subrc <> 0.
            CALL FUNCTION 'BBP_PD_ABORT'.
          ENDIF.
        ENDIF.
        IF lv_scanrc <> 0.
    * scan got results that indicate infection
          MESSAGE e014(bbp_att) WITH attachment-description INTO lv_dummy.
          CALL FUNCTION 'BBP_PD_MSG_ADD'
            EXPORTING
              i_msgty       = 'E'
              i_msgid       = sy-msgid
              i_msgno       = sy-msgno
              i_msgv1       = sy-msgv1
            EXCEPTIONS
              log_not_found = 1
              OTHERS        = 2.
          IF sy-subrc <> 0.
            CALL FUNCTION 'BBP_PD_ABORT'.
          ENDIF.
        ENDIF.
        LOOP AT lt_bapiret INTO lv_bapiret.
    * apply scanmessages to our messagelog
         MESSAGE ID lv_bapiret-id TYPE lv_bapiret-type NUMBER lv_bapiret-number
           WITH lv_bapiret-message_v1
           lv_bapiret-message_v2
           lv_bapiret-message_v3
           lv_bapiret-message_v4
           INTO lv_dummy.
          CALL FUNCTION 'BBP_PD_MSG_ADD'
            EXPORTING
              i_msgty       = sy-msgty
              i_msgid       = sy-msgid
              i_msgno       = sy-msgno
              i_msgv1       = sy-msgv1
              i_msgv2       = sy-msgv2
              i_msgv3       = sy-msgv3
              i_msgv4       = sy-msgv4
            EXCEPTIONS
              log_not_found = 1
              OTHERS        = 2.
          IF sy-subrc <> 0.
            CALL FUNCTION 'BBP_PD_ABORT'.
          ENDIF.
        ENDLOOP.
      ENDIF.
    ENDMETHOD.
    Hope this will help.
    Please reward suitable points, incase it suits your requirements.
    Regards
    - Atul

Maybe you are looking for

  • Cinema Display to a MacBookPro. DVI versus Mini-Port.

    Hello, Wanting to hook up a Cinema Display to a MacBookPro Intel Duo with the DVI port (not Mini-Port. Not Thunderbolt). Is there an adapter that converts the DVI config to work with a Cinema Display with a Mini-Port connector or do I need the versio

  • Problem with file transfer over the net

    Hi!I'm trying to make a program that allows to send/receive files and I'm almost done,except for a little problem:the file received has some bytes missing at the end! For example if I send a text the last 2-3 lines are missing,same thing for an image

  • Accessing auth. scheme in PL/SQL expression

    I have an Authorization scheme (AS1) that returns true for a certain set of users. I have some form items on a page that have their Read Only condition set to a PL/SQL expression based on values of other form items. But for the set of users for whom

  • Reports web layout HTML

    Dear Friends I am Relatively new to reports. Can you please help me with the following Q's(using report 9i) 1. I created a report in tabular form and in the web layout I cannot see the table cell lines? 2. So I edited the HTML code and gave bordercol

  • Was updating ipad on new update.  scroll bar on Ipad no action

    can someone help me?  I was updating the ipad with new software.  some how it was completed but ipad shown apple icon and scroll bar which no action at all.