GR Based IV Flag for Limit Shopping carts.

Hello,
        We are on ECS SRM 3.0,EBP 4.0.There is a requirement to populate GR based Invoice verification flag (GR Based IV flag) for a PO for any  Limit shopping carts raised.For all other shopping carts this flag should not be set.One option we can think is a condition set in the Badi which replicates the PO to backend.Are there any settings to achieve the same.
Thanks
Rakesh.

Hi Rakesh,
As Dave said the simple way is using BADI BBP_CREATE_BE_PO_NEW.
There is a way to achive this for Limit shopping carts. Choose 'Confirmation and Invoice' as Follow-on doc in the Limit shopping cart, this will create PO with GR flag active always. But this will not solve your other requirement that all non Limit orders should create PO with no GR flag. In that case you need to use BADI again.
It is up to you, think and decide which way is better..:)
Thanks,
Jagadish

Similar Messages

  • Date Range for Limit Shopping Carts in SRM 7

    Classic Scenario:
    1. Create a Limit SC with Between Dates (date Range) with a sUpplier
    2. PO is created in BE only with a delivery date.
    I would like to get the date range in the header of the PO. Thoughts!
    Thanks

    Here you go.
    Use below SAP note for getting from and TO dates populated in ECC PO from SRM SC.
    This note will be released as part of SRM7 SP09.
    SRM 7
    Classic Scenario
    XI msg from SRM to ECC
    SAP note 1503941 and 1505317 in ECC and SRM respectively.
    Message Closed. Thanks
    Edited by: Netaji Gummadi on Sep 13, 2010 3:29 PM

  • Limit shopping carts in extended classic scenario

    How can we implement limit shopping carts in extended classic scenario. Has anyone done it? Thanks in advance

    Hi
    Which SRM version are you using ? It's possible to implement limit items concept in ECS Scenario.
    What exactly you are looking for ?
    Please have  a look to the following links as well.
    http://help.sap.com/saphelp_srm50/helpdata/en/40/654d216f12754e9decdaf4d360bc1c/frameset.htm
    http://help.sap.com/saphelp_srm50/helpdata/en/d1/77623c44696069e10000000a11405a/frameset.htm
    <b>Few SAP OSS Notes to refer in this case.</b>
    <u>Note 712702 ECS shopping cart with several limits
    Note 724261 Limit: Error during creation of local purchase order
    Note 694442 Limit SC: Customer fields not transferred to backend PO
    Note 690000 Limit SC: Customer fields not transferred in Backend PO
    Note 699255 Internal note and vendor text for LimitPO and LimitPReq
    Note 501977 Error with limit SC: "Unit measure has no ISO code"
    Note 520514 Limit, BBP_PD148: No account assignment details were adopted
    Note 514727 Limit: Contracts are not displayed in the status
    Note 516444 Account assignment check in the shopping cart with limit
    Note 515500 Limit:'Confirmation and invoice' indicator not transferred
    Note 515695 Invoice entry for limit shopping carts not possible</u>
    Regards
    - Atul

  • Limit Shopping Cart

    Hi Experts,
    What is a Limit Shopping Cart and how can we create one. ?
    How does it differ from a normal SC.
    Any inputs/documents will be of great help.
    Thanks,
    Radhika.

    SAP Note 1380879 - FAQ: Split criteria in the Sourcing
    Cockpit
    Hierarchies
    You can use this function in SAP Supplier Relationship Management (SAP SRM) to support sourcing of purchase requisitions for service items from SAP Enterprise Resource Planning (SAP ERP), including service item hierarchies. This allows you to support service structures with a maximum depth of five outline levels. In addition, hierarchies are supported in Supplier Self-Services (SUS), allowing supplier collaboration for back-end purchase orders containing service item hierarchies.
    Note
    Currently, RFxs, RFx responses, and shopping carts are supported in SAP SRM, whereas sales orders and confirmations are supported in SUS. For shopping carts, however, hierarchies are only supported when they have been created based on external requirements with hierarchies. In other words, you cannot create shopping carts in SAP SRM and then build hierarchies.
    End of the note.
    You can use outline items to structure service requirements, and break them down into their smallest components using configurable item numbering. Outline items are purely informational, and allow you to group subline items. They must contain at least one subline item, and do not trigger follow-on processes. Subline items can be either outline items or line items. Contrary to outline items, line items contain accounting information and trigger follow-on processes. You can roll down prices, and other information, such as business partners, delivery date, and account assignment, to lower levels. Similarly, you can roll up prices from lower levels and sum them up.
    Prerequisites
    In Customizing for SAP Supplier Relationship Management under  SRM Server  Cross-Application Basic Settings  Service Procurement  Activate Service Procurement , you must have activated the hierarchy function.
    You have defined settings as described in SAP Solution Manager under  <project name>  Configuration  SAP SRM <release>  Basic Settings for Service Procurement Classic  Settings for SAP SRM  Activate Service Procurement Classic . This configuration step applies to both SAP SRM and Materials Management.
    Example
    You could structure a computer delivery as follows, using configurable line item numbers:
    1 Outline IT Equipment
    1.1 Outline Laptop
    1.1.1 Material Hardware
    1.1.1.1 Info line RAM
    1.1.1.2 Info line DVD drive
    1.1.2 Outline Software
    1.1.2.1 Material Microsoft Office
    1.1.2.2 Material CAD
    Values are entered at item level and rolled up to the superordinate outline level, whereas the delivery date is entered at outline level and rolled down to the item levels.
    http://help.sap.com/saphelp_srm70/helpdata/en/20/7e0882554f422fae8c71ff51dc9ade/frameset.htm

  • Limit Shopping cart not cleared from sourcing.

    Hi All,
    We have an issue with the Limit shopping carts in sourcing. After the folllow on document [PO] is created successfully through Sourcing, the SC still shows up in the sourcing cockpit. The job BBP_GET_STATUS2 is running properly. In BBP_PD, we have the status I1113 - Follow-on Document Created.
    This happens only to the limit Shop.Carts and the normal SCs are cleared from the sourcing cockpit, as soon as the PO is created.
    Any suggestions?
    Thanks!

    As per standard after creating folow on document , the sc should not stay in cockpit/
    is it happening for all cart?
    what is the sourcing indicator value for that cart
    br
    muthu

  • Creating limit shopping cart using catalogs in SRM

    Hi,
    Can we create "limit shopping carts" in srm using catalogs or we can only use it for free text items? how do we integrate catalogs for use in "create limit item"? is it standard or required any customization? please explain.
    Thanks
    Deepu

    Hi. What you could try is using BBP_DOC_CHANGE_BADI.
    When SY-UCOMM = 'ADDI' that is when items are being added to the cart from a catalogue, presuming you have configured ADDI in your catalogue call structure.
    Then, you can try and change the item category to LIMI and see what happens.
    If that does not work (and I don't think it will be that easy) then you can create a limit item manually and debug the DOC_CHANGE BADI to look at all the item values to see what else might need assing in there.
    It might work, I have done some serious manipulation of items using this BADI.
    Regards,
    Dave.

  • Create Limit Shopping Cart from Catalog Item

    Hi,
    Can i create limit shopping cart for catalog item (External catalogs)
    Thx,
    jai

    Hello,
    For your specific achievment, you can use the following OCI parameter NEW_ITEM-CUST_FIELD to bring some additional data from external catalog (details which is related to limit) and modify the DOC_CHECK_BADI accordingly(to mix the catalog and limit SC type)
    Velrajan.S

  • Purchase Order not created for a Shopping Cart

    We have a few Shopping Carts created in SRM which did not transmit as PO to our backend R/3 system. This happened because our R/3 system went down for a couple of hours and the Shopping Carts were created during this time. We tried to submit these Shopping Carts through the Application monitor later and the SRM system gave a message "Processed Successfully". However, POs for these Shopping Carts were not created and the Shopping Carts have a status of "Item in transfer process".
    The Shopping Carts have already got a PO number assigned to them through the SRM system. However these PO's have not been created in the backend R/3 system
    We are struggling to find the failed RFC calls with the help of BASIS so that we can possibly reprocess them. Alternatively we are also looking for a way to retrigger the PO creation for these Shopping Carts.
    I need ideas to resolve this issue.
    Many thanks in advance.
    Susmit

    Not sure if you received an answer or not, but this is what we have had to do in the past:
    1.  Run BBP_PD for the shopping cart to see what the purchase requisition number will be on the backend system.  The requisition number will still be provided even if it fails to transfer to the backend.
    2.  Run FM BBP_PD_SC_RESUBMIT.  The object key field will be the requisition number; the object ID field will be the shopping cart number.
    Hope this helps.
    Monique Stephens

  • Work flow not created for the Shopping Cart

    Hi one of the customers created a shopping cart,in approval overview it is showing as no need of approvals,but the status of approval is 'awaiting approval', but workflow is not created for the Shopping cart. advised to re-order in change mode but still no use. please advise.

    Hi,
      what do you see in SLG1? Check the below t.codes
    SM58 - check for stuck remote function calls
    ST22 - check for system dumps
    SM13 - check for stuck update requests
    SM21 - check in the system log for anything unusual
    SWUD - run a consistency check on the workflow
    Saravanan

  • Purchase requistion number not been generated for material shopping carts

    Dear Experts,
    I am able to create a purchase requistion for text shopping carts once it is approved. For material if i create a shopping cart then status is showing approved(activated workflow without approval) but purchase requistion number not been generated.
    It was happening suddenly...earlier i was able to generate PR for material shopping carts.
    Please advise on this
    Thanks
    Ravo

    Hi Venkatesh,
    Can you please give me the detail requirement. If you want generate a PR for catalogue items then you have to maintain the setting in SPRO_>srm->SRM SERVER->cross application basic settings-> define objects in backend systems...
    Thanks
    Ravi

  • How to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM (ABAP Programming)

    Hi All,
    I have to Get Each line item Create and Approval dates for a SHOPPING CART in SAP SRM. Either a table, or any Function module, Method, please let me know ASAP. Same i can use in my Program.
    Thank you Very much.
    Regards,
    Ramesh J.

    Hi,
    Refer the below wiki link it may help you.
    Product catlog configuration for ECC - CRM - SCN Wiki

  • Indexing product data for embedded search for my shopping cart fiori app

    Hello Experts
    I'm doing indexing of product data records for SRM embedded search for My Shopping Cart Fiori app.
    however the job being created by the system to accomplish the task is, as error message displayed, not defined properly.
    any idea how to resolve this?
    i have no idea what program is this, and job details cannot be displayed/changed because of incomplete job definition.
    Appreciate any assistance pls.

    Hi Dex,
    Please check if there was a dump recorded in ST22. Also perform an authorization check SU53 for the background user that submits the job.
    Thanks,
    Vipin

  • 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

  • Error while creating confirmation for a shopping cart

    Hi,
    i have created a sample fm and am passing sample values that i got by debugging the standard portal and badi(bbp_doc_change_badi) together, to create a confirmation.
    I am getting the following error in the process,while debugging, in the lt_messages table:
    GUID or object type of the reference document is missing
    (BBP_PD msg no. 081)
    I also tried passing the sample values i got for guid and object type from bbp_pd but that too dint help.
    PS : the standard FM am calling in my sample FM is BBP_PD_CONF_CREATE.
    Please suggest a solution for this error.
    Regards
    Pratyusha

    HI,
    Are you in SRM 7.0 ?
    Confirmation can be created against Purchase Order. But I believe you are tyring to create against shopping cart.
    Kindly confirm.
    So, Please fill the reference object type and guid of PO.
    Thanks
    Rajesh K

  • Report to view the approvers for individual shopping cart

    Dear All,
    Is there any standard report or Table or FM to view the approvers who approved for a individual shopping cart?
    Regards
    KP

    There are a couple of reports that you can use.
    Try transactions SWI5 and SWI2_FREQ.
    Follow path SAP menu -> Tools  -> ABAP Workbench -> Development -> SAP Business Workflow -> Reporting -> Work item analysis
    The help for SWI5 is below:
    Workload Analysis
    Use
    Using the workload analysis, you can establish the workload of individual organizational objects (users, positions, jobs, work centers or organizational units.
    You can look into the past ("completed since...") and into the future ("to be processed by...") in order to establish workload.
    Features
    Workload for the past
    The selection produces a list of work items completed by the members of the organizational object before the specified date.
    A work item must meet the following criteria to be displayed in this list:
    The work item must represent a task that satisfies the selection criteria specified as a task filter.
    The work item must be a dialog work item.
    The work item must have the status completed.
    The actual agent of the work item is a user who is assigned directly or indirectly to the organizational object is specified.
    The result of the selection is displayed with the following information in the list Completed Work Items by Agent and Task:
    Organizational unit of the actual agent
    Agent
    Number of the task represented by the work item
    Date of final completion
    Work item text
    Processing duration
    If you double-click on an entry, you go to the relevant work item display.
    Formatting for statistical purposes
    The information can be formatted for statistical purposes.
    To do this, position the cursor on one of the columns Org. unit, Agent, Task or Date, and select the function Statistics.
    Depending on the column you selected, the following information is displayed:
    Organizational unit and number of work items completed by an employee from the organizational unit.
    Agent and number of work items completed by this agent.
    Task and number of work items for this task, which were completed.
    Date and number of work items completed on this date.
    In addition, the following times are calculated:
    10% threshold:
    For 10% of the work items, the duration of processing was shorter than the time specified.
    50% threshold:
    For half of the work items, the duration of processing was shorter than the time specified.
    90% threshold:
    For 90% of the work items, the duration of processing was shorter than the time specified.
    For more information, see Threshold Value and Average Value.
    Workload for the future
    The selection produces a list of work items that must be processed by the members of the organizational object by the date entered.
    A work item must meet the following criteria to be displayed in this list:
    The work item must represent a task that satisfies the selection criteria specified as a task filter.
    The work item must be a dialog work item.
    The work item must have one of the following statuses:
    waiting
    ready
    in process
    reserved
    executed
    The actual agent of the work item has to be a user who is assigned directly or indirectly to the organizational object is specified.
    This only applies to work items with the status waiting, in process, reserved or executed, since there can only be an actual agent in these cases.
    There has to be at least one user in the possible agents of the work item who is assigned directly or indirectly to the organizational object is specified.
    (This only applies to work items with the status waiting or ready since these do not yet have a actual agent.)
    The latest end for processing the work item must be before the date entered.
    The result of the selection is displayed in the list Workload for .... The list of work items is grouped according to actual agents and tasks. At the end of the list, the work items and tasks for which no actual user exists are displayed under the header Not reserved by an agent.
    When no date is specified, a user's workload corresponds to the contents of their workflow inbox.
    Operations on the list
    You can go to the definition of a task by double-clicking.
    You can display the work items for a task by double-clicking on the plus sign in front of the task.
    You can go to the work item display by double-clicking on a work item.
    Activities
    To call workload analysis, choose Tools ® Business Workflow ® Development ® Reporting ® Workload Analysis.
    To determine the past workload, select the option Completed since on the selection screen Workload analysis. For future workload select To be processed by.
    Use the input help for all other entries.
    Help for SWI2_FREQ is as follows:
    Work Item Analysis
    Use
    You can use work item analysis to carry out statistical evaluations on work items. The work items to be analyzed can be limited according to time, type and task.
    Features
    Work items per task
    Number of work items of the specified type or for the specified tasks, which were created in the specified period. The list is sorted according to task.
    Double-clicking on an entry in the list displays all the work items for the task in another list. From this list you can select  to go to the work item display and  to go to the workflow log.
    Work items with monitored deadlines
    Number of work items of the specified type or for the specified tasks, which are subject to deadline monitoring.
    The work items are displayed in an overview tree sorted according to the type of deadline monitoring and task. Double-clicking on an entry displays the work item.
    Work items by processing duration
    Information on the processing duration of work items of the specified type or for the specified tasks, whose processing ended in the period. The list is sorted according to task.
    Provided there are appropriate work items, the current period is compared with a prior period of the same length. The variances and differences are shown.
    For further information, refer to Technical Details on Calculation and Threshold Value and Average Value.
    Activities
    To call work item analysis, choose Tools ® Business Workflow ® Development ® Reporting ® Work Item Analysis ® ...
    Hope this helps.
    Keith

Maybe you are looking for

  • Log and capture with Sony A1U camera, Sony HD700 HDV deck

    Hello, I am still having problems capturing HDV from a Sony GV HD700. It sees the deck, can capture some, but then crashes. Anybody have experience with certain decks and cameras not able to capture with Final cut 7? I am stumped. Settings are HDV...

  • Show errors and test error

    I have used oracle 9.2 for 3 months. I install oralce client 9.0 in my computer. when I write stored procedure. I used SQL Plus to compile. We use package to wrap a store proceure in sql file. we use ref cursor variable to reture record sets to clien

  • How to programmatically add af:setPropertyListener to CommandImageLink

    Hi All, My Requirement: programmatically add af:setPropertyListener to CommandButton I referred this post how to programmatically add af:setPropertyListener to CommandButton and followed the following code. Code: // create a value expression ValueExp

  • Home DVD's on iPod video

    Does anyone know how to put regular DVD's on your iPod with video? Does it require special software? I'm not talking about home video's, just DVD's like, "Happy Gilmore". Thank you

  • Why is manual intervention required anyway?

    Hello, recently there were 2 announcements about "manual intervention required" in the news, filesystem upgrade initscripts update Questions: 1. Do I have to make these changes also, when I do a clean install with the actual image from 2011.08.19?