"SUS Purchase Orders" are not being extracted from SRM to BW

I'm usign BW 7.0 with SRM 5.0 (EBP and SUS).
"SUS Purchase Orders" (BUS2230) are not being extracted from SRM to BW, only "Purchase Orders" (BUS2201). I'm using standard SRM extractor 0BBP_TD_PO.
Does anyone have experieced this? Is there any special configuration to extract "SUS Purchase Orders"?
Thanks in advance
Raphael Barboza

The only solution we were able to provide with the time constraint we had was to modify the standard extractor to consider the SUS PO code instead of the PO code.
Function module: BBP_BI_PO_EXTRACT
Replace line:
   c_object_type   TYPE bbp_object_type  VALUE c_po, u201CBUS2201
With the line:
   c_object_type   TYPE bbp_object_type  VALUE c_suspo, u201CBUS2230
It is not the most elegant solution, but it worked.
Hope it helps.

Similar Messages

  • TS3276 my emails are not being sent from my desktop, but are capable of being sent by my apple phone.  as well, I cannnot pull up any emails that I sent.  They just disappear.

    my emails are not being sent from my desktop, but they are capable of being sent from my iphone 5.  Whatever I have sent just disappears from my desktop.

    R1: Seems you didn't configure you email account in your Outlook client properly. please refer to the following KB article and try to create a new mail profile to configure your email account again:
    http://support.microsoft.com/kb/2758902
    R2: Do you want create subfolders under Inbox to category your emails? If so, we can just right click on Inbox > select New Folder... After that, we need to create rules to move or copy your emails to each subfoler. See:
    http://office.microsoft.com/en-us/outlook-help/manage-email-messages-by-using-rules-HA010355682.aspx
    Besides, in order to avoid confusion and keep track of troubleshooting steps, we usually troubleshoot one issue per thread in order to find a resolution efficiently. Concerning your other question, I suggest we create new posts for your other questions via:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=outlook
    Thanks for the understanding.
    Steve Fan
    TechNet Community Support

  • My notes are not being passed from one device to another

    My notes are not being passed from my ipad to my ipad mini.

    There can be several different accounts in the notes app if you have email account that allow you to sync notes. I do not use iCloud email, but I have two IMAP email accounts that sync notes. I wanted to know if you were selecting the correct account on the Mini.
    When you launch the Notes app, you can tap The Account button in the upper left corner in order to switch between accounts. If you do not have another Notes account, try turning Notes off on the Mini in Settings>iCloud>Notes>Off. Restart your iPad, go back in and turn Notes on again.

  • My deleted emails on iPhone 4s are not being deleted from server

    I'm facing a problem with my iPhone 4s when deleting emails. Unfortunately, they are not being deleted from the server. I tried setting the account in pop and imap with settings to delete from server and trash ticked. Still they keep on appearing in Outlook which is a double work to do. Please advise.

    I'm no expert by far, but have had issues with this before.
    IMAP should allow your iPhone to remove messages from the server.
    But have you made sure both the iPhone and Outlook are connecting via IMAP?
    If your iPhone does remove the messages from the server, but your computer is using POP, then the computer may download the email before it is removed form the server by your iPhone.
    This was my issue, that my computer had already downloaded the message, and POP does not check later if it is deleted.
    If you delete a message from Outlook does it disappear on the iPhone?
    Alternativly you may need to check the email server settings.
    Who is your email provider?
    They may be able to check if IMAP allows you to remove emails.

  • Cases where messages are not being consumed from a queue

    MQ 4.0
    I have a cluster of 3 brokers. Java clients use RANDOMIZE to connect to the cluster of brokers. Message selectors are not used. My consumers are all synchronous, and connection.start() is called prior to calling MessageConsumer.receive().
    What I have seen on random occassions are messages not being consumed from the queue. The problem seems to be sporadic.
    I was thinking that the reason it is sporadic is because of the RANDOMIZE configuration of the client connetion / object-store.
    That is, there is a possibility for the following to happen:
    1) There were messages produced on a queue on broker A, but before these messages were consumed, all the consumers have been shutdown. Thus, the messages on queue stayed on broker A .... and have not been copied / clustered to the other brokers in the cluster ( As per online documentation, a queue is "copied" to other brokers only when there is a consumer for that queue on the other brokers ).
    2) Then the client applications started up produced and consumers again. This time, the producers were all connected to broker B, and all consumers for the queue were also connected to broker B.
    3) Because there are no other consumers for the queue on the other brokers, the messages in the queue on broker A are never consumed.
    Can someone confirm that this is a possibility ?

    Well ... it does seem to be the case.
    I changed the object-store so that instead of using RANDOMIZE for imqAddressListBehavior, it uses PRIORITY. Therefore, all clients ( producers and consumers ) will connect to only 1 broker out of the 3 in the cluster.
    After restarting all JMS clients with the new imqAddressListBehavior, there were messages in various queues in the other brokers that were not being consumed, because there are no longer any consumers on any of the other brokers.
    All the messages in that broker that all JMS clients connect to are being consumed ...
    Except for about 6 messages that stays in the queue for whatever reason. All consumers receiving with receive( 10000 ), and after consuming all messages above the 6, it returns without any more messages in the queue.
    Well ... so much for cluster of brokers. I'll have to think of an alternative.

  • Images and .properties(bunldes) files are not being found from my JSPs

    Hi,
    I have created .ear file by using ANT Application. And deployed into Oracle9iAS(OC4J). Here problem is that images and .properties(internationalization bundles)files are not found from JSPs.
    Here is my directory structure.
    public_html--->locale -->BusinessEntity -->businessentity_en_US.properties
    --->enterprise -->images -->knowldege.jpg
    --->BusinessEntity-->BEAdd.jsp
    in my jsp bundle(.properties)file is accessed like this:-
    <i18n:bundle baseName="/locale/-->BusinessEntity/businessentity" id="businessentity" locale="<%= locale %>" />
    in my jsp images accessed like this:-
    src="/enterprise/images/knowldege.jpg".
    In my working environment, without creating .ear file, images and .properties files are being found my JSPs. But if i create .ear file and after deploy, images and .properties files are not being found my JSPs.
    please let me know where i might did wrong
    thanks in advance
    srinivas

    Hi i am again. Here is my configuration files(server.xml and default-web-site.xml)
    server.xml :-
    <?xml version="1.0"?>
    <!DOCTYPE application-server PUBLIC "-//Evermind//DTD Orion Application-server//EN" "http://xmlns.oracle.com/ias/dtds/application-server.dtd">
    <application-server application-directory="../applications"
    deployment-directory="../application-deployments"
    >
         <library path="../tools.jar" />
         <rmi-config path="./rmi.xml" />
         <jms-config path="./jms.xml" />
         <log>
              <file path="../log/server.log" />
         </log>
         <transaction-config timeout="30000" />
         <global-application name="default" path="application.xml" />
         <application name="nalluri" path="../applications/trainiumear.ear" auto-start="true" />
         <global-web-app-config path="global-web-application.xml" />
         <web-site path="./default-web-site.xml" />
         <cluster id="-1640090707" />
    </application-server>
    default-web-site.xml:-
    <?xml version="1.0"?>
    <!DOCTYPE web-site PUBLIC "Orion Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <web-site port="8888" display-name="Default Oracle9iAS Containers for J2EE Web Site">
         <default-web-app application="nalluri" name="Commonwar" />
         <access-log path="../log/default-web-access.log" />
    </web-site>
    thanks in advance
    wating for reply
    srinivas

  • Some Purchase Requistions are not being replanned during SNP Heuristics

    Hi All,
    Has anyone experienced any issue with purchase requisitions not being replanned during the SNP heuristics run (background or interactive). I have a product location combination and about half of the PRs are not being replanned and these are not fixed/firmed.  When I say replannned I mean that they are not generating a new Purchase req. #. I have no idea why at this point. Any suggestions would be appreciated.
    Regards,
    Rumi

    Rumi,
    we faced a ismilar issue and figured out that the issue was due to the change in MoT for the Preq. The earlier Preqs were created with MoT 'Ship' which was then changed to 'Plane'. When we ran the heuristic the Preqs created with Ship were not recreated. This is a standard SAP APO behaviour.
    I am sure that after deleting these preqs all subsequent runs would be working fine for you.
    Nxet time if it happens consider what I have said, it could be a possible reason.
    Abhi

  • Photos I delete in library are not being deleted from hard drive

    Help please. I have been trying to delete photos from the iPhoto library (Events and Photos) and emptying the iPhoto trash can. This is supposed to erase them from the hard drive. However, when I look in the hard drive in the Pictures folder, the photos I deleted are still there. Could someone tell me what might be wrong? Thanks!

    I'm running a managed library.
    Let me see if I can understand this. The problem has to do with the place I was looking at. I was looking in the pictures folder in the hard drive. Now, the pictures inside the iPhoto library are the ones that are deleted from the hard drive, and the ones in the Pictures folder are not being touched at all. So I have two separate folders with pictures: the iPhoto library folder and the Pictures folder inside the hard drive.
    Since I'm going to be using iPhoto exclusively I might as well delete that other Pictures folder in the hard drive. If I delete the pictures in this folder, would that affect the pictures I have in the iPhoto Library? I'm thinking no since iPhoto has made copies of all those pictures. What do you think?
    THanks for the info TD

  • Photos are not being transferred from my iPhone

    When I plug my iPhone into my Mac Mini running Lion my photos are not being transferred to my mac even tho the sync completes. The phone is running ios 5
    Help

    I'm just clarifying here.  It sounds like you are using iTunes to sync your iPhone, which is fine, but iTunes isn't built to remove the photos off your phone and put them on your computer.  Try opening iPhoto and importing all your photos there.

  • Purchase order ME_PROCESS_PO_CUST  not being called

    Hello,
    I've created an implementation of  ME_PROCESS_PO_CUST, which is automatically migrated to Enhancement (I'm in Netweaver 2004s).
    Then I go to ME21n and the badi is not being called. It is active, I have breakpoints inside the various methods, and I can create a PO from start to finished without opening debug mode.
    Is there any problem with ME_PROCESS_PO_CUST in ECC 6.0?

    hi,
    goto se18 and give definition name and click display button.
    if "multiple use" check box is  not checked means  it is a single use.
    that means for the standard badi definition can any number of implementations,
    but only one will be in active state others in inactive mode.
    u can check all the detail by goingin se18 -> implentation menu->overview
    if implementation is active it will glow in yellow color.all other inactive in blue color (description color).if u want u code to execute go to  others and press(shiftf8) to make others inactive then come to ur code and make it active ctrlf3.
    then it will work.this is for single use.
    for multiple use system will predict its sequences. we abaper no need to worry of the sequences.because if it is multiple use all implementation are in  active stage .so all the code will work in some sort of order.
    thanx
    zenthil

  • Outgoing emails are not being sent from my email address all of a sudden. It started happening when I changed my gmail password

    After I changed my gmail password my outgoing emails are no longer being sent from my gmail account, but are being sent from my spouse's account so that replies go into her inbox, not mine. 

    rigoran1231,
    You may have a corrupt preference, in order to correct this open Mail - Preferences - Accounts and re-input all the preferences for the account. While they may look ok one or more may be corrupt.

  • Purchase Order is not Picking Price from Info Record.

    Dear All,
                                                                             User had created a Shopping cart in and an automatic Purchase Order is created which is picking the material price from Purchase Requisition but not from Created Inforecord. As checked in P.R at item level it is found that in VALUATION tab there is a field named as " P.O PRICE " , here defalt t selected as " 1 A Gross Price "., Can u please help that from where this field is automatically selected as Gross Price in Purchase requisition.
    Thanx n Rgds,
    sap11

    This is the config done in the OMET transaction where you will see the Adopt PO price field is checked and now this funcitonal authorization code e.g. 01 assgined to user profile in SU3 transaction agianst the parameter EFB.
    if this is active than it will not take price from info record but it will copy from PR.
    to avoid this kind of issue -
    Remove the EFB value in SU3 for particular user or if user needs to have the EFB profile for some other requirements than go to OMET and remove Adopt po price indicator from that profile which is assigned to user

  • Purchase Order price not pulled through from Purchase Requisition.

    Hi:
    The Valuation Price on my Purchase Requisition does not pull through to the Purchase Order.
    All the settings on "OMET" and my user profile seems to be set but still I get an error - No conditions determined (no authorization for input)
    when I enter a tax code on the PO.
    All my other authorizations are also okay.
    What can the problem be.
    Thanks.
    W.

    Maybe you should explain all steps YOU  have done, instead of saying "yes I have done that", As this function works for many many companies without any problem, it is either an issue with your enties, or it is a bug in the programs.
    For a bug, you should search OSS notes and open a message to SAP if you cant find one that solves your issue.
    the authorization part of this message relates to the functional authorization, and cannot be seen in SU53.
    The error is issued in these 4 cases:
       IF t160d-erfin EQ space AND ekpo-repos NE space.
          MESSAGE e235.
    IF t160d-eprsz EQ space AND ekpo-repos NE space.
          MESSAGE e235.
    IF ekpo-netpr EQ 0 AND ekpo-repos NE space.
    and
        IF t160d-erfin EQ space.
          MESSAGE e235.
       IF ekpo-netpr EQ 0 AND ekpo-repos NE space.
    and
        IF t160d-eprsz EQ space.
          MESSAGE e235.
    so you only need to provide the values of following fields:
    T160d-ERFIN
    T160D-EPRSZ
    EKPO-REPOS
    EKPO-NETPR
    Edited by: Jürgen L. on Jan 24, 2012 1:11 PM

  • Imessages are not being sent from my desktop

    have one of the newest imacs... purchased it a week after they became available. ive also got an iphone 5. everything works great with imessage.. can send from my desktop to other iphone users, etc. everything has been working great right up until 4 days ago. messages i tried to send would pop up with a red exclamation point and couldnt be sent. i tried rebooting, disabling the account and re-enabling. nothing seemed to work. i even tried reinstalling the os. still the same. its just this computer... i can function 100% on my macbook air.
    im out of ideas and desperately need help.

    Please read this whole message before doing anything.
    Back up all data.
    Quit Messages if it’s running.
    Step 1
    Hold down the option key and select
    Go ▹ Library
    from the Finder menu bar. Move the following items from the Library folder to the Trash (either may not exist):
    Caches/com.apple.Messages
    Caches/com.apple.imfoundation.IMRemoteURLConnectionAgent
    Leave the Library folder open. Log out and log back in. Try Messages again. If it works now, stop here. Close the Library folder.
    Step 2
    If you still have problems, quit Messages again. Go back to the Finder and move the following item from the open Library folder to the Desktop:
    Messages
    Note: you are not moving the Messages application. You’re moving a folder named “Messages.”
    Test. If Messages now works, delete the Messages folder on the Desktop. Otherwise, quit Messages again. Put back the folder you moved, overwriting the newer one that may have been created in its place, and continue.
    Step 3
    In the Preferences subfolder, there may be several files having names that begin with any of the following strings:
    com.apple.iChat
    com.apple.imdsmsrecordstore
    com.apple.imessage
    com.apple.imservice
    Move them all to the Desktop. There may also be a file with the name "com.apple.imagent.plist". Move that to the Trash.
    Also in the Preferences folder, there's a subfolder named "ByHost". Open it and do the same thing.
    Log out and log back in. Test again. This time Messages should perform normally, but your settings will be lost. You may be able to put back some of the files you moved to the Desktop in this step. Relaunch and test after each one. Eventually you should find one or more that causes Messages to malfunction. Delete those files and recreate whatever settings they contained.
    If the issue is still not resolved, quit Messages again and put all the items you moved to the Desktop back where they were. You don’t need to replace the items you moved to the Trash. Stop here and post again.
    If you later decide that you don’t like the results of steps 2 and 3, you can undo them completely by quitting Messages and restoring the items you deleted in those steps from your backup.

  • Family sharing: Purchase requests are not being sent to Organizer

    My son's requests for purchases are not notifying me, the organizer, and he cannot download/purchase any apps. It says the request was sent but there is no pop-up message for me to review the purchase request. I've checked, my iTunes account, my email on all my devices but I never receive any of his requests to purchase. Please help.

    How are you uploading the file via network?
    If you are troubleshooting the network bandwidth? or the threads where one process takes precedent over the other you will have to troubleshoot the QoS of the network you see this on.
    To give a better visual please use Firebug or the Web Developer tool called Network to analyze the requests. The "XMLHttpRequest" will give better clues for Ajax. Reference [http://ajaxian.com/archives/ajax-debugging-with-firebug]
    There may be a about:config option that allows mutithreading or max persistent connections per server you can check.

Maybe you are looking for