PARTNER SHIP_TO ADDRESS NOT FOUND problem in PDP---Please help

Hi all,
We are using the plan driven procurement to push our requirements using the RFC user.
When running the prgm "BBP_EXTREQ_TRANSFER" to transfer the PR to SRM it shows item transferred, but its getting stuck in the ques in 'SMQ1' transaction with a log saying
PARTNER SHIP_TO ADDRESS NOT FOUND.
Is there any need to maintain any other attributes for PDP user or RFC user in ECC or SRM,
please let me know.
I am waiting for the reply,
If you have any solution then please reply to this thread.
Regards
Santosh F.

Hi
Check this note is applicable for you or not
1101215 - External Requirements: Error transfering the hierarchy
items
Note Language: English Version: 2 Validity: Valid from 10.10.2007
Summary
Symptom
When transferring the purchase requisitions with hierarchy items, the ship
to address is not mapped properly. You get the error "No address found for
partner function type Ship-To Address". The purchase requisition gets stuck
in the outbound queue of backend
More Terms
BBP_EXTREQ_TRANSFER MAPV_PARTNER_FROM_EXT
Cause and Prerequisites
This is due to program error
Solution
Please implement the attached correction instructions or import the
corresponding support package.
Valid Releases
Software Component Release From
Release
To Release and Following
SRM_SERVER 550 550 550
Support Packages
Support Packages Release Package Name
SRM_SERVER 550 SAPKIBKT12
muthu

Similar Messages

  • Error: Resource not found in FilterOptionCollection. Please help

    Hi Experts,
    I'm currently implementing Approve Requests at a customer.
    I've got the service TASKPROCESSING pointing to ERP_WF. I can see the catalog SAP_FND_TC_TX1 and I've created a tile, pointing to my scenario as defined in the netweaver gateway.
    When I go to launchpad the reference error message is displayed.
    Details on the word file.
    Error Resource not found Filter Option Collection - Approve Requests.docx - Google Drive
    Thanks in advance!

    Thank you Andre,
    We finally solved it. I post the correction for future reference.
    The problem was solved by changing the configuration on the assignment of the data provider to the data model.
    ZTM_TGW_SVC_MODEL_0001_BE software version was DEFAULT, when it should've been /IWPGW/BWF.
    The route in SPRO is: SAP Netweaver->Gateway>OData Channel>Administration>General Settings> Assign Data Provider to Data Model.

  • Error code  "File not found Result code = -43"  PLEASE HELP!

    I keep getting this error message: "File not found Result code = -43" when trying to load instruments from the media tab. Does anyone know why this is happening and know how to fix this problem? I'm in the middle of a project and need help! Thanks.

    So, I've narrowed down the problem to happening with the following steps (could someone possibly try this and see if the same problem is happening?)
    If I load an instrument track and its blank and select a GARAGEBAND loop from the media list, I get the error message.
    If I load a new instrument track and select any other instrument from the media list (besides a Garageband instrument) everything loads fine, AND THEN if I select a Garageband instrument from the list, it loads fine with no error.
    If I select "No plug-in" in the channel strip after this, and try to load a Garageband loop, I get the error message and all other instruments from the media lists fail to load until I select "no-plugin" again from the channel strip and select an instrument from the media list BESIDES a Garageband instrument and then go from there (and can then load a Garageband instrument).
    Is anything like this happening to anyone else? Does anyone have any ideas why this would be happening?

  • Package not found error...please help!!!!

    I am trying build an application using Apache Http server and tomcat. I have created a package called 'employee' under web-inf/classes. I have also put my servlet under web-inf/classes. In my servlet if I use the statement 'import emplyee.*' it gives me a compilation error - 'package employee not found. I was trying to compile the servlet from the DOS prompt web-inf/classes>. I have set my classpath to include lib/j2ee.jar and web-ibf/classes. What am I doing wrong?

    Try setting classpath as web-ibf/classes/employee.jar. Create a jar consisting of the employee package's
    classes.
    Hope this helps.
    Thanks,
    Chandra Mohan

  • Class not found on NT(Urgent, Please help)

    Hi,
    I am using XSU for retrieving and inserting from Oracle 8i database .My application is running fine on machine with Windows 98,but when application is made to run on Windows NT server,error as shown below appears.We are using many other classes which our application is finding.We are using Jrun3.0 as web server.
    Without using XSU i.e without xml file, insertion and retrieval works with insert and select statements.
    While inserting values from XML file into the database,following error as shown below comes:
    500 Internal Server Error
    /servlet/InsertData:
    javax.servlet.ServletException: oracle/sql/CLOB
    java.lang.NoClassDefFoundError: oracle/sql/CLOB
    at InsertData.insertAll(InsertData.java:186)
    at InsertData.doGet(InsertData.java:125)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
    at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
    at allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)
    at allaire.jrun.servlet.Invoker.service(Invoker.java:84)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
    at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
    at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
    at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
    at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
    at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
    at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
    While retrieving values from database error as shown below comes:
    500 Internal Server Error
    /servlet/BookingServlet1:
    javax.servlet.ServletException: oracle/sql/Datum
    java.lang.NoClassDefFoundError: oracle/sql/Datum
    at oracle.xml.sql.query.OracleXMLQuery.(OracleXMLQuery.java:127)
    at ServerModifyBookingServlet.getBookingData(ServerModifyBookingServlet.java:67)
    at BookingServlet1.doGet(BookingServlet1.java:101)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
    at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
    at allaire.jrun.servlet.JRunNamedDispatcher.forward(JRunNamedDispatcher.java:34)
    at allaire.jrun.servlet.Invoker.service(Invoker.java:84)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
    at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
    at allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:88)
    at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
    at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
    at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
    at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
    at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
    Please send us the solution .Thanks in advance.
    null

    The code below creates the following classes when I compile it (using jsk1.3):
    DistanceBarApplication2.class
    DistanceBarApplication2$1
    DistanceBarApplication2$2
    DistanceBarApplication2$3
    DistanceBarApplication2$DistanceBar2
    The error I receive is: load: class DistanceBarApplication2 not found
    Here is my HTML code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <TITLE> New Document </TITLE>
    </HEAD>
    <BODY>
    <applet code="DistanceBarApplication2.class" width=300 height=50>
    </applet>
    </BODY>
    </HTML>
    Here is the Java code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class DistanceBarApplication2 extends JApplet {
    private final DistanceBar2 bar = new DistanceBar2();
    public void init() {
    bar.setMaximum(100);
    bar.addMouseListener(new MouseAdapter() {
    public void mouseClicked(MouseEvent e) {
    bar.stop();
    JOptionPane.showMessageDialog(bar, bar.getValue() + " yards");
    bar.start();
    this.getContentPane().add(bar);
    bar.start();
    static class DistanceBar2 extends JProgressBar {
    private Thread mThread;
    private boolean mRunning= false;
    private int mValue = 0;
    private boolean mUp = true;
    private Runnable updater = new Runnable() {
    public void run() {
    setValue(mValue);
    public void start() {
    if (mRunning) {
    return;
    mRunning = true;
    mThread = new Thread(new Runnable() {
    public void run() {
    while (mRunning) {
    try {
    Thread.sleep(30);
    } catch (InterruptedException e) { }
    adjust();
    mThread.setDaemon(true);
    mThread.start();
    public void stop() {
    mRunning= false;
    // Best to let a thread run itself out
    // if (mThread != null)
    // mThread.interrupt();
    // Don't need this for this applet, but possibly later
    // public Dimension getPreferredSize() {
    // return new Dimension(300,70);
    private void adjust() {
    int delta = getMaximum() / 40;
    mValue += delta * (mUp ? 1 : -1);
    if (mValue >= getMaximum()) {
    mValue = getMaximum();
    mUp = false;
    } else if (mValue <= 0) {
    mValue = 0;
    mUp = true;
    SwingUtilities.invokeLater(updater);

  • Error in SRM 7.01,Trace showing Partner Ship-To Address not found in FEH.

    Hi Gurus,
    Please throw some light on my isssue.
    We are developing Plan Driven Procurement Business Scenario in SRM.
    Current System details are ECC 6.0 EHP4, PI 7.1 & SRM 7.01.
    We have done all the configuration settings in ECC, PI & SRM.
    PR created in ECC 6.0 and External source of Supply tab generated in PR, processed through SAP PI successfully to SRM 7.01. In SRM it showing an error trace as *Partner Ship-To address not found* . We are using ABAP Proxies and standard content for this PDP Scenario.Using PurchaseRequestERPSourcingRequest_Out as an outbound interface and PurchaseRequestERPSourcingRequest_In as Inbound interface. shopping cart is not getting created in SRM system. FEH is enabled in SRM system to trace the error.
    Please provide inputs to resolve the issue.
    Ashok

    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

  • "Partner Delivery Point Not Found" in SUS Purchase Order

    Working on SRM5.0, I have created Purchase Orders in SRM which have been transmitted to SUS via XI. The PO's appear in SUS, but when I try to process the PO as the vendor (in order to send a PO response / goods confirmation etc back to SRM), the following error message appears "Partner Delivery Point not found" and the process can go no further.
    When looking at the partner functions that are maintained in the SUS
    PO, I can see a Sold-to party and a Goods recipient that have both a
    Business Partner Number and an Address. However, the Delivery Point
    partner has no Business Partner number, but does have an Address.
    I am fairly certain there is no problem with the SRM shopping cart / PO. One of the examples I have looked at is as follows:
    Cart and PO have the following partners maintained:
    Requester - 509
    Goods Recipient - 509
    Delivery Point - 491
    Location - 511
    Vendor - 100122
    The XML message sent via XI for this cart / PO has the following partners (confusing use of naming!):
    Buyer - 491
    Seller - 100122
    Product Recipient - 509
    Bill-to - 491 (Although same BP number as delivery point above, address is not the same and does not appear to come from any of the BP's mentioned above!)
    Ship-to - 511 (Although same BP number as location above, address is not the same and does not appear to come from any of the BP's mentioned above and is same address as the Bill-to)
    The SUS PO (attached) has the following partners:
    Sold-to - 491
    Goods Recipient - 509
    Delivery Point - (Blank BP Number but address appears to come from business partner 491 as it is the same as the sold-to address above)
    My understanding of this 'mapping' between the 3 components is as follows:
    In the SRM shopping cart / PO you need the partners Requester, Goods Recipient, Delivery Point, Location and Vendor.
    In the SUS PO you need at least Sold-to party, Goods Recipient and Delivery Point.
    When SRM generates the XML message for the PO (to go to SUS via XI), it maps the business partners from the SRM PO to business partners in the XML file.
    When SUS receives the XML message from XI, it maps the business partners from the XML file to the appropriate place in the SUS PO
    Looking at my example, it is not obvious how the partners map from SRM to XML message in XI to SUS and nowhere in the XML message is there an address maintained without a business partner number so it appears that the business partner number is being 'lost' by SUS as it creates the PO.
    I have searched OSS extensively and found very few messages which seem relevant (744231 looked promising, but has already been applied according to our patch level).
    Any pointers???
    Thanks,
    Matt

    Hi
    <b>Please go through the following SAP OSS Notes as well, which will help -></b>
    Note 723680 - Corrections in the mapping of SAP XML messages
    Note 744231 - No locations and delivery addresses are transferred
    <u>Related Notes</u>
    Note 728629 - SRM 4.0 XML confirmation/invoice hierarchy items
    Note 723594 - SRM 4.0 XML confirmation mapping error
    Note 725895 - SUS 2.0 SP04 Patch for Java
    Note 731037 - Converting SUS 1.0 and SUS 2.0 documents to SUS 3.0
    Note 679671 SUS 2.0 WPS SP03 Patch 4 / SP04 Patch 6
    Note 895217 - SUS30: SUS not integrated with CUA currently
    Note 825820 - SRM40-SUS: Follow-on error when converting purchase orders
    Note 782482 - Document texts are missing after conversion to SUS 3.0
    Do let me know.
    Regards
    - Atul

  • Firefox suddenly can't connect to the Internet (Address Not Found)

    OK, so I recently bought a netbook (Asus eeePC) and put Arch on it to dual-boot. I took it with me on a business trip last week, and I was so impressed with Arch I decided to put it on my desktop today (I had used Arch before, but not for a long time). So, as I was chugging along, I pulled up Firefox on my netbook (it's handy to have a secondary computer while installing Linux), and it gave me an "Address Not Found" error when pulling up Google. Firefox had been working just fine (wired or wireless Internet) for all of last week, and I haven't changed anything.
    What's extremely strange is that everything else works. I could pull up Google in Lynx, and I was listening to an Internet radio station (Groove Salad) using cmus, and it worked just fine. Figuring it was just a fluke, I kept going and discovered that I had the same problem on the Desktop once I got around to gettting Xorg and Fluxbox working and after I installed Firefox. It's very strange - the computers are quite different (the netbook is running i686, and the desktop is running x86_64). I have a home file/web server running Gentoo, and I'm able to run Firefox on it using ssh/X-Forwarding, and it works just fine. I can also pull up my server on Firefox on both the Laptop and the Desktop (just on the LAN, not the Internet). I also tried installing SeaMonkey on the netbook just to see, and I got the same results - it can't access Google or anything. Both computers are dual-booting Windows XP and Arch, and Firefox works on Windows for both computers.
    This might be the strangest error I've ever run into on Linux - I'm not sure what to do next to diagnose the issue. I'll gladly post any information anyone thinks is relevant. Any ideas?

    It's definitely a DNS issue. I tried as Statix suggested above and it worked after a little tweaking. I went back and checked my modem, and it listed two DNS servers. I put those in resolv.conf manually and they worked too. My router or modem (192.168.0.1 and 192.168.1.254 respectively) should each be able to handle DNS on their own, but for some reason they aren't. I know it works; Windows XP and Gentoo both set their nameservers to 192.168.0.1 and 192.168.1.254 using DHCP and have no issues. When I tried DHCP on Arch, these were the relevant sections of rc.conf:
    eth0="dhcp"
    INTERFACES=(eth0)
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    I tried using ROUTES=(gateway) as well (no effect). When I did that, DHCP automatically set my resolv.conf to:
    # Generated by dhcpcd
    # /etc/resolv.conf.head can replace this line
    nameserver 192.168.1.254
    nameserver 192.168.0.1
    # /etc/resolv.conf.tail can replace this line
    So changing the eth0 line in rc.conf to:
    eth0="eth0 192.168.0.100 netmask 255.255.255.0 broadcast 192.168.0.255"
    And putting the nameservers in resolv.conf from the values my modem listed works, but it shouldn't be necessary. I'd rather have it send DNS requests to the router or modem like my other systems work, but at least I have a workaround for the time being. My time is a bit limited, but I'll keep looking into it when I have the chance and post whatever I find. If anyone has any other ideas, I'd appreciate it though. Thanks!

  • Work around for server not found problems on FF36

    I have found a work around for all the people having server not found problems with FF36.
    If you manually set your network adapter DNS to an external DNS server (as opposed to your local ISP) then the problem goes away. I set mine to use the two google DNS servers:
    Preferred: 8.8.8.8
    Alternate: 8.8.4.4
    Not a clue why this works but it is 100% successful on my desktop PC, whereas before I could hardly connect to a webpage with FF36 without multiple page refreshes and much frustration, even though FF35 was fine and rolling back to FF35 was also fine.
    Something has changed in FF36 and either the way it handles DNS or the way it works with some network adapters.
    It is nothing to do with add-ons, profiles or firewall software as I have tried all of these things and only the DNS change made a difference. I even copied over a full working profile and the program files directory for Mozilla from my portable which was having no problems and the problem still existed on the desktop, which is why I started looking at the network adapater since everything else between the working PC and the non working one was identical.
    Hopefully this will help the developers to pin down the real cause of the problem and fix it in the next release.

    Well done. Thanks for finding that.
    That is not only assigned but has an approved patch included in the scheduled Fx36.0.1 release so it should be fixed in few days, watch out for the upgrade.
    * Bug 1093983 - DNS resolver should not use 'ANY' to get cached records for TTL <sup>[https://bugzilla.mozilla.org/show_bug.cgi?id=1093983#c35 c#35]</sup>
    * https://wiki.mozilla.org/Firefox/Channels/Meetings/2015-03-03#Schedule_Update
    With the bug now fixed it would not really be appropriate to add further comment. I do now see another related bug assigned but not being fast tracked, so if all goes well that will probably land in Firefox 39.
    * Bug 1138242 - DNS: Request A and AAAA record types rather than ANY when obtaining TTL on Windows

  • Address not found but IE works

    I have login to on secure website sucessfully but when I click on an option to display some statistic, I get the error message "Address not found".
    I notice that there is an additional \\ added to the URL. Removing them is ok. Is there any setting to prevent firefox inserting the additional \?
    Below is the URL I get when I click on the view statistic
    http://\\203.116.218.20\mrtg2/61.8.240.47/61.8.240.47_172.24.29.201.html
    I will need to remove the // after http: then it will display.
    System configuration: Window XP Sp2, Bit defender internet security 2010, intel pentium 1.7GHz, 1 GB RAM, firefox v3.0.1
    Have checked my bitdefender setting everything is allow for my firefox.
    I do notice 1 thing, for IE, when I click on the statistic button, another window will open. I am not too sure if it makes a difference between opening tab and window.
    Waiting for your reply

    Reload the webpage while bypassing the cache using '''one''' of the following steps:
    *Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
    OR
    *Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
    *Press ''Command'' + ''Shift'' + ''R'' (Mac)
    Let us know if this solves the issues you are having.

  • [ADF JDEV11.1.1.4] Timezone region not found problem in JDEV

    HEllo,
    I just moved my project to JDEV11.1.1.4 from 11.1.1.3.
    All is fine except for database Navigator.
    In 11.1.1.3, I was able to connect to my Oracle Database from Database Navigator Tab. I just needed to set the Java options -Duser.timezone="+01:00" to my project to resolve the timesone region not found problem when running my app onto the embedded WLS.
    In 11.1.1.4, I can run mu project fine with same Java options but I cannot anymore connect to my DB using Database Navigator.
    I got the famous ORA-01882: timezone region not found error.
    I tried adding this line into ide.conf:
    AddVMOption -Duser.timezone="+01:00"
    but still not working.
    Any idea what I should do pls?
    thx
    Jack

    OK, I made a mistake into the line:
    Adding :
    AddVMOption -Duser.timezone="+01:00"
    in ide.conf works fine.
    I just forgot to close and reopen JDEV.

  • Internal error: Recipient address not found.return code : 80

    Hi All,
    I am getting this this error in sost tcode.I am facing this tcode for the first time and hence have no idea.could any one suggest why this is coming and could be the solution for this ?
    Status      trans.met sender recipient send date send time  status text
    Red mark  via. inter.  john      -           27.08.08   15:45:00  internal error: Recipient address not  found.return   code : 80
    Need solution urgently.

    Not in SCOT, If you read carefully i said,
    setup the Relay Agent in your SMTP server
    For example if you use MS Exchange you need to do the config there... If you ask your Mail Admin he will know what you're talking about.
    Regards
    Juan

  • Itunes wont open at all, error message : quicktime was not found .... please reinstall ... i did that but no luck this only seems to have happened since the 10.4 update, im on windows 7 ..

    itunes wont open at all, error message : quicktime was not found .... please reinstall ... i did that but no luck this only seems to have happened since the 10.4 update, im on windows 7 ..

    Can you start QuickTime on your computer?
    You'll probably have to search for the Windows Installer Cleanup Utility and use it to remove QuickTime Player and iTunes. Then download and install the iTunes again.

  • I am not able to launch FF everytime i tr to open it, it says FF has to submit a crash report, i even tried doing that and the report was submitted too, but stiil FF did not start, and the problem still persists, please help me solve this issue in English

    Question
    I am not able to launch FF everytime i try to open it, it says FF has to submit a crash report,and restore yr tabs. I even tried doing that and the report was submitted too, but still FF did not start, and the problem still persists, please help me solve this issue
    '''(in English)'''

    Hi Danny,
    Per my understanding that you can't get the expect result by using the expression "=Count(Fields!TICKET_STATUS.Value=4) " to count the the TICKET_STATUS which value is 4, the result will returns the count of all the TICKET_STATUS values(206)
    but not 180, right?
    I have tested on my local environment and can reproduce the issue, the issue caused by you are using the count() function in the incorrect way, please modify the expression as below and have a test:
    =COUNT(IIF(Fields!TICKET_STATUS.Value=4 ,1,Nothing))
    or
    =SUM(IIF(Fields!TICKET_STATUS=4,1,0))
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • HT4847 How can I change my iCloud email address without losing all my data and what not???? Please help...

    How can I change my iCloud email address without losing all my data and what not???? Please help...

    Welcome to the Apple Community.
    You can't change it but you can create an alias to use.

Maybe you are looking for

  • Ipod won't sync with itunes, wiped itself, won't leave apple logo screen

    I think the problem showed up after I plugged my ipod classic into a Belkin (I think) ipod speaker dock. The next time I plugged it into my computer, it wouldn't sync with itunes. When there's no ipod plugged into the computer, itunes opens fine, but

  • Compaq Mini 110c-1001NR Sound Drivers won't install

    I am fixing a Compaq Mini 110c-1001NR for a friend. They reinstalled XP on it, so I had to install wireless internet drivers for them. I then realized the sound doesn't work. I downloaded the drivers from HP's website (yes they are the right ones!),

  • Mail not send opened  got lotsof code

    hi , does anyone know? mail didnt send then saying was not connecting once it  did code was going on and on nostop so i force quit mail. what does this mean? Thanks!

  • Repository Service for Auto Submit for Approval

    Hi all, Can anyone help me with the creation of a Repository Service to auto 'submit for approval' any document created. My main problem is in two methods: 1) removeRepositoryAssignment(IRepositoryManager mgr)   In some samples, I saw always this cod

  • Sending URL's to outllook which directly links to th workitem of the UWL

    My project which was developed on ASP with oracle is now being re-designed into enterprise portals and SAP R/3 4.6c. Here the scenario is when a user creates or changes a pricing condition on the PORTAL .it should trigger a workflow in SAP r/3 which