No Backend Document created

we have setup extended classic scenario in SRM 7. The Shopping Cart creates a local PO but there is no backend PO created. We do not see any errors in RZ20 or ST22. Are we missing any config? Appreciate any inputs.
Thanks,
AB

The status of the Shopping Cart in BBP_PD is:
Stats:                                                          
                  Status         Description                                Inactiv
HEADER     I1015          Awaiting Approval                     
HEADER     I1021          Created                               
HEADER     I1038          Complete                              
HEADER     I1106          Shopping cart ordered                 
0000000001 I1111          Item in Transfer Process           X      
0000000001 I1113          Follow-on Document Created            
We can see the local PO that is created but no backend PO.
Thanks,
Ashwani

Similar Messages

  • Number of document created in th backend in the classic scenario?

    Dear Experts,
    Could you please tell me the number of document and its details created in the ECC backend in the below cases?
    1. Case 1:
    Define backend objects:Purchase requistion created if no stock available.
    Is it correct that the system will create two documents here? The first document will be Purchase Requisition
    ( from the classic scenario) and then a purchase order has to be triggered manually from the PR?
    2. Case 2:
    Define backend objects: Purchase Order if data complete, otherwise Purchase requisition.
    Here, if all the data are complete and the system directly creates Purchase Order in the ECC backend system. From the shopping cart in SRM, one can see only ECC backend purchase order, no purchase requistion. If i check the Purchase Order in ECC backend system, I donot see any purchase requistion with reference to the Purchase Order.
    Could you please help here? What are the number of documents created here? It is one or two (both purchase requisition and Purchase Order).
    Is it not a violation of standard classic scenario if only one document is created?
    Thanks and regards,
    Ranjan

    Hi,
    In other words in the shopping cart is approved
    1) If the source is assigned  -It will create a P.O in  the backend  (Classic)
    2) If the source is NOT assigned  -It will create a P.R in the backend (Classic) .. you have to assign a  source
    Regards
    G.Ganesh Kumar

  • Backend document number not getting updated

    Hi ,
    Shopping cart is not getting updated with backend document number in follow on document section
    I am getting graphic display but no backned doc number
    I am on EBP 5.0
    Has anybody come acroos such issue any solution?
    Thanks in advance
    Diwakar

    HI Diwakar,
    Check in table BBP_DOCUMENT_TAB if any follown on document available wrt to SC...
    also you can do one thing...open SC in BBP_PD transaction...select line item & check for  Follow-On Document Object ID in Backend in table BBP_PDBEI...
    also meka esute that this document is created  in R/3..if follow on document is available in R/3 then it's a problem with BBP_GET_STATUS_2..
    Let me know ur findings..
    BR
    Bharat M

  • Some backend documents could not be generated or are incorrect - Contract

    Hi SRM Experts,
    I am trying to create Contract with Carry out Sourcing and reference to Shopping Cart. But, I am able to create Contract with Error like "Some backend documents could not be generated or are incorrect". Please let me know do I need to do any configuration settings or implement OSS Note to fix for my problem.
    Kind Note: System is not updating Purchasing Organisation and Purcgasing Group at Contract Header Level. I treid to use BAdI (change BAdI) to update Organisation details - got Organisation details from Shopping Cart and updated in Contract change BAdI (Org Structure).
    SRM Version: 4.0 with Extended Classic scenario.
    Thanks a lot in advance for your help.
    Thanks,
    Sudarsan

    Hi Muthu / SRM Gurus,
    I removed BAdI implementation for Contract. I am still gettign error message.
    When I create contract from Carry Out Sourcing I am geeting error message "Some backend documents could not be generated or are incorrect" and when I create contract with Process Contract I am not getting any error.
    Can anyone guide me or suggest me to fix this issue?
    Thanks a lot in advance.
    Thanks,
    Koyya

  • S/C approved..but no backend document exist

    Hello SRM Gurus,
        I have witness a strange problem for one of my shopping cart..S/C is completely approved but no backend document is created w.r.t it...there is no entry in table BBP_PDBEI for field BE_OBJECT_TYPE & BE_OBJECT_ID (fields are empty in BBP_PD)
        Also in table CRM_JEST(Status table)entry is missing for following status which appears once the document is posted.
               Status       Description               Inactive
    0000000001 I1111     Item in Transfer Process         X
    0000000001 I1113     Follow-on Document Created
    I have tried to push this S/C manually by FM " BBP_REQREQ_TRANSFER & BBP_REQREQ_RESUBMIT" But doesn't produce any desirable result.
    Not finding any way to dig into the problem?? please help if u have any solution..
    Note: Full point will rewarded for a fruitful solution..
    BR
    Bharat M

    Hi,
      Generally, if the SC is approved and but no document gets created in backend, a good place to look for problems
    will be the application monitors (assuming you have the authorization for this transaction). If you have this authorization, then, once you go to bbpstart, then on the left side of your screen you have the application monitors - which shows various errors occuring at various levels.
    Mostly, one of the areas like Backend Application errors, Not transferred to backend etc, throws more light on what the nature of the error is. In most cases, these point to some configuration errors or configurations that need to be checked.
    Please let me know if you have checked the application monitors.
    Best Regards,
    Lakshmy Shankar

  • Pages 5.5.1: When opening a document created with Pages '09 (Version 4.0) with Pages 5.5.1 the page header and the page footer are deleted. How can this be prevented? Or is this a bug in Pages 5.5.1?

    Pages 5.5.1: When opening a document created with Pages '09 (Version 4.0) with Pages 5.5.1 the page header and the page footer are deleted. How can this be prevented? Or is this a bug in Pages 5.5.1?

    Same problem here (no graphics in header or footer) and the problem has been reported months ago. It is another bug/feature lost when Apple moves from 09 to the iCloud-compatible versions.  Complain to Apple, you may have better chance than me and they may finally listen to their users....

  • Can not add function to pages-document created with Applescript

    If I create new document using the GUI (New document) I can place the cursor within any table-cell, type "=" (equal sign) and f.e. "2+2" which will result in a cell showing a "4".
    If I create a document with Applescript, I can not add new functions (neither by typing = nor by using Insert >> Function (may be different, I have German version here). Already existing functions (which already were in the template) can still be used and work as expected but can not be altered.
    Any idea?
    I use Pages '08, Version 3.03
    Code I used to create the document:
    tell application "Pages"
    launch
    make new document at front with properties {template name:templateName}
    # Angebotsnummer ins Dokument schreiben
    tell body text of front document
    make new paragraph at after paragraph 1 with data angebotsNr
    set paragraph style of paragraph 2 to "Überschrift"
    end tell
    # Datei abspeichern
    set dateiName to missing value
    repeat until dateiName is not equal to missing value
    set dateiName to text returned of (display dialog "Datei Name:" default answer angebotsNr & "_" & kundenName) as text
    end repeat
    save front document in angebotsOrdner & dateiName
    end tell

    I apologize but the given script can't run.
    The variable templateName is undefined.
    The variable angebotsNr is undefined too.
    About the described behavior, it's a bug which I never discover before.
    It's always striking in Pages '09.
    Here is the report which I filed :
    Bug ID# 8704270
    Summary:
    +Odd behavior of tables in Pages documents created by a script+
    +Steps to Reproduce:+
    +Run this huge script+
    +tell application "Pages"+
    +make new document at front with properties {template name:"Blank"} (* "Vierge" on French systems *)+
    +end tell+
    +Insert a table+
    +try to insert a formula+
    +Expected Results:+
    +I assumed that I will get the formula editor which I get when the document is created by hand+
    +Actual Results:+
    +There is no way to get the editor, no way to insert the equal character.+
    +This odd behavior strike in all versions of Pages '09 and Pages '08+
    Regression:
    +None to my knowledge+
    Yvan KOENIG (VALLAURIS, France) dimanche 28 novembre 2010 11:30:29

  • Occasional letters missing in pdf document created in Acrobat XI Pro

    I have been working on a pdf document created from Indesign By Acrobat XI Pro that will be for online download. The first version was fine. Links had to be added and some of the text coloured. After edits occasional letters have gone missing throughout the document. Why on earth is this happening? I now have to go through the entire document with a fine toothcomb before submitting it to my client again. It doesn't make me look good!
    Any ideas?
    Salli G.

    I suspect that you somehow deleted the embedding of the fonts. Check the document properties and be sure all fonts are embedded.

  • How to update sales order number (KAUFN) characteristic in the profitability segment of the PA document created at the time of service entry sheet confirmation, as a result of shipment cost document

    Hi,
    We have a scenario wherein we create shipment cost documents against delivery. As a result of shipments fully transferred, a PO for freight vendor is automatically created and a service entry sheet confirmation happens. As a result of service entry sheet confirmation, we have Financial accounting, Controlling and profitability analysis documents created. We have a requirement wherein we need to have the characteristic “sales order number (KAUFN)” populated in the profitability analysis document created as a result of service entry sheet confirmation.
    Could someone please advice how could this be attained in COPA. Thanks for your help in advance.
    Regards,
    Sandeep

    Hi Ajay,
    Thank you for the quick update.
    The document is updated to COPA through OKB9 settings. The profitability segment is updated with fields like customer, product, company code, plant, sales area data, profit center, etc; however the sales order number is missing.
    Could you please elaborate further how could FI substitution be implemented to call for the FM COPA_PROFITABILITY_SEGMENT through user exit? Are you recommending the substitution through GGB1? What could be the possible validation to call for the user exit to be implemented?
    Regards,
    Sandeep Kulkarni

  • Pages App on Mac won't open documents created on iPad

    My pages app on my mac wouldn't open documents created on my iPad, it said that I needed to down load the newest version which I belive I had.  So I put it in the trash hoping I could re install but now I can't open it at all :-(

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

  • Can't open documents created in Pages with macBook pro running maverick

    Hello,
    I just bought the new MacBook Pro and downloaded iWork.  Now when I create a document in Pages and save it to Documents, I can't open it.  I get an error messages saying a file is missing.  Also, all my old documents created with Pages that I transfered from my old MacBook won't open.  It says file too old, need to save to Pages 09. 
    Tried opening the old documents in Pages 08 and saving them, but still can't open them.
    Any suggestions?

    Further to my earlier post about this problem, our IT man came in to the office, by coincidence, so I grabbed him and it seems that he has cracked it.
    You need to proceed as follows :
    Select the document by single click on the icon (i.e. select it but don't double click which will try to open it.)
    Go to File Menu and chose "Get Info"
    Half way down the drop down menu, chose "Open with" then select Pages 4.0 (i.e. the iWorks 9 version)
    This process will open that particular iWorks 8 document.
    But, if you also tick the "Change All" box it means that opening with the new version of Pages will become the default and will apply to all iWork 8 documents so you should not need to bother with this ever again.
    So far, that seems to work.
    (One might have thought it would have been a good idea for Apple to have built this in as a default ?)

  • Since I updated my pages to 5.01, I can't open documents created on my iPad today. It says you need a new version of pages to open document.  (My computer says it is installed).  Has any one encountered this?

    Since I updated my pages to 5.01, I can't open documents created on my iPad today. It says you need a new version of pages to open document.  (My computer says it is installed).  Has any one encountered this?

    Well, here's what I found out that works for me...
    I had a Pages icon on my dock, and launching it brought up version 4.3.  But I went to my Apps folder and found the new updated icon there and when I launced that it brought up version 5.01.  So apparently the Apple update process left two versions launchable on my iMac.  Weird...
    Rocketman

  • I recently accepted an automatic update to pages on my MacBook Pro. I can no longer open pages or documents created through the older version of Pages......Any suggestions?

    I recently accepted an automatic update(January, 2014) for Pages on my MacBook Pro. I can no longer open Pages or documents created with the prior version. Any suggestions as to how to correct this problem?

    Open Activity Monitor. Select All Processes instead of My Processes at the top and then reorder everything by highest CPU usage. Take a screenshot and post the image here.

  • Does iWork for iOS allow me to open and edit documents created in the Microsoft Office suite?

    Hi all,
    I have just purchased an iPad 2 32Gb. I want to be able to use it for work.
    I need to be able open and edit documents created in Microsoft Office. Primarily .doc and .docx files. Is this possible? or am I better with D2 or Documents to Go.
    Also, can I save a document attachment from an email and open it on my iPad for reviewing and editing?
    Cheers
    Mr Bunyip?

    Bunyip in a Mini wrote:
    I need to be able open and edit documents created in Microsoft Office. Primarily .doc and .docx files. Is this possible? ...
    Yes, "pages.app" will open these files. In the same manner "numbers.app" will open xls,xlsx and "keynote.app" will open powerpoint files.
    iwork09 files from a Mac can also be opened. And you can save each files back in various file formats, also save them  as pdf.
    Also, can I save a document attachment from an email and open it on my iPad for reviewing and editing?
    Yes. "open in .." then a suitable app is in the list : say you get a docx, then pages will be presented as app to open it.
    Cheers
    Mr Bunyip?
    Enjoy it.

  • I downloaded the latest version of Pages 5.0 and have been using it for days.  Now, when I try to open documents created with this version, I'm advised that I need latest version of Pages to open.  What's going on?

    First time user.  Need help.  I downloaded latest version of Pages 5.0 and have been using it.  Now, when I try to open documents created by it, I'm advised that I have to downoad Pages 5.0.  What's going on?

    You have 2 versions of Pages on your Mac.
    Pages 5.2.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed over 110 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    You can add the icon of the missing Pages on your Dock or open Pages from the Apple menu > Recent Items list.
    Or you can archive Pages 5 so that it doesn't automatically open.
    If you are unhappy about this review/rate Pages 5 in the App Store.
    Peter

Maybe you are looking for

  • Error while calling java using pl/sql

    hi.. i would like to load and call simple java into oracle database. this is my simple java code. public class SimpleJava { public void main(String[] args) { System.out.println("Here we are"); then, i created .class file and ready to be loaded into o

  • Re: Drop in speed from 17Mbps to 6.4Mbps

    You should be so lucky! I tested my system today and it was the best it has been for weeks. Between the BT exchange and home it was 1.95MB, with a download speed of 1.68MB and an upload of 0.37MB. Dropped from 17 to 6.4!!! I ask you..... And its cost

  • Work-Flow : Reg PO Release

    In the PO Release work flow what is the Agent ID ?

  • Is there any help for a cracked iphone after dropping it?

    is there any help for a cracked iphone after dropping it?

  • Mobileme account and itunes

    I want to use my mobileme account as my default ID in itunes but it say I cant use it.  I log in using my mobileme accunt and then go into my account settings to change to my mobileme email address but it says I cant use it.  Am I doing something wro