PO on R/3 not created from SRM Bid

Hello,
I create a contract on R/3 from a bid without problem but when i try a PO it is created only on SRM.
I´m using classical scenario, i define the backend system on
IF_EX_BBP_DETERMINE_LOGSYS~DETERMINE_LOGSYS
using
loop at item_data into line.
line-logical_system = 'BACCLNT202'.
line-logsys_fi = 'BACCLNT202'.
modify item_data from line.
endloop.
I implemeted bapi BBP_CREATE_BE_PO_NEW and BBP_CREATE_PO_BACK but the program dont go through them.
Do i miss some customizing??
Regards,

Hi,
We are having a very similar problem. 
We have used the BADI  BBP_DETERMINE_LOGSYS~CONTRACT_LOGSYS_DETERMINE.
If you look at the documentation for this it says:
"In the standard system, the system creates contracts locally from Sourcing and SAP Bidding Engine You can use this BAdI to determine a backend system.  The local system used by the standard system to create contracts is XYZ4711. In the field CV_LOGSYS, you enter the logical system ABC0815 that links to a backend system. In this way, contracts are created in the backend system."
Based on this information we put the following code in this BADI:
CV_LOGSYS = 'CSC_Q01030'.
But it still appears as though the system is trying to create a local PO. 
When we goto SM21 we see the following error:
BBP_PD 396 Purchase orders cannot be created without IPC pricing
This indicates that the SRM system is still trying to create a backend document or a local purchase order.  We are using the classic scenario (not extended classic) and want a backend R/3 document.
Can you check SM21 in your system as well as look at the METHOD that we have used and try it in your system?  Please let me know if any of this information helps or if you find another solution, maybe we can trade notes and resolve both of our issues!
Regards,
-Paul

Similar Messages

  • Is there any way to edit and save an existing spreadsheet file that was not created from my iPad? I get excel spreadsheets emailed to me and would love to edit them on my iPad and not ever use my PC.

    Is there any way to edit and save an existing spreadsheet file that was not created from my iPad? I get excel spreadsheets emailed to me and would love to edit them on my iPad and not ever use my PC.

    Thanks. I tried an app called Office2HD and it does exactly what I need. I can even email my edited file from this app.

  • Project is not created from Project PO

    Hi,
    I can able to create Project PO successfully. But Project is not created from Project PO. Giving message like
    Object Project Definition TN1.LEVBW.09004 could not be created
    Project TN1.LEVBW.09004 is currently being processed by WF-BATCH.
    As I investigated, the defect is caused due to a Lock of the PO in SAP while executing the workflow.
    I suspect this lock is getting caught in the function module 'ZPS_STUDIO_PROJECT_CREATE' in the include 'LZPS02F01', after calling the function module 'BAPI_PO_CHANGE'. (Since the PO is being processed by both transaction & workflow here).
    I've tried to change the 'COMMIT WORK' statement adding WAIT. But I'm still unable to resolve the issue.
    Please provide me the solution.
    Thanks,
    suresh

    It is due to same workflow is triggering with two business object.

  • Attachment not seen in PO created from SRM SC

    Hi,
    We try to send attachments from SRM shopping cart to Back end R/3. This attachment has to be captured in PO item.
    But it does not appear there. We have made all relevant configurations.
    When i search for the attachment in CV02N i can find the document created with the attachment and link is there between the document and the PO number.
    Even when the DMS document is attached to the PO manually and then viewed again in the PO through ME23N i could not find the attachment.
    I have made the same set of configurations in ECC6 and it appears to work fine.
    regards
    R.Rajesh

    Hello,
    Please check note 668062. Also make sure you have the most recent Java-Applet installed (note 1034072).
    Kind regards,
    Gaurav
    PLEASE GIVE POINTS FOR USEFUL REPLIES

  • Tax code determination when a PO is created from SRM

    Hi Experts
    I am using extended classic SRM 7.0
    When a PO is transferred to the SAP backend system, sometimes the TAX code is different from what was supplied in FM BBP_PO_INBOUND.
    It looks like; tax code determination in backend system determines a different code and does not use the tax code supplied when PO is created.
    Is there a way to override this tax determination in backend system so that it uses the Tax code supplied rather than determine a tax code that is different?
    This seems to be a problem when a new PO is created because when I change the PO and this sent again, the backend system is updated correctly with the Tax code supplied from SRM.
    I hope some has come across this type of situation and can suggest something.
    Regards

    I put your HTML page (TEST2.html) and CSS file (body_new.css) on my server and it looks OK.
    http://www.ossiningdesignguild.com/TEST2.html
    It's possible your web server is not properly configured and sends a Content-Type HTTP header that says text/plain instead of text/css for your style sheet file.
    If you're using Apache, have your server admin check the httpd.conf file for MIME type settings.
    Should they need assistance, send them here:
    http://httpd.apache.org/docs/2.2/configuring.html
    This is not a problem with your main site since the CSS is embedded, rather than remote.
    I'll call you after lunch.
    Ken

  • POR not transfering from SRM to ERP

    Hi Experts,
    We are working with extended classic scenario on SRM 7.0 & ERP EHP4.
    We are creating POR manually in SRM and also recieving POR from SUS system.
    When we accept the POR it is not updating the ERP.
    We have enabled the PI scenario for transfering POR from SRM to ERP by using the Proxy and IDOC(ORDRSP) but the XML is not generated when the POR is accepted.
    Can any one help me how to transfer the POR created in SRM to ERP.
    Is there any way we can generate XML message of POR with status Accepted.
    Regards,
    B.N.Karthikeyan

    Hi,
    I have tried this define event option.
    Still XML not generated for POR.
    Regards,
    B.N.Karthikeyan

  • Purchase order Acknowledgement not create in SRM?

    Hi there,
    We are able to create Purchase order in SRM, but we don't see PO Ack generated. How do we set up PO Ack in SRM? Are we missing some configurations?
    Any help is appreciated.
    Thanks,
    Karma

    Hi there,
    We have a scenario where we trigger,from portal, in R/3 to send Orders02 to XI,XI maps Orders02 to Purchase Order to XML, and  sends to a SRM system. We see a Purchase Order being created in SRM system, and ALE AUDIT Idoc is sent to the sender R/3 system sucessfully. Now, when we "confirm" the purchase order in the SRM system, this should automatically trigger a Purchase Order Response from SRM to XI and then from XI to the R/3. This part isn't working for us. Are we missing some configurations the SRM side?
    Does anyone know how to fix this problem?
    Any help is appreciated.
    Thanks.
    Karma

  • Work Items are not pulled from SRM into SAP Fiori

    Hi Friends,
    We are using Application controlled workflow in SAP SRM. As Fiori won't support application controlled workflow, I have followed the guide to configure the task as custom workflow in scenario definition. But its not pulling the work item from SRM in Fiori tile. My tile shows 0.
    When I  click on the same to go in, I am getting the below error.
    A problem occurred while reading the data
    Check the URL parameters and the scenario definition. To check the scenario definition, go to customizing for SAP NetWeaver Gateway and choose SAP NetWeaver -> Gateway Service Enablement -> Content -> Task Gateway Service -> Scenario Definition. 
    Tags edited by: Michael Appleby

    Hi Sasi,
    It would not be possible to use application controlled workflow with SAP Fiori approve shopping cart app. Please refer note 1962663 for more details on SAP Fiori approve shopping cart app.
    Regards,
    Amrutha

  • SRM alert configurations for SUS ASN not created in SRM SUS system

    Hi All,
    We are trying to configure the SRM ASN alerts with the alert category SRM_SUS_AVIS ( Alerts for ASN-SUS) by the same way we did for the SRM_BID_INV for bidinvitation in different client and scenario.
    Is the configuration for SUS anyway different than EBP? ( I have posted another thread for bid alert doubt and later it was configured and working fine sometime ago)
    If the config for SUS ASN alert is different then what is that?
    With our configurations in SLAERT and ALRTCATDEF, and thru RSALERTTEST job we are getting alerts for PO not viewed and Order confirmation not created.
    But we are not able to get alerts for ASN  not created.
    Can anyone throw some light on this please?
    Best regards,
    Sridhar

    Vendor data is maintained in table CRMD_PARTNER only when transactional documents exist for the vendor.

  • TO not created from TR

    Hi,
    I have the config set for creating auto TO from TR (in interface i have the setting for auto TO for movement type 311 and 201). But still the TO is not getting created for the TR. Kindly suggest me solution/reasons.
    Regards,
    samuel

    Hi Swagat,
    For the posting change what you said is exactly happening in my case. In my case it find both the destination storage type and interim storage type, so i want to write a code to ignore the interim storage type, but i am unable to find a exit as we run std MB!B transaction and after posting the document i am looking for an exit where i can write the code for creating TO.
    For TR, in my case storage type search is all defined well and i can manually create TO from TR with no problem, only that automatically system does not create TO for movement type 201.
    Your advice will be of great help, thank you again.
    Regards,
    Samuel

  • Schedule Lines not created from MRP

    Hi !!
    I have a finished product ""111-2523-64"" and in its BOM i have a semifinished product ""111-2523-64-010"" produced(Inhouse)& three raw materials .
    For the Raw Materials I have made the scheduling agreement & source list with indicator ("2"" create schedule lines automatically""
    Problem -: Now when I run the MRP using T-Code MD02 the system is planning the finished & semifinished product 
    *but no schedule lines are created for the raw materials.*
    Please Guide , Itz very urgent.
    Regards
    Rahul Bhardwaj
    9909986406

    Dear Rahul,
    When u r running MRP maintain '3' for Delivery Schedules Field under MRP Control Parameters ( T Code MD02). Sheduling Agreement should be valid. If there is sufficient stock on hand compared with the requirement then system will not create any Schedule Lines. In material master of raw Materials on MRP2 view Procurement Type should be Maintained as 'F'. If u have maintained 'E' or 'X' then MRP run will not create schedule lines.
    Regards
    Sunil Kumar

  • One action not creating from pa40 using  HR_MAINTAIN_MASTERDATA

    Hi Friends -
    I  am using FM       HR_MAINTAIN_MASTERDATA     for  creating action  'Expatriation Planning '   in  PA40
    which covers 0000, 0001 ,00002 and few more   but   immid after filling  0001 data and save it gives me error   0003 is not created for this employees and come out
    How i can correct it  as  00003  infotype looks like some backend IT  .
    Regards
    Meeta

    k

  • CFolders - SRM Integration. Collaboration Not created from Bidder

    Hi All,
    We are using cFolder Integration with SRM
    While an RFx is published by the Purchaser, a collaboraton is automatically created and the invited Bidder have READ acces to it. But when the BIDDER logs on and tries to create a bid, collaboration is not automatically created.
    I belive a private area in the collaboation should be automatically created. but this is not happeneing, says its authorisation error.
    Any role apart from SAP_CFX_User to be given to the Bidder user?
    Please advise
    Regards
    Aby

    closed. Implemented sap note 1375761

  • Item text and item note are not transfering from SRM to ECC on to PR

    Hello Expers!!!
    Due to some requirement we added some logic in BBP_CREATE_BE_RQ_NEW to print the used ID of the shopping cart creator on PR under item text requisitioner tab. but after moving these changes to production the item text(Vendor text) and item note(internal note) which are maintained in the shopping cart are not printing on the Purchase requisition under item text and item note tabs. these two texts were printing correctly before moving our changes.
    please suggest me how this item note and item text will print on PR. Is it a standard functionlity in SRM 5.0?
    is this because of move over changes?
    suggest me to resolve the issue....
    thanks in advance...
    Regards,
    CD Reddy

    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

  • Attachment is not transfering from SRM to SAP R/3 Backend

    Hi DMS Experts,
    I have an issue with document attachment which is not coming to SAP R/3 Backend.
    Process.
    1.Create shopping Cart in SRM system with attachment,
    2. Purchase requistion is created in backend replica of SRM shopping cart. but the attachment is not exists only document number exists in the DMS (CV03N - No attachment)
    can any one face this sort for issue before, kindly let me know what could be the casue,
    Cheers...Gopinath

    Hi Gopinath,
    could you please check if there is really no original file attached to the document info record. Therefore please execute report DMS_KPRO_READ in transaction SE38.
    Further please see also the information on page http://wiki.sdn.sap.com/wiki/display/PLM/Error26296in+CV01N.
    Best regards,
    Christoph

Maybe you are looking for

  • Error while running the object MATERIAL in T.Code R3AS

    Hi All, When I running the oject Material in T.code R3AS, I am getting the following error. Please suggest how to resolve.      001     The following Errors/Warnings occured. Do you want to continue?      002     MATERIAL: No active entry in Table SM

  • IN SE78 : WHILE UPLOADING THE TIF FILE I AM GETTING THE ERROR

    Hi , While uploading the drawing in se78 . iam getting the errror "erroneous tif formate" . PLz help me to upload the tif file  thro se78. even i removed the compression check box ,. Thanks, Rani

  • How to backup read only tablespace in rman

    Hi, I am using oracle 10gR2 in solaris 10. I am taking Rman full backup using catalog. My target database have 5 datafiles, in that one datafile is in read only mode. When I issue the backup command in rman. it takes only 4 datafiles. its not taking

  • Uploading data to OM infotypes

    Hi, Can anyone pls let me know what is the best method to upload data into infotyp hrp1051 its an OM infotype. AS per my search i understood PA infotype can be uploaded with HR_MAINTAIN_MASTERDATA. Here my doubt is Can OM infotypes also be updated us

  • Incremental Checkpoints

    Hi, I have a Oracle 10.2.0.4 Standard Edition database with a manual physical standby on a remote server. To synchronize my stnadby, I'm forcing a log switch then I copy the archive log on the standby site for recovery. I'm having several "Checkpoint