SRM 7.0. Approval Note in Shopping one screen.

Hi guys,
In the Shopping one screen, I need populated text "approval note" when add an item.
But, this text is only populated when we press "save" button or "order" button.
but, after this, we Edit the Shopping Cart, this text is delete, and text box is editable again.
A conclusion may be that when the box is in edit mode does not display the message, and when it is disabled if you do. but I not sure.
In implementing the BAPI "BBP_DOC_CHANGE_BADI" We're filling the table "CT_LONGTEXT" with the text to need appear.
We need this custom text is displayed when adding an Item and this text box was disabled.
Maybe it's something SAP or have to play some customizing or something on the Web Dynpro.
But I can not identify either to do or where ...
Does anyone could help where to look or what to do?
Many Thanks in advance.
Regards.
Pistoni, Andrés Oscar.

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

Similar Messages

  • Add Customer fields to Shopping Cart Wizard - Not showing on one screen

    Hi,
    I have added 3 custom fields to the SRM portal (5.0), by adding these fields to structures INCL_EEW_PD_ITEM_CSF & INCL_EEW_PD_ITEM_CSF_SC, as described in OSS Note 672960.
    On the Shopping Cart Wizard, these custom fields appear in the default settings for items & when adding a Limit Item.
    However, they do not appear in the selection for "Describe Requirement".
    How do I add them to this subscreen? I have tried copying the customer fields subscreen in Screen Painter from the Limit Item screen (in addition to flow logic and html template changes.) However, it doesn't work right this way.
    Please help.

    Not sure which CUF BADI you are referring to, since there are 2 of them. 
    BBP_CUF_BADI - Not implemented, since this is used to change how custom sub-screens look and act by creating your own (if business logic is complex). Not relevant, since the Customer fields subscreen does not appear where we need it. We have no use for controlling it in the areas where it does appear.
    BBP_CUF_BADI_2.- Implemented. Is used to control customer fields. Not relevant, since the Customer fields subscreen does not appear where we need it. We have no use for controlling it in the areas where it does appear.

  • SRM workflow problem: approver not taken

    Hello , when i create my cart, i have 4 approvers by default: say appro1 , appro2 ,appro3, appro4.
    I add another approver, so that it becomes appro1, appro5, appro2, appro3, appro4.
    I save my cart and approve it for all (appro1- appro5) .
    I have a table which is filled when a purchase order is created.
    The table contains the list of approvers.
    It read:
    appro1 , appro2 , appro2, appro3, appro4.
    Anyone ever encountered this?

    Hi Ricardo,
    In BBP_WF_APPROV_BADI we have implemented Method GET_REMAING_APPROVERS. The code snippet of method is as follows: -
    CALL METHOD EXITINTF->GET_REMAING_APPROVERS
      EXPORTING
        IN_UPDATE = IN_UPDATE
        DELETE_REJECTED_ITEMS = DELETE_REJECTED_ITEMS
        ITEM_DEDUCT_RESET = ITEM_DEDUCT_RESET
        ITEM_APPROVAL_HISTORY_TABLE = ITEM_APPROVAL_HISTORY_TABLE
        APPROVAL_HISTORY_TABLE = APPROVAL_HISTORY_TABLE
        ACTUAL_APPROVAL_INDEX = ACTUAL_APPROVAL_INDEX
        GUID = GUID
        OBJECT_TYPE = OBJECT_TYPE
        OBJECT_ID = OBJECT_ID
      IMPORTING
        APPROVAL_TABLE = APPROVAL_TABLE
        APPROVAL_ADMINISTRATORS = APPROVAL_ADMINISTRATORS
        ITEM_APPROVAL_TABLE = ITEM_APPROVAL_TABLE
        NO_FURTHER_APPROVAL_NEEDED = NO_FURTHER_APPROVAL_NEEDED
      CHANGING
        ITEM_APPROVAL_OBJ = ITEM_APPROVAL_OBJ.
    Now can you please tell me which variable I am suppose to look at?
    Thanks
    Siddarth

  • 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

  • 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.

  • Approver not determined process controlled workflow in SAP SRM 7.0

    Hello all,
    I have setup process controlled workflow in SAP SRM 7.0 EHP3 for shopping cart approval.
    I have 4 approval levels.
    I have used item-based Decision for entire document because for some items i want system approval.
    In implementation of BADI /SAPSRM/BD_WF_RESP_RESOLVER, in the method /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_AREA_TO_ITEM_MAP, i am skipping the items for which i want system approval.
    Also in method /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_APPROVERS_BY_AREA_GUID of BADI implementation class, i am keeping the approver table empty for the step which i want system approval.
    For example i have 1 item in shopping cart and for 1st step, based on some accouting criteria, i want system approval for 1st level and the workitem should go directly to 2 approval step when shopping cart is ordered. This is not happening.
    But if i have multiple items, and one item should have system approval based on some criteria and the 1st approval level should be system approval and other item should go to the 1st approver. This is happening and showing 'system' approver for item1 and 'appr_xyz' for item 2.
    For shopping cart having only 1 item, If i approve the shopping cart in this state only, it doesn't go to any approver and is not usable.
    am i missing anything in BADI /SAPSRM/BD_WF_RESP_RESOLVER??
    Please let me know.
    Regards,
    Yayati Ekbote

    Hi Adrian,
    Yes it is possible to display custom workflows in the Universal Worklist,  However, I am not sure what you are trying to do with a routing table.  If the workitems are of type decision, you can use UserDecisionHandler (action handler) configured in the XML file to use the Approve/Reject functionality - we are talking about webflow connector here correct?  R/3 connector?
    Regards,
    Beth Maben
    EP - Senior Support Consultant II
    SAP Active Global Support
    Global Support Centre Ireland
    **SDN Forum Moderator:
    SAP Enterprise Portal: Application Integration
    **SDN Universal Worklist Wiki:
    http://wiki.sdn.sap.com/wiki/x/ehU

  • Document creator cannot add adhoc approver in shop-in one screen

    Hi All,
    We are working with SRM 7.0, SP11 with extended classic implementation. We have observed that while creating a SC with professional view (shop-in-one screen) with purchaser role, user cannot use adhoc approval function as the Button 'Add Approver' is not visible.
    Though this option is visible in shopping wizard and PO screen.
    This is very important function for our business process as we are extensively using shop-on-behalf function and need to use it with Ad-hoc approval functionality.
    Pls suggest.
    Thanks in advance!
    Best Regards,
    Prashant

    Hello Prashant,
    On the SC screen you will have an option called Display or Edit agents. Click that Hyperlink and from there you will get a option to add the adhoc approvers or reviewers.
    This option will be available in the left hand side top display of the sc above the item preview table.
    From the item details --> Approval Process Previe tab you will not have this option  as standard design.
    Hope this helps you here.
    Best Regards,
    Rahul

  • Web Dynpro SRM 7.0 - Access Shopping Cart One Screen User Default Settings

    Hi all,
    In my current project I have a requirement which includes to validate the user default values on shop on one screen functionality, my question is, how can I access to this information? In web dynpro there's no reference to this information and in addition is not stored in the database as is only "available" during the current Shopping Cart creation.
    Many Thanks in Advance,
    Sara.

    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

  • 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

  • AE 5.2 - Detour Workflows - One of the Role Approver not found

    Hi All,
              My question is regarding using the Detour workflow functionality for the situation below - pls let me know if this possible or if any alternates are available.
    - Main path has 2 stages (1) manager approver, (2) Role Approver.
    If the Requestor asks for a Role that Does not have a Role Approver we would like to route this request to the Security lead.
    - I have created a Detour Path with 1 stages - Secuity lead and associated with Stage 2 (Role approver) of the Main path based on the condition "No Role Owners"
    - I still get the error "Approver not found at Stage @@@@"
    Is the condition "No Role Owner" in the Detour workflow config for "Role Expert" workflows or for Access requests?
    Is it possible to route the Request to Security if the Role being requested does not have a Role Approver? IF yes How?
    thanks
    T

    Hi,
    sometimes in the Detour configuration you have the problem that the "Save" action is not saved properly.
    If this entry is empty, please go into edit mode and save the detour config again, so that the action will actually display "Save".
    Hopefully it works, then.
    Regards,
    Daniela

  • Shopping Cart header text ( Approval Note )with User id, Date , Time

    Hi Experts ,
    We are mapped SC header Text to Classic PO header text sucessfully. But in the SC Approval Note system is automatically  pouplating User Id, Date , Time and Time Zone ..along with manullay entered Text.....and same is pouplating in tyhe created Classic PO.
    We don't want these extra things in the SC and PO both .
    Can anyone please suggest how we can achive this ?
    Thanks
    NAP

    Thanks Jay. Resolved .
    So without Badi this is not possible. Right ?

  • SRM PO- BBP_DOC_CHANGE_BADI - Code not effective when the SRM PO is created

    Hi Experts,
    We are using SRM 5.0 Classic and Extended classic scenario and the SRM local PO(Extended classic scenario) is created for special cateogries only. The SRM Local PO is created automatically after the SC is completely approved.
    The SC(one line item) with these special cateogies(chosen from catalogs) do and can have the currency different from the Org stucture currency and hence based on user selection the currency on the Item level(Currency selected in catalog) can be  different from the Item Overview total.
    Now we need to have the SC item level currency at the SRM PO header level which is created from this SC automatically. The code has been written in the BBP_DOC_CHANGE_BADI implementation of method BBP_PO_CHANGE
    With the code implementation, the currency is PO currency is not changed to SC item level currency when the PO is initially created from the SC automatically. However if the same SRM PO is changed and ordered again, the currency gets changed to the SC item level currency in the SRM PO, i.e. executes the BADI code as desired.
    Can anybody guide how can the currency be changed when the PO is first created automatically from the SC ?
    Many thanks in advance.
    Best Regards,
    Khaja.
    Edited by: Moulail Shaik on Dec 28, 2011 3:59 PM

    Soumyaprakash Mishra wrote:
    i thought doc_change would have worked... but anyways, did you try doc_save badi?
    Hi Soumyaprakash,
    Thanks for the reply.
    In the doc_save BADI there are no export parameters which can be modified.
    Neverthless, please suggest if there is an way to change/influence the PO data using the doc_save badi in your view ?
    Many thanks in advance.
    Best Regards,
    Khaja.

  • Inquire button is greyed out in SRM 7.0 Approval screen

    Hi Friends,
       Any one faced an issue that the functionality 'inquire button' is greyed out in the SRM 7.0 approval screen. I have given Approval with Completion in the level type in SPRO. still i am not able to see the 'inquire button' in the approval screen. Any input on this issue..
    John.

    Fixed my self

  • Item Approval Note Mapping

    Environment > >Item Based Approval WFL << Scenario:  Email Offline approval in SRM 7.02
    We have enabled a dialog box for the approver to post his comments regarding his rejection for the shopping cart work item; at the moment the approver comments are mapped into the shopping cart approver notes "header" successfully.
    Instead, we would like to enable this mapping into “”item approval notes” instead of the approval notes "header".
    No matter what we do. The approver comments are mapped into the approval notes "header".
    Does anybody have a clue how (FM, Structure, BADI) this mapping could be achieve for the "item approval notes” instead of the header?
    Thank Y
    William

    HI William
    AFAIK , You need to select in SPRO path
    Cross Application Basic settings >> Text Schema >> Define Text Schema >> Select SC
    You would see Approval Note there .. There would be a col where you can select Header/ Item ..
    and should work . Please confirm and let me know if it works ..
    Regards
    Vinita

  • Import invoice with status as Approval not Required

    Hi All,
    Can any one give the way to import an invoice with payables open interface import status as Approval not required.
    Thank you in advance.
    Raj.

    midimidi,
    > So to be clear...if the AS is on the main timeline,
    import statements
    > are not needed, and if the AS is external and imported,
    import
    > statements are needed.
    That's a general rule of thumb, but not 100% applicable.
    > Are there any other exceptions to that, or does that go
    for all AS3
    > classes?
    There are exceptions, and the easiest way to find them is to
    leave out
    your import statements and plug away ... sooner or later,
    you'll get a
    compiler error, and then you'll know. :)
    >> It did strike me *** odd though, an imported .as
    file uses the same
    >> publish settings as code on the timeline. So why
    treat them differently?
    FLA files have publish settings, but AS files don't. They're
    just text
    files. I hear what you're saying ... they end up getting
    compiled along
    with / into the some FLA anyway -- and that FLA does have
    classpaths
    listed -- but those same AS files might be compiled in Flex
    Builder 2 or
    some 3rd party compiler. It would probably make good sense to
    require the
    import statement for inline FLA code, but not everyone is a
    hardcore
    programmer, and Adobe knows it. Nothing is *hurt* by using
    import in FLAs,
    but for folks who just want to do light programming, the
    convenience of not
    having to use it is nice.
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

Maybe you are looking for

  • Moved to a new computer, and can't load iCal events

    Hi all, I just bought a new computer and used Migration Assistant to move over all of the files, which included my iCal database. I no longer have the other computer, but I do have a backup of my user account folder from the old computer (including t

  • Create T.Code for a query that looks like Report VF05

    Hi, I'm facing a problem right now.. I made a Query with SQVI, then I converted it with SQ01.. It is a report that looks like VF05 but has the column EAN/UPC Code added on it. Now I am trying to create a T.code to run this report, using SE93. So, I c

  • Change the owner of DTR activity

    Hi Experts, Is it possible to change the owner of DTR activity? Our pratice is that the project leader will create an activity and then assign the activity to the dedicated developer. Right now, in NWDI, if a user created an DTR activity, he will be

  • Nano 5G stopped working

    I was watching a video when it crashed, wont allow me to reset, but can still here clicking sound, any answers?

  • Computers can't see the disk connected to my Aiport Extreme

    Hi everyone, I have an Airport Extreme with version 7.3.2 and I just attached a Western Digital external hard drive to the usb port in the back of the router; however, none of my computers can see the disk in the network screen nor the airport router