Sc not transfered to backend rfc error after bapi_po_create1 ?

I have one user who's shoppingcarts are not transferred to the backend. when I try to transfer it manually with BBP_PD_SC_TRANSFER I get an rfc error after the bapi_po_create1
for the rest the whole system is functioning as it should but only for this user the shoppingcarts are not transfered. I also don't get any errors back from the bapi.
anybody got a clue what can be wrong with this particular user ?
I checked everything in ppoma but can't find any flaws or errors.
kind regards
arthur

>
Virender Singh wrote:
> Hi
> Did you check the Error Log in RZ20. There has to be something wrong in this shopping cart data. Is the SC Approved? What is the error shown by BAPI_PO_CREATE1?
>
> Regards
> Virender Singh
I am a bit closer to the answer I guess. no there were no erros given with  BAPI_PO_CREATE1
fuzzy part however with the sc was that there was only an acc_no of 002. since the last hrsps on the backend the   BAPI_PO_CREATE1 gave errors back that it didn't accept 002 without a 001
so I checked in a badi if there were acc_no with 02 and 100% costassignment and transfered these back to 01
with the badi BBP_CREATE_BE_PO_NEW. that was working very nice until one user could not transfer any shoppingcart anymore. I saw that she had a workprocedure that caused the 02 acc_no (she used copy paste) when I let her do it without copy paste and just change it then the shoppingcart created a PO.
but I'm puzzled what I'm missing here and why it most of the times work but sometimes it just doesn't give any errors back and no purchasenr but just an exception others.
can I debug this further on in the backend somehow what causes the exception ?
kind regards
arthur

