Free Text / Catalog Shopping Cart

Hi,
I am unable to distinguish the logic required for Free Text and shopping cart  catalog.
On what basis would i distinguish the logic to the workflow.
Can anyone help me in this regards,
I am facing the same issue for
Cost centre Approval
Prduct Category approval
Spend limit Approval.
For shopping Cart, How do i create the logic where there would be a distinguishing condition for the above mentioned approval process.
kindly help me !
shanky
Edited by: shanky s on Jun 15, 2010 9:23 AM

Hi,
If you are using Application Controlled workflow then the starting conditions for each workflow are defined in transaction SWB_COND.
The attribute &_EVT_OBJECT.EXISTFREETEXTLINEITEM& ( &EC Requirement Coverage Request.Free entry exists& ) can be used to to distinguish between free text items and catalog items. In this transaction you can search for the other attributes you wish to use in the start conditions. You can also see the list of attributes via transaction SWO1. Enter Object/Interface Type = BUS2121. Hit display and expand the attributes menu.
Kind regards,
Siobhan

Similar Messages

  • Enter a vendor error message for catalog shopping carts

    Hi Viewers,
    I am facing problem while creating PO in backend R/3 system by using catalog shopping carts.
    Procedure:
    I have created catalog shopping cart with vendor.
    when i click on order button shopping cart has been created successfully.
    But when i see the history in BBP_PD transaction it went to error.
    I can see the error message in RZ20 transaction under SAP B2B Procurement - Monitors -->Shopping Basket as follows:
    "Shopping cart 3000841126 (PO 2000251272): 06 049 Enter a vendor"
    Is there any config settings missed out or anything else need to do for the same.
    while transferring data from shopping cart to banckend system vendor is initialising.
    Please help me how to fix the issue.
    Thanks in Advance,
    Prashanth P.

    Hi Prashanth,
    This is very strange, please check if any of the following BADI's    
    are active, if so please temporarily deactivate them and retest. These would be the most likely cause of this as there are no notes about this. Also very few other customers with similar issue.     
    BBP_CREATE_BE_RQ_NEW                                                 
    BBP_CREATE_BE_PO_NEW                                                 
    BBP_CREATE_REQ_BACK                                                  
    BBP_CREATE_PO_BACK                                                   
    BBP_DOC_CHANGE_BADI                                                  
    Hope this helps,
    Kind Regards,
    Matthew

  • Flow of  PR Header text  into Shopping Cart

    Hi Friends,
    i have one requirement , i want flow PR Header text  into Shopping Cart  in custom text box ,  can any one have any idea on this, please let me know
    Thnx
    kumar Srin

    Hi,
    I guess this is not supported in the standard SRM. Try checking the text schema customizing in SPRO.
    regards,
    Girish

  • Text in shopping cart

    hi,
    Could any on tell me how to clean up the vendor text that is coming from a punchout external catalog into the Shopping cart..
    it is replacing some special charecters with # and every next line with ~.
    Regards
    Sunny

    Hi sunny,
    oops, afetr coffe, nothing... check in badi transfer catalog what is define in ENRICHED_ITEM_LONGTEXT or ET_SC_LONGTEXT if you use new structure. Vadim is right with UTF-8.
    Regards,
    Bertrand
    Message was edited by: Bertrand SEBE

  • Modify Text "Create Shopping Cart" in Webdynpro SRM 7.0

    I work with SRM 7.0 and we want change text of IVIEW when i create a shopping cart.
    The text is "Create Shopping Cart" and we must modify it.
    Information about IVIEW but don´t find modify it....
    General Information About the Application and Component
    Application: /SAPSRM/WDA_L_FPM_OIF
    Web Dynpro Component: FPM_IDR_COMPONENT
    Window Information: IDR
    View Information: IDR_VIEW
    Configuration ID: 7D48EBFA40CEFDAE3EBEFC45D888031E
    Information on Field
    Field ID: PAGE_HEADER
    Type of UI Element: PAGE_HEADER
    UI Element Library: PATTERN

    Hello José Luis,
    The texts have been hard coded in the method "GET_IDENT_TITLE" of the class /SAPSRM/CL_CH_WD_MAP_IDENT_SC for shopping cart business object.
    I hope you can create some Class Enhancements to change the title according to your requirements or there might be other approaches which i am not aware at this moment to modify these texts..
    Best Regards,
    Mani

  • How to change Vendor text  in shopping cart using BADI/Function module

    Hi
    If any could help me out that i want to change vendor text using BADI/FMs.
    Using  BADI" bbp_catalog_transfer"   i dint find any parameter for vendor text. please let me know if there any idea to resolve the problem

    Hi,
    you should find the vendor text within the BAdi
    BBP_DOC_CHANGE
    Method for shopping carts
    BBP_SC_CHANGE
    Here you could use the Changing Parameter
    CT_LONGTEXT
    The table contains 2 important fields:
    TDID, where you can identify the type of text, in your case this should be ITXT for standard shopping carts (vendor text within positions)
    TDLINE: which contains the text
    You are now able to change the vendor text directly within this BAdi with standard ABAP methods.
    Best regards
    Andreas

  • Internal note \ Vendor text in shopping cart not getting correctly saved.

    Hi SRM  folks,
    We are at SRM 4.0 with extended classic.
    We are facing issue with shopping cart ( BBPSC01 ) for  vendor text \ internal note in  " Documents and Attachments Tab" in item detail screen as below :
    Suppose we  enter below three lines in internal note \ Vendor text  as:
    XXX
    AAA
    CCC
    They will appear as below :
    XXX
    AAA
    AAA
    CCC
    CCC
    Line items are getting duplicated.  Please let me know  how this can  be resolved or if any SAP note available ?
    Moderator message - Please do not offer points or rewards
    Thanks in Advance,
    Sachin
    Edited by: Rob Burbank on Jul 30, 2010 9:39 AM

    Here is solution :
    kindly apply the following notes:
    1253076 No Vendor Text Exists Incorrectly Displayed
    1289174 Vendor text/Internal Note is not deleted
    1313904 Extra Line Breaks are added in Approval Notes
    After this please republish all of the Templates with the Report
    w3_publish_services.
    Afterwards the Template Cache has to be invalidated with the
    transaction sitspmon -> Tab "Template and Mime Cache" -> Button
    "Systemwide".
    If you use Proxy Server, you have to empty the cache there as well.
    Furthermore the Temporary Internet Data of the Browse has to be deleted.
    Retest the scenario and see if the behavior still persists.
    Those note  solved the issue

  • Supress vendor text in Shopping cart

    Hello,
    We want to supress the Vendor Text Box in the item details of the shopping cart.
    How can one accomplish this?
    Thanks,
    Aart

    Hi,
    If you need to hide the field,you can use badi BBP_UI_CONTROL_BADI .
    You can also Modify the corresponding HTML template in the ITS service BBPSC01 in SE80 for the reqd field.But the ITS chnages will be oevrwritten in case of upgrade.
    You can also try using screen variants.For details,refer the foll thread:
    Re: To make the field for Display only on the Shopping Cart Portal
    BR,
    Disha.
    Do reward points for useful answers.

  • SRM MDM Catalog - Shopping Cart Issue

    Hii All,
    I am doing SRM MDM Catalog, We have done with all the configurations and settings.
    I can search and select items in the SRM portal shop menu.
    I can even add the items to shopping cart and shopping list but the 'continue' button doesnt get enabled after doing this so cant proceed further.
    Kindly help.
    Regards,
    Poonam K

    Hi,
    There are some issues with importing parameters of the BBP_ENRICH_CATALOG Badi, 1429685 and 1591198, please ensure both are applied.
    Regards,
    Jason

  • Header Text in Shopping Cart

    Hi experts!
    We developped a Webdynpro ABAP for creating shopping carts in a more effective way. This ABAP has a header & item information. With a function module we transfer all data to SRM5.0 standard shopping cart. Now my question:  How can we transfer header information into shopping cart where only item level is awailable? I would like to add a customer field (header text) similar to approval note.
    We would be very grateful for any help.
    Many thanks and best regards,
    Corinne

    Hi Corinne
    Refer to these notes
    1016297
    1033563
    They might be helpful.
    Reward points if you found your solution through these notes.
    Thnx

  • Add Item "With Free Description" in shopping cart

    Hello Everyone,
    We have the following requirement in SRM 7.0.
    During creation of a Shopping cart, we use "Add Item with Free description" to add a new item
    When we click "Add Item with Free description" a pop up appears, and in this pop we needs to be updated with a new field called Supplier Product Number which is already available as a standard field in Item Data Tab of shopping cart when we click on Details button.
    Requirement is that, customer wants to enter this Supplier Product Number in this pop up screen along with item details, rather than entering it at item data tab. Could anybody suggest me the steps how to achieve this and also once the Supplier Product Number is entered in the Add Item with free description Pop up screen, it need to be synced and should appear in Item Data tab of shopping cart.
    Regards,
    Venkat

    Hi Venkat,
    This would require modification of the guided application framework view V_SC_DOFC_I_DESCRIBE to add a new field to the Window, please then check the WD ABAP Documentaiton for details on mapping this new field name to the supplier part number in the shopping cart, I would suggest however to simply fill it in after the fact, the pop up is designed to provide the minimum amount of information required to create the shopping cart, as supplier part number is not a required field in SRM, it is not available in this view. See below for details of the modification point:
    Application: /SAPSRM/WDA_L_FPM_GAF
    Web Dynpro Component: /SAPSRM/WDC_DODC_SC_I_DES
    Window Information: IV_L_FPC_POPUP
    View Information: V_SC_DOFC_I_DESCRIBE
    Configuration ID: /SAPSRM/WDCC_SC_I_DES_WIZARD
    Regards
    Jason

  • Hide/Display free Text in Shop page on role basis

    Hi All,
    In SRM 7,  I want to hide/display the shop-free text  on role  basis. Any suggestion welcome.
    Thanks,
    Sruti

    Hi,
    You can implement BBP_SC_MODIFY_UI BADI where you can set whether "Describe Requirement" link should be visible or not. Here you could check if user has a particular role and set the value.
    Rgds,
    Prasanna

  • Need to change the rejection email text for Shopping cart

    Hi,
    I need to change the rejection email contents which is sent when Shopping cart is rejected. I checked in workfow template WS14000133 but was not able to find from where the current email is being sent.
    Regards,
    Nikhil

    Hi Nikhil,
    Can you share as to how you were able to customize the Rejection mail text?
    Regards,
    Catherine

  • Non-catalog shopping cart - manual po not showing up when extracting

    I see the purchase requisition in table BBP_PDBEI. However, I do not see the associating manual created PO within this table. The manual PO has been created within ECC 6.0 and
    shows up when running BBP_PD. Therefore, I know its recognizing the link the between the purchase requisition and po within SRM. In addition, I have run the programs BBP_GET_STATUS_2 and CLEAN_REQREQ_UP with
    no luck.
    Why is the manual po not showing up in table BBP_PDEBEI? Why is the function BBP_SC_BW_GET_TD not getting the manual created PO? Suggestions?
    Thanks
    Chris Hitzke

    The BW team is using function BBP_SC_BW_GET_TD to retrieve purchase requisition and purchase order changes from SRM. In a non-catalog scenario, BW system is getting the purchase requisition from SRM but not the manual created purchase order (references purchase requisition).
    I see the purchase requisition and purchase in the function BBP_PD (SRM), which retrieves its information from tables srrelroles and bbp_pdbinrel. However, I do not see the manual created purchase order in table bbp_pdbei, which function BBP_SC_BW_GET_TD uses to retrieve the purchase order. Any ideas??? Should bw be using a different function for getting the po for a non-catalog scenario? I see no oss notes on this issue. In addition, I have run the program BBP_GET_STATUS_2 and clean program over and over. I have heard of consultants creating a trigger.
    Thanks
    Chris Hitzke

  • How to find Shopping Cart Workflow?

    Hi Experts,
    I want to find which work flow is triggered when I create a shopping cart. Can you please tell me the way to find this?
    Thanks
    Siddarth

    Hi Masa,
    List of message are as follows: -
    02/02/2010  05:04:48  20  Level  00000000000000088721
    @5D\QWarning@     Event 0EV_SC_001 get description error
    @5B\QInformation@     10 Execute event 0EV_SC_001 Check Existence of Free Text Item (Shopping Cart). 02/02/2010 03:04:48
    @5D\QWarning@     Expression 0B_SC_XSTFRTXTLNTM get description error
    @5B\QInformation@     41 Execute expression 0B_SC_XSTFRTXTLNTM An item exists from a free entry; result is empty
    @5D\QWarning@     Expression 0C_C1_C_FWFSCRLCNTNT get description error
    @5B\QInformation@     51 Execute expression 0C_C1_C_FWFSCRLCNTNT Class: /SAPSRM/CL_WF_RULE_CONTXT_SC; result /SAPSRM/CL_WF_RULE_CONTXT_SC
    @5D\QWarning@     Expression 0C_C2_C_GET_PROPERTY get description error
    @5B\QInformation@     51 Execute expression 0C_C2_C_GET_PROPERTY Method - Get Atrribute Value; result GET_PROPERTY
    @5D\QWarning@     Expression 0C_C3_C_XSTFRTXTLNTM get description error
    @5B\QInformation@     51 Execute expression 0C_C3_C_XSTFRTXTLNTM An item exists from a free entry; result EXISTFREETEXTLINEITEM
    @5D\QWarning@     Expression ZCHECK_FREE get description error
    @5B\QInformation@     41 Execute expression ZCHECK_FREE ; result is: =blank
    @5D\QWarning@     Expression ZR_FREETEXT get description error
    @5B\QInformation@     51 Execute expression ZR_FREETEXT ; result FREE
    @5D\QWarning@     Expression 0C_C1_C_FWFSCRLCNTNT get description error
    @5B\QInformation@     63 Execute expression 0C_C1_C_FWFSCRLCNTNT Class: /SAPSRM/CL_WF_RULE_CONTXT_SC; result /SAPSRM/CL_WF_RULE_CONTXT_SC
    @5D\QWarning@     Expression ZCHECK_PRICE get description error
    @5B\QInformation@     51 Execute expression ZCHECK_PRICE ; result G
    @5D\QWarning@     Expression 0C_C1_C_FWFSCRLCNTNT get description error
    @5B\QInformation@     63 Execute expression 0C_C1_C_FWFSCRLCNTNT Class: /SAPSRM/CL_WF_RULE_CONTXT_SC; result /SAPSRM/CL_WF_RULE_CONTXT_SC
    02/02/2010  05:04:48  8  Level 00000000000000088723
    @5D\QWarning@     Event 1EV002 get description error
    @5B\QInformation@     10 Execute event 1EV002 SRM WF BO-SC Approval Step 1. 02/02/2010 03:04:48
    @5D\QWarning@     Expression 1B_SC_GEN_APPROVAL1 get description error
    @5B\QInformation@     42 Execute expression 1B_SC_GEN_APPROVAL1 SRM WF BO-SC Generated Formula for Approval Step 1; result is: =blank
    @5D\QWarning@     Expression ZR_COSTCNTR get description error
    @5B\QInformation@     52 Execute expression ZR_COSTCNTR COST CENTER OUTPUT; result is empty
    @5D\QWarning@     Expression 0C_C1_C_FWFSCRLCNTNT get description error
    @5B\QInformation@     63 Execute expression 0C_C1_C_FWFSCRLCNTNT Class: /SAPSRM/CL_WF_RULE_CONTXT_SC; result /SAPSRM/CL_WF_RULE_CONTXT_SC
    Please check
    Thanks
    Siddarth

Maybe you are looking for