SRM 7.0  Unable to create PO - Classic Scenario.

Hello,
We are able to successfully create the below scenario.
PR in ECC --> Get PR in SRM --> Start Collective processing -> Transfer to Central System (SC is created for the PR @ this time) --> Create RFx --> Rfx Response --> Create PO. (PO is created in ERP, Classic Scenario)
We are able to get the PR & we are able to create SC successfully and the PR/ SC is available in Sourcing cocpit.
Able to create RFx --> Rfx Response.
Now once the RFx Response is Accepted --> We go for creating PO.
Classic Scenario.
The error is due to pricing - debugged and checked as mentioned in my earlier message.
IPC pricing is switched off and the BADI for simple pricing is activated.
Error :   " Message A BBP_PD 396 cannot be processed in plugin mode HTTP "
But this is due to pricing is what i guess.
Error is raised in FM "BBP_PDPRC_UPDATE".
Kindly Suggest.
Unable to Create PO
Regards.
Edited by: Purshothaman P on Jul 6, 2010 1:50 PM

Hi,
Please check and run the following reports (se38): BBP_CND_CUSTOMIZING_CHECK & RSVMCRT_HEALTH_CHECK and post back the results.
Note for BBP_CND_CUSTOMIZING_CHECK also run 'Simulation of Pricing with Manual Price' (scroll down after executing the report initially).
Also the badi information you activated tells us a lot. Although i take it that you executed and read everything that's included in the transaction information. The following sentence gives a prety doubtfull feeling for the CPPR scenario to work for your configuration:
SAP recommends using this BAdI only in exceptional cases and only after checking thoroughly if it is compatible with the Business Scenarios used.
Note: From what i've just read IPC has to be disabled, certain badi's etc. need to be disabled. And VMC (sap basis) has to be configured. Please view: [http://help.sap.com/SCENARIOS_BUS2008/helpdata/EN/9C/F90B7CB34A4889935D1733C6756D5B/content.htm]
Could you also please check and provide whether 'normal' SRM classic scenarios like: SC -> PO do run within your system. Also the error and information you have provided is very little.
Kind regards,
Tim

Similar Messages

  • Local PO created in classic scenario

    Hello,
    We're on SRM 5.0 and we try to create a PO from an accepted bid.
    For some reason however if the subtype of the external req. SC, from which the Bid Invitation was created, is DP (direct procurement) a Local PO is created insteed of a backend PO even though we use the classic scenario.
    Did anyone else encounter this problem ?
    kind regards
    Pieter Serruys

    Hi,
      Pls check the foll setting in SPRO:
    SRM server>Cross application settings>Define objects in the backend system.
    Also,when creating PO from BID,you can define the system where you want to create the follow on doc to be created   i.e. either in SRM or R/3 through the BADi "BBP_DETERMINE_LOGSYS".
    HTH.
    BR,
    Disha.
    Pls reward points for useful answers.

  • Purchase order in not created in classic scenario

    hi everybody,
    we are using classic scenario.System is unable to create a PO direcetly in the backend .it created a pr when the shopping cart is created in R3.i have done complete settings like define backend objects ,and in shopping cart i have entered price as well as vendor.kindly let me know the solution.
    thanks
    chakradhar

    Hi. Muthu is probably right, are you entering a fixed vendor from a contract or are you keying in a desired vendor?
    If you key the vendor in you will get a req, as it is not a fixed source of supply.
    To make it fixed you have to use the BBP_DOC_CHANGE_BADI to change the partner type from preffered to fixed.
    Regards,
    Dave.

  • Invoice posting in SRM 5.5 version i.e in Classic scenario.

    Hi Gurus,
    This is classic scenario and version 5.0 .
    I have done the invoice and see the status as completed in SRM and it was not updated in the SHC history and neither I can see the follow on document in the R/3
    I guess Invoice gets posted thru Idoc and do SRM have any kind of job to update the shopping cart history also.
    similar to CLEAN_ REQREQ_UP for PO?
    Regards
    Srujan K

    Hi Srujan,
    You should MANUALLY run update reports CLEAN_REQREQ_UP and BBP_GET_STATUS_2.
    Sometimes the background jobs doesn't pick up some documents, I don't know why this is.
    You should do this every so often which should clear a lot more items from table BBP_DOCUMENT_TAB.
    Hope this helps.
    Kind Regards,
    Matthew

  • SRM PO replication to backend ECC (Extended Classic Scenario)

    I would like to have inputs on this scenario, as which BADI we need to use and what we need to do exactly to replicate PO from SRM 5.5 to ECC 6.0.
    Thanx and Regards

    Hi,
    just try out the following:
    If you activate the BAdi, make sure to take over all Import params into your Export params!
    Otherwise data may be lost!
    Here is an example:
    *-- data declaration
    Data:  wa_longext like line of ct_longtextt,
              wa_item like line of et_item,
              zw_index type sy-index,
              zw_counter type ec_counter.
    *-- take over all import data to exp params
    es_header = is_header.
    et_item[] = it_item[].
    et_partner[] = it_partner[].
    et_account [] = it_account[].
    et_orgdata[] = it_orgdata[].
    *-- Change data
    *--  modify given vendor longtexts (ITXT) for example with a standard text
    *-- for all positions
    clear zw_index.
    Loop at ct_longtext into wa_longtext.
    zw_index = zw_index + 1.
    if wa_longtext-tdid eq 'ITXT' ." Vendor Text
    wa_longtext-tdline = 'Here your Text'.
    modify ct_longtext from wa_longtext index zw_index.
    endif.
    endloop.
    *-- or if you would like to add a line of text to a position
    *-- loop over positions and read text for vendor text
    loop at et_item into wa_item.
    clear zw_counter.
    loop at ct_longtext into wa_longtext
    where  guid = wa_item-guid
    and     tdid = 'ITXT'
    and tdspras = '???'." -> your language (E= English, D= German...)
    endloop.
    *-- if position contains vendor texts already, you know the counter index
    *-- add 1 to counter to get the "new" index for your new line
    zw_counter = wa_longtext-counter + 1.
    wa_longtext-guid = wa_item-guid. "to combine the text with the SC position
    wa_longtext-tdid = 'ITXT'.
    wa_longtext-tdspras = '??'.
    wa_longtext-counter = zw_counter.
    wa_longtext-tdline = 'Your Text'.
    append wa_longtext to ct_longtext.
    endloop.
    This is just an example which I have coded right now.
    Hopefully without any syntax errors.
    Of course you have to adopt this coding to your requirements.
    Best regards
    Andreas

  • Classic scenario - goods receipt in SRM

    Hi,
    I've seen on a business scenario document of SAP that even in the classic scenario it's possible to execute goods receipt by the requester in SRM. My question is: if in classic scenario the purchase order is created on R/3, how can the requester create goods a receipt in SRM for a specific PO? Does SRM get data (items, supplier, etc.) from a R/3 PO in the creation of a goods receipt document?
    Regards,
    Cristiano Soares

    HI SRM GURU
    We are implementing SRM 4.0 and follow a classic scenarios.
    While creating a shoping cart the approval of Shopping cart is based on various attributes like
    Material Group + Cost Center  + Value .
    Can I change the standard workflow conditions and add new conditions like material Group and cost centers.
    So that when I create a Shopping cart and change the cost center in the shopping cart, it goes to the head of the new cost center(for Approval) which is manually entered in the shopping cart.
    Can this control be achived through the Org plan attributes.
    Regards,
    Nimish Sheth

  • Contract Creation in SRM 7.0 classic scenario

    Hi All,
    We are using SRM 7.0 Classic scenario with ECC 6.0 EHP 4 and CLM 2. We are creating contracts in SAP CLM and pushing into as Global outline agreement.
    Question is  -
    1)  Can we  create  contracts in SRM 7.0 Classic scenario ?
    2) Instead of transfering the ECC outline agreement to SRM , can we directly use ECC outline agreement as a source of supply in SRM while creating a SC.
    3) How  we can  transfer the SAP CLM 2.0 contracts into SRM 7.0 and use a source of supply there while creating a SC ( Considereing that these CLM contratcs are also transfered to ECC as a outline agreement)
    What are the mandatory fields required to transfer the CLM contracts contracts to ECC  outline agreement -  I know ,Vendor, Purchase org, Pur grp, company code are required - is product catagory is also a mandatory field.
    Rgds/Pawan

    Hi Pawan,
    Please find the answered for your questions:
    Question is -
    1) Can we create contracts in SRM 7.0 Classic scenario ?
    Mitesh: Yes we can very well create in Classic Scenario as well in SRM 7.0.SC can be pushed to SOCO based on the Prod Category configuration in SPRO.From SOCO PO, Contract and RFX can be created for SC.
    2) Instead of transfering the ECC outline agreement to SRM , can we directly use ECC outline agreement as a source of supply in SRM while creating a SC.
    Mitesh: I dont think we can use ECC outline agreement as source of supply in SRM while creating SC.Contract replication in SRM 7.0 with EHP 4 ECC is eSOA based and ONLY Outbound to SRM (inbound to ECC).Contract cannot be replicated from ECC to SRM.
    3) How we can transfer the SAP CLM 2.0 contracts into SRM 7.0 and use a source of supply there while creating a SC ( Considereing that these CLM contratcs are also transfered to ECC as a outline agreement)
    +Mitesh: Standard intergeration of CLM/ESO to SRM 7.0 is very much there in roadmap for future releases of SRM/ESO.+
    +As of now there is a consulting solution available to integerate ECC and ESO/CLM.+
    +This logic can be leveraged to integrate ESO/CLM to SMR 7.0 (or lower version) requiring Developement effort from SRM functional,SRM technical,PI, Basis,ESO and java consultants.+
    +Such contracts can be forced to be used as Source of Supply or alternatively replicated to ECC Via standard repliation scenario.+
    Hope this helps.
    Regards,
    Mitesh

  • Receiver SOAP channel error: Communication over HTTPS. Unable to create a socket

    Hi,
    I am getting following error while sending message from PI (7.1) to SalesForce system:
    'SOAP: call failed: java.io.IOException: Communication over HTTPS. Unable to create a socket'
    Scenario: Sending Customer data from SAP via Async proxy to PI which is sent further to SalesForce system via SOAP webservice call.
    When I am trying to Post data to the same webservice via SOAP UI it is working fine and data is getting updated in SalesForce system.
    XPI inspector logs for the channel suggest the following:
    client [103965] RequestImpl.initSslAttributes(): Initially sslAttributes = null
    client [103965] RequestImpl.initSslAttributes(): Cannot find SSL headers in the request.
    client [103965] RequestImpl.initSslAttributes(): No SSL attributes: not found in headers and not searched in FCA, because connection.isSecure() = false; sslAttributes = null
    I have checked the following SAP Note and requested for updation of SSL icm parameters
    891877 - Message-specific configuration of HTTP-Security
    I checked the following discussions:
    http://scn.sap.com/message/8910518#8910518
    http://scn.sap.com/message/6244674#6244674
    http://scn.sap.com/thread/2100000
    http://scn.sap.com/thread/1632114
    which are suggesting a different approach. Kindly suggest a way forward.
    Thanks,
    Vishwajeet

    This is related network issue.
    Did you do telnet in pi server with target system ip and port?
    If you use https then you need to install certificates.
    Check below threads
    http://scn.sap.com/thread/190299
    Unable to create socket error

  • PO creation problem with classic scenario

    Hi All,
    We are in SRM 7.0 nad have mapped extended classic scenario. Now we want to map the Classic scenario only for a specific company code. So, my question is can we map the classic scenario on company code specific.
    I tried maintianing the document type & number ranges in R/3. Maintained the number ranges & transaction type in SRM.
    Also implemented BADI BBP_EXTLOCALPO_BADI.
    But after creating the SC the status is "Approved" but no PO getting created in ECC. On observing RZ20 there is an system error for the number ranges.
    Please let me know if I am missing some steps.
    Thanks in advance.
    Regards,
    Abey.

    HI,
    Make sure the PO number range in ERP is same in SRM. Also have the external checkbox checked for PO number range in ERP.
    Also have the same transaction type in SRM and ERP. Where the ERP transaction type should have external number range as the above mentioned profile.
    Regards
    Sam

  • Direct Procurement in Classic Scenario

    Hi Experts,
    We are on SRM 7 Ehp1, ECC 6 Ehp4.
    Classic Scenario.
    1. I have read in the forums , that in Classic Scenario, direct procurement is possible but the system behaves like Extended Classic and creates a Local PO. Just want to confirm this and if yes , does this happen as a standard or do we need to implement any BADI or anything to achieve this.
    2. Also , in Classic Scenario, PDP scenario , can we transfer stock items(Direct Materials) PR's into SRM system or are there any limitations.
    Thanks
    Aditya

    Hi Aditya,
    You are right. Classic system behaves as extended classic for Direct procurement scenario. Your PO will be created in SRM itself and a copy of this will be sent to ECC. This happens as a standard and no BADIs need to be implemented for this.
    Also in your classic system, you can transfer stock PRs into SRM. These will be available as shopping carts in the sourcing cockpit.
    Regards,
    Nikhil

  • Classic scenario-Doubts

    Hi
    I am using IDES(SRM 7.00 withou EHP1) and trying to understand the configuration behind Classic PO.
    I have deactivated extended classic scenario and sourcing is not carried out for Product category.PI is not enabled .
    I think i have done the necessary configuration required for generating Classic PO and the PO also got generated but i am not able to edit the PO in Backend due to which i am assuming that this PO got transferred from the SRM as the backend PO is not a leading PO
    So how can i be sure that the PO which appears in backend is created from  Classic scenario and not extended classic scenario.I am not able to edit this PO in backend as i get the message that " BBP Purchase order cannot be changed".
    Is the value of field STATU in table EKKO different for PO created from Classic/extended classic scenario.
    Thanks

    Hi,
    the easiest way to find out, which follow-on documents have been created is to check the "Related Documents" tab of the Shopping Cart on the UI ("Document Number" and "Backend Document Number") or the Header/Item links with tc. BBP_PD.
    Regards,
    Timea

  • Purchase Order Response in Classic Scenario

    Hi Experts,
    Implementation Scenario- CLASSIC
    SRM Server - 5.0
    Question-
    1) Within Classic Scenario, is it possible for to create Purchase Order Response in SRM for a PO which is already created in backend? This PO is generated by a shopping cart in SRM.
    Best Regards,
    Amit

    Hi Amit,
    You can create POR for a PO which is already created in backend, no matter if its created with reference to SC in SRM. This POR would be done by the supplier in SUS scenario.
    It possible in both, classic and ECS scenario's.
    Regards,
    Prashant

  • SUS / no goods receipt doc to backend  in extended classic scenario?

    Hello
        have you any find  a solution for problem
        in SRM/SUS and goods receipt in extended classic scenario. Gr remains  only in SRM not going to backend...
    Brg Harri
    Message was edited by: Harri Harkonen
    Message was edited by: Harri Harkonen

    Hi Christophe,
    We also have this issue. Goods Receipt from SUS is created in SRM but is not posted in backend (we have implemented extended classic scenario).
    I tried to use the BBP_DOC_SAVE_BADI to created an idoc which posts the material document in backend system (using fm IDOC_GR_CREATE).
    The goods receipt is posted in backend this way.
    Unfortunately we are not able to cancel or make a return delivery on this GR.
    I am very interest in your FM. Could you please share this, or tell me what changes you made to the GR in SRM.
    Thanks in advance.
    Rgds,
    Martijn

  • Classic scenario & Extended classic scenario

    Hi Experts ,
    I am new to SRM ,  Is it possible to combine both classic scenario & Extended classic scenario . if it possible , then how to achieve this .
    Regards
    Vel.

    Hi Vel
    I suggest that instead of checking the possibility of implementing any combined scenario's like how you have asked ( Classic+Extended classic scenario).
    You need to map the Business requirement and how the Business teams wanted to handle the PO ,GR etc and accordingly you have to plan for implementation scenario. You can' customise the standard SRM delivered options for these scenario . I t is advisable to either go for Classic or Extended classic.   But combination of Classic & stand alone scenario is possible.
    for your ready reference i have given below capabilities of all scenarios, which you may already know..
    Key implementation scenarios
    u2022     Classic
    o     Implement EBP and one or more ERP system . All shopping carts refer to MM process in your ERP backend, your   ERP is the leading system. GR (Confirmations and invoices can be entered in Enterprise Buyer or ERP back end system
    u2022     Extended classic
    o     Purchase order is created locally within EBP system , if the data in the shopping cart is insufficient to generate a complete purchase order. The data is supplemented manually within the enterprise buyer system EB is the leading system , GR,IV can be done in both EBP and ERP system.
    u2022     Decoupled
    o     Combination of  classic and standalone scenario ,some items are locally handled, some items are transferred to the ERP back end system
    o     We are able to send PO from both the system.
    u2022     Standalone
    o     Your SC items create local procurement only, this means all the follow on doc like GR,IV will be done at EB system only.
    o     Only commitment & invoice posting will be done at ERP backend
    You can get the final Business requirement and plan.
    Regards
    Narahari

  • How differentiate POs classic scenario and POs extended classic scenario?

    Hi Gurus,
    Is possible determine that some POs are generated in SRM system and send to R3 (Extended classic scenario) and other POs only to send from SRM to R3 system (classic scenario) in the same system?
    How we can differentiate which POs should be sent to R3 (classic scenario) and which not? Is possible use type of document for example? Could you explain me if exists standard process?
    The objective is determining the following: Is necessary differentiating POs created in SRM of importation and  should be sent to R3 system (classic scenario), and in case of local POs (not importation) is necessary extended classic scenario.
    I have understood that there is a scenario that includes the Classic and Extended Classic, I think is called Decoupled scenario.
    Thanks for your help!!

    Hello,
    Yes this is possible.
    You can do it automatically based on the product category. You must define the back-end system you wish to use for each product category by making the relevant settings in Customizing for SAP SRM under SRM Server --> Technical Basic Settings --> Define Backend System for Product Category
    Check the online documentation here: http://help.sap.com/saphelp_srm701/helpdata/en/f3/6f505050404ce99151722a79a2c089/frameset.htm
    You can also use Business Add-In BBP_EXTLOCALPO_BADI to overwrite settings made in Activate Extended Classic Scenario and implement more rues for the scenario determination, e.g. based on the purchasing organization for manually created PO's.
    First you set you system to Activate Extended Classic Scenario : SPRO --> SAP Supplier Relationship Management --> SRM Server --> Cross-Application Basic Settings --> Activate Extended Classic Scenario.
    Then you set exceptions in the BAdI.
    Regards
    Franck

Maybe you are looking for

  • How do I share iTunes access privileges with another user on my mac?

    My wife and I use the same Mac. I recently created a separate user account for her after upgrading to Mountain Lion (so that we can get full functionality out of the new features). I gave her user account full administrator access as well as read & w

  • Can't remove Failover Cluster feature on Windows 2008 R2

    Hello When remove the Failover Cluster feature has following message: Cannot remove Failover Clusting This server is an active node in a failover cluster. Uninstalling the Failover CVlustering feature on thos node may impact the availabilty of cluste

  • Audio fade in

    when I add audio it keeps putting about 30 secs. of silence at the beginning of the song. I have loaded different songs and opened new movies. How to I remove the fade in

  • HT204085 how to deactivate iphone from icloud account ?

    i dont have the iphone 5s as its in the repairs and they are saying i need to deactivate my iphone to complete the repair? is there a way i can deactivate my iphone online?

  • Ps Elements 8 crash on Win7

    My photoshop elements 8 has just crashed,  No error message, just a flash and the a black screen and the microsoft Windows 7 goes into "safe mode".  Also will not open in "safe mode" if that helps. Microsoft says it is error 150:30 but from what I re