Similar Messages

  • Classic scenario-SC not transferred to backend,short dump in ecc

    hi Guru's,
    Classic scenario, sc not transferred to backend, executed FM bbp_pd_sc_resubmit, short dump occurred in the backend stating call function not found
    please help
    short dump file attached
    regards,
    kiran

    Hi Kiran,
    Could you please send the DUMP for analysis.
    Please try to use this -
    This is the new report BBP_SC_AUTO_RETRANSFER to change the status from
    I1111          Item in Transfer Process
    I1112           Error in transfer/ transmission
    Thanks,
    From RBEI,
    Snehal

  • Free of charge items, ie price = u00A30.00 are not transferred to backend.

    Free of charge items, ie price = £0.00 are not transferred to backend. PO created with held status, but the SRM PO item IR flag is selected. If we manually amend the SRM PO item to remove the 'invoice receipt' flag, then save the PO, the PO does get to the backend with a price of zero, the IR flag de-selected and the 'free' item flag selected.
    How do we manage to get the PO with free items to the backend without having to manually change the held PO in SRM? We are on SRM 5.0 using extended classic.

    Hi
    <b>We have done this type of requirment.. several times.. This is easily possible ..</b>
    <u>You need to Implement the BADI - BBP_CREATE_PO_BACK using SE18 Transaction.</u>
    <b>Either you can do this sample code inside BAPI (Make changes accordingly) or inside the BADI - BBP_CREATE_PO_BACK / BBP_CREATE_PO_BACK_NEW depending on your requirement.</b>
      LOOP AT po_items INTO ls_po_items WHERE net_price IS INITIAL.
    * Reset the IR Indicator for Items with Zero net price
        ls_po_items_add_data-po_item = ls_po_items-po_item.
        ls_po_items_add_data-ir_ind  = space.
        ls_po_items_add_data-gr_ind  = 'X'.
        ls_po_items_add_data-gr_non_val = 'X'.
        APPEND ls_po_items_add_data TO po_items_add_data.
      ENDLOOP.
    <b>Related link -></b>
    Re: Final Entry/ Final Invoice Indicator to be checked Auotmatically
    <u>Do let me know.</u>
    Regards
    - Atul

  • Requirement Tracking Number Not Transferring to Backend

    SRM 5.0 SP 7 - ECS
    We've configured our system to allow users to enter the tracking number withing the Basic Data section of the cart, however when the PO is created in the backend the tracking number details are not transferred.
    I assumed that this would be standard functionality but obvisouly it's not.
    Any ideas / sample code would be gratefully received.
    Keith

    Hi,
    Please check here :
    https://forums.sdn.sap.com/click.jspa?searchID=5007432&messageID=3851280
    Kind regards,
    Yann

  • Getting RFC error After system Refresh

    HI Gurus,
    Recently our SRM  QA client was refreshed from Prod and all the RFC connections are pointing to R/3 Production client instead of R/3 QA Client. Because of this reason we are unable to replicate the Product ID's from R/3 to SRM. Also all the attribute values are showing the source sustem as Producion instead of QA R/3.
    We have verified the following and everything looks good.
    1. Table CRMMLSGUID - R/3 logical system as QA R/3.
    2.We ran the report RHOMATTRIBUTES_REPLACE  for the attribute SYS but.no update.
    3.SPRO u2192 Supplier Relationship Management u2192 SRM Server u2192 Technical Basic Settings u2192 ALE Settings (Logical System) u2192 Distribution (ALE) u2192 Basic Settings u2192 Logical Systems u2192 Define Logical System.
    4.SPRO -->Supplier Relationship Management -->SRM Server ->Technical Basic Settings ->Technical Basic Settings.
    5. SPRO ->Supplier Relationship Management -->SRM Server ->Technical Basic Settings ->Define Backend System for Product Category.
    Your response is highly appreciated.
    Thanks,
    Sada.

    Hi,
    After refresh to QA, there may be refresh fpr RFC users.
    Please check
    a)RFC Users with Pwd are exists , if not create new.
    b) Maintain those users /pwd/client in SM59.
    Hope this will work for it.
    Rahul Mandale

  • RFC Error after applying SP on ECC 6.0

    Hello,
    We upgraded the ECC6.0 to SP level 22 for EA-HR and SAP-HR components and SAP Basis,ABAP and BW components to 11 which are a part of ERP6.0 stack 10...now when I try to run the ESS/MSS service on EP7.0 I get the following error while trying to open any service:
    com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Inconsistency in the Dictionary for the structure ABAP-generation exit error., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
         at com.sap.pcuigp.xssutils.pernr.FcEmployeeServices.initPernr(FcEmployeeServices.java:255)
         at com.sap.pcuigp.xssutils.pernr.FcEmployeeServices.onInit(FcEmployeeServices.java:220)
         at com.sap.pcuigp.xssutils.pernr.wdp.InternalFcEmployeeServices.onInit(InternalFcEmployeeServices.java:249)
         at com.sap.pcuigp.xssutils.pernr.FcEmployeeServicesInterface.onInit(FcEmployeeServicesInterface.java:135)
         at com.sap.pcuigp.xssutils.pernr.wdp.InternalFcEmployeeServicesInterface.onInit(InternalFcEmployeeServicesInterface.java:183)
         at com.sap.pcuigp.xssutils.pernr.wdp.InternalFcEmployeeServicesInterface$External.onInit(InternalFcEmployeeServicesInterface.java:243)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:920)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPM.attachComponentToUsage(FPMComponent.java:889)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent$FPMProxy.attachComponentToUsage(FPMComponent.java:1082)
         at com.sap.xss.hr.us.w2reprint.VcUsW2Reprint.onInit(VcUsW2Reprint.java:257)
         at com.sap.xss.hr.us.w2reprint.wdp.InternalVcUsW2Reprint.onInit(InternalVcUsW2Reprint.java:237)
         at com.sap.xss.hr.us.w2reprint.VcUsW2ReprintInterface.onInit(VcUsW2ReprintInterface.java:163)
         at com.sap.xss.hr.us.w2reprint.wdp.InternalVcUsW2ReprintInterface.onInit(InternalVcUsW2ReprintInterface.java:144)
         at com.sap.xss.hr.us.w2reprint.wdp.InternalVcUsW2ReprintInterface$External.onInit(InternalVcUsW2ReprintInterface.java:220)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:437)
         at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:195)
         at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:707)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:779)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:714)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:69)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1248)
         at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:353)
         at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:551)
         at com.sap.portal.pb.PageBuilder.wdDoInit(PageBuilder.java:190)
         at com.sap.portal.pb.wdp.InternalPageBuilder.wdDoInit(InternalPageBuilder.java:150)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:707)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:269)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:759)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:712)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.aii.proxy.framework.core.BaseProxyException: Inconsistency in the Dictionary for the structure ABAP-generation exit error., error key: RFC_ERROR_SYSTEM_FAILURE
         at com.sap.aii.proxy.framework.core.AbstractProxy.send$(AbstractProxy.java:150)
         at com.sap.pcuigp.xssutils.pernr.model.RHXSS_SER_EMPLOYEE.rhxss_Ser_Get_Employee_Data(RHXSS_SER_EMPLOYEE.java:184)
         at com.sap.pcuigp.xssutils.pernr.model.Rhxss_Ser_Get_Employee_Data_Input.doExecute(Rhxss_Ser_Get_Employee_Data_Input.java:137)
         at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:92)
         ... 66 more
    Any help would be highly appreciated.

    Hi Subash,
    Have you created SSO b/w ECC and EP or using integrated EP 7.0
    You need to create Internal RFC bound to communicate data b/w ECC and EP, please check the setup guide of ECC, this error is not belongs to SP or Stack.
    Regards,
    Amit Lal
    Reward if helpful

  • Deleted limit item not transferring to backend PO

    Hi,
    I have created Shopping cart of service line item and approved, after that i have added limit item and approved the order,
    Now i dont want that limit item, i have deleted the limit line item.
    the problem is in the SRM PO the value is decresed but in backend it shwing both the prices,
    and one more thing is in the backend i can see only one line item having both service item and limit item as in the srm two line items exists,
    now the user is asking after deleting the limit item in the SRM in the backend why it is not showing only undeleted price in the Po netprice, as in srm the PO price is as per the required.
    Please suggest is this std setting or what to do ..
    Regards,
    jairaj

    Hi
    For limit cart you need to create a seperate cart. It will not mix with any other cart.
    regards
    satish

  • PO Attachments using Carry Out Sourcing not transferred to Backend

    Hi SDN Team,
    I have an issue with PO Attachments using Carry Out Sourcing.
    The version I am using is SRM 5.0 which is connected to SAP ECC 6.0.
    The necessary configurations for attachments are made in ECC.
    When I create a SC through the normal procedure, with PR and PO getting created, the Attachments are getting transferred to the backend ECC, with the following code in the BADI BBP_CREATE_PO_BACK, method FILL_PO_INTERFACE.
    Code :
      clear cv_attach_use_url.
      cv_attach_transfer_active = 'X'.
      cv_attach_be_doc_type     = 'SRM'.
      cv_attach_be_storage_cat  = 'DMS_C1_ST'.
    But, when I create a SC, then create a PO via Carry Out Sourcing, that is the direct PO without PR getting created, the attachments are not flowing to the backend system.
    1. Now, is there any specific settings which needs to be made for PO Attachments using Carry out sourcing?
    2. I am aware of the BADI "BBP_CREATE_BE_PO_NEW", but even that is not helping me at the moment.
    3. There are no entries created in the table BBP_PDATT too, also no document is created in CV02N tcode in ECC.
    Since I am new to SRM, your valuable suggestions, would be of great help.
    Thanks for your assistance in advance.
    Best Regards,
    Arun.

    Please use program BBP_REQREQ_TRANSFER to create PO in R/3.Let me know you face further problem.
    Sanjay

  • PO Account Assignment Fund Change is not transferred to backend

    We are on SRM 550 SP10 ECS.
    When a PO is being changed, if the fund is changed, that change does not get transferred to R/3. The old Fund when the PO was created is retained on the R/3 side. On the SRM side the new fund is retained.
    Note:
       The fund that I am talking about is under the Account Assignment link of Item data. If the Cost center is changed the new cost center is reflected to the backend.

    Hi KA!
    Have you found a solution to your problem? We have the same problem and is looking for the FM to get the fund center and commitment item from back end.
    Sincerely
    Anders

  • Windows could not finish configuring the system error after sysprep /generalize

    Hi
    I just installed Windows 7 Ultimate RTM off from technet and as always I do make use of WIM images on having them deployed to my home PC's
    I was able to have it installed on a clean machine and once the wizard appeared i immediately entered Audit mode (shift+ctrl+f3) and the usual I loaded all of the software i need to pre-install after I was done I Immediately loaded sysprep and had it with the generalized option
    now this is where the problem begins....... after it restarts during the "Setup is starting Services" screen it gives me a message box error saying "Windows could not finish configuring the system. To attempt resume configuration, restart the computer" and once I press ok it jsut restarts and gives the same error again.
    This does not happen when i dont select the generalize option in sysprep.
    Anyone who had the same issues?

    I now have the ACTUAL SOLUTION to this problem.  This solution will actually tell you exactly what registry key is causing your sysprep to fail, so then you don't have to slowly install
    every program until you find the problem -- especially since this didn't work for me because my problem has been intermittent.
    This issue is caused by certain registry keys that are either:
    a) Larger than 8kb
    b) Set with incorrect permissions
    c) Corrupt in some way
    For me, the problem was intermittent (same registry key would sometimes cause the issue and sometimes not - must be corrupt sometimes) so it was impossible to tell what program was doing it.  Luckily, there is a log you can look at that will tell you
    exactly what registry key is erroring out.  Here are the steps for getting the log you need to see:
    When you see the error message, do the following:
    1.) Push Shift+F10 to get to a command prompt
    2.) Navigate to C:\windows\Panther
    3.) Find the Setup.etl file and find a way to copy this file off of the system (I copied it to the D:\ partition and used Ghost to gather that partition and get the file off)
    4.) Copy the setup.etl file from the corrupted system to another computer that has Windows 7.  Put it on the root of C:\ for easiest access.
    5.) Open a Command Prompt on the Windows 7 computer.
    6.) Navigate to the root of C:\ (or wherever you saved the file)
    7.) Type "tracerpt setup.etl -o logfile.csv"
    8.) Close the command prompt and open up logfile.csv in your text editor of choice. 
    9.) Look through the log file (towards the end probably) for messages that say "Failed to process reg key or one of it's decendants"  For me, the exact eror looked like this: "Failed to process reg key or one of its descendants: [\REGISTRY\MACHINE\SOFTWARE\ESET\ESET
    Security\CurrentVersion\Plugins\01000200\Profiles\@My profile]"  If you search for "reg key" or "failed to process" you should find the failure.
    10.) Remove this software from your image, or find out how to get the registry key that is failing to work properly.
    After this, you should be able to properly identify any problem keys and remove/workaround them on your image.
    I see this post is about a year old at this point, but after searching the internet for weeks, I had high hopes for this solution. It seemed to go well, but the logfile.csv doesn't have the word "fail" in it anywhere...no "reg key", nothing. Did a sysprep
    install with an unattend.xml answer file that seems to be working properly, but hangs at "Setup is starting services." forever.
    At this point, I'm pretty convinced that the problem is a service or reg key error from one of the apps I installed during audit mode, but I can't tell which app/service is causing the problem.
    Are there any other methods for viewing failed services or registry errors that would cause the sysprep install process to hang at "Setup is starting services."?
    Willing to post logfile.csv from the "tracerpt setup.etl -o logfile.csv" command, or other log files such as setupact.log, etc. Nothing popped out at me.
    For now I think I'll start making multiple .wim files with only certain software installed to try to discover which application is the culprit...just wish there was an easier way.

  • Oracle 10g Taskbar not displaying to see the error after running the form in explorer

    Hi
    1- When we compile and run the form in forms 10g output in Internet Explorer and Avant Browser. can not see teh taskbar to see the error message, how to check the error when you run the forms in explorer there is no taskbar under the forms
    2-  When we compile and run the form in forms 10g output is displayed. ... Background has an "Oracle logo" where is the location of this Logo
    Watiing for reply thanks.

    Leopard007 wrote:
    1- When we compile and run the form in forms 10g output in Internet Explorer and Avant Browser. can not see teh taskbar to see the error message, how to check the error when you run the forms in explorer there is no taskbar under the forms
    Check the Module property: Console Window.  If this property is null, then the Status Bar will not be displayed during runtime.  You have to set this property for each form.
    Leopard007 wrote:
    2-  When we compile and run the form in forms 10g output is displayed. ... Background has an "Oracle logo" where is the location of this Logo
    The "Splash.gif" is located in the frmall.jar file. What is it you want to do?  Do you want to use a different spash image during application startup?  If yes, you can display a different startup splash image by using the splachScreen= parameter in the formsweb.cfg file.  The replacement .gif file must be located in the directory specified in the imageBase= parameter.  Keep in mind that this file will need to be signed or you will get a security warning.
    Craig...

  • URL webdynpro was not called due to an error after integration

    Hi All,
    I have integrated SRM (ABAP) to EP(dual-stack) portal system (both are EHP1) which are freshly integrated using BS: SRM-Portal (Basic Configuration) V1.
    I've checked SRM web based GUI "http://<hostname>.<FQCN>:8002/sap/bc/gui/sap /its/webgui"
    and it's working, but when i tried to check webdynpro,
    "http://<hostname>:<FQCN>:8002/sap/bc/webdynp ro", i couldn't connect to the link. I already read this sap note "1088717 - Active services for Web Dynpro ABAP in transaction SICF" and compared all services in SRM (ABAP) that should be activated but this error still persists. I already changed this parameter icm/host_name_full and SAPLOCALHOSTFULL.
    Error in accessing webdynpro link:
    Note
    The following error text was processed in the system SR2 : WebDynpro Exception: Application // Does Not Exist
    The error occurred on the application server MDCSAP05_SR2_02 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: RAISE of program CX_WD_GENERAL=================CP
    Method: IF_WDR_RUNTIME~GET_RR_APPLICATION of program CL_WDR_MAIN_TASK==============CP
    Method: CREATE_APPLICATION of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Any solution for this? Please help thanks!
    Best regards,
    Tony

    Hi,
    If you called this URL : "http://<FQDN>:<port>/sap/bc/webdynpro"
    The error is normal : you tried to call the webdynpro runtime without telling which webdunpro application you want.
    A real webdynpro URL looks like : http://<FQDN>:<port>/sap/bc/webdynpro/application
    Regards,
    Olivier

  • PO not transferred to backend

    Hi! I have a shopping cart which was approved but stayed on the 'Approved' status without the PO being created. I have run CLEAN_REQREQ_UP and BBP_GET_STATUS_2 and have checked RZ20 but couldn't fix it. There is no entry in RZ20. We are still on SRM 3.0. I found a note 982441 which might solve this problem but we need time to get the program created and pushed through to production. So, in the meantime, I would like to find out whether there is any function module that I can run to create the PO in the backend. Note that via BBP_PD, I can see the GUID and BE_LOG_SYSTEM but not the PO number in BBP_PDBEI table. Because I do not have the PO number, I cannot use SPOOL_PO_CREATE_DO to create the PO. I also cannot use BBP_PD_SC_RESUBMIT.
    Any idea on resolving this would be very much appreciated.
    Cheers!
    SF

    Please use program BBP_REQREQ_TRANSFER to create PO in R/3.Let me know you face further problem.
    Sanjay

  • 'Item dependency "CURRENT_YEAR" not found in the EUL' error after 4i to 10g

    Hi All,
    I have successfully completed a Discoverer 4i to 10g (10.1.2.48.18) upgrade. There is only one EUL (EUL_US) and it has been upgraded to version 5.1.1. All the Workbooks are saved to the File System. However, during testing some of the Workbooks error when I try to open them in 10g - they still open successfully in 4i.
    <Dialog Box> Item dependency "CURRENT_YEAR" not found in the EUL
    <Dialog Box> Attempt to open Workbook failed
    CURRENT_YEAR is a function of custom Package RESEARCH.UDEF which is valid both at a database level and at a Discoverer Admin 10g Register PL/SQL Functions level.
    I tried deleting the Function "CURRENT_YEAR" from the 10g Admin Edition Tools -> Register PL/SQL Functions and then importing it again. I received the same Dependency error.
    Now the really bizarre thing.....
    The Workbook (2MG.DIS) has 2 Worksheets that both have Calculations that reference function CURRENT_YEAR. If I open the Workbook in Discoverer 4i, delete one Worksheet and save as 2MGb.DIS, then reopen the original and save the other Worksheet only as 2MGc.DIS. Both the individual Worksheets open in Discoverer 10g but the combined Workbook still gives the Dependency error. Weird huh?
    Any ideas help appreciated as I'm pulling my hair out here (and I need what I've got leftl!).
    Kind Regards,
    Gary.

    Hi all,
    The answer was really quite simple but it was what I hadn't included in my post that would have made it impossible for you to help.
    I hadn't mentioned that I was initially upgrading from 3i and it all seemed successful. I however was trying to open the Workbooks that had been created in Discoverer 3i directly in Discoverer 10g. That would explain the "bizarre" feature as I detailed in the post. As soon as I save the Workbook in 4i then I can open without issues in Discoverer 10g.
    Thanks for viewing my post and for your response Gianluca.
    Kind Regards,
    Gary.

  • Confirmation Control Key not transfered to backend

    Hi All,
    I have a problem for SRM POs. We have a particular Confirmation Control Key(CCK) configured for a vendor in the vendor master.
    Whenever a PO is created in SRM and transfered to R/3 this value needs to be populated in the R/3 PO as well. However this is not happening for all the POs.
    A few POs are having the CCK and few dont have it. Any idea why?
    Regards
    Zubair

    Hi Zubair,
    Check the following threads which might help you in resolving your issue.
    Confirmation Control Key
    Re: PurchOrder <PO number> : Enter Conf. Control
    If the CCK is not maintained in vendor master it would be maintained in Configuration. If not check the purchase info record or the contract reference.
    This might be the reason why for some vendor P.Os its coming and for some its not coming.
    Check the same and let us know in case of any further clarifications.
    Regards,
    Teja

Maybe you are looking for

  • ECS SRM 4 price zero in local PO

    Hi experts, when ordering free goods in extended classic local PO, the flags invoice expected, GR/IV & GR expected have to be unchecked. As the flags are on header level this is valid for all PO line items. As a consequence, free goods have to be ord

  • Css not working in AIR app?? Help Please :(

    Hi Everybody, Really hope someone can help with this as I can't find the solution to save my life. In my css file I have: #map2{     border-color:red;     border-style:solid;     border-width:1px;     height:130px;     width:84%;     float:right;    

  • Error in refreshing materialised view

    Could anyone help me with this error? When I am trying to refresh this materialised view, I am getting this error. Materialised view is built properly. BEGIN dbms_mview.refresh('ITAM.ITAM_SW_LICENSES_ASSIGNED_MV', 'C'); END; ERROR at line 1: ORA-1200

  • Can anyone knows how to fix back camera having pink lines when i use it so please help me  thank you

    can anyone knows how to fix back camera having pink lines when i use it so please help me  thank you <Email Edited by Host>

  • TS1424 Problem downloading a song from iTunes on Mac OS 10.7.4...

    I have a message:  "There was a problem downloading (song title).  The file seems to be corrupted.  To redownload the file, choose 'Check for Available Downloads' from the Store menu."  I did this four times with the same result.  Any ideas?