3 rd party

hi
while creating 3rd party sales order -i'm getting error message consumption a/c not found
Pl suggest

SAPSD,
As suggested check the settings in OBYC and  go to OMWN & tick in the last box with respect to the datas maintained.
Please check and give us feedback.
Thanks,
Raja

Similar Messages

  • Logical GR in Third Party Process

    Hi Friends
    There is logical GR involved in third party process. What if we do not want to trigger it?

    very useful thraed for your Qn-
    [stock not updating after doing MIGO (gr) for third party sales |stock not updating after doing MIGO (gr) for third party sales;
    BR
    Raj

  • HP AiO remote doesn't recognize 3rd party toner as compatible in LaserJet M1217nfw MFP

    Hi,
    I have a HP Envy 17 running Windows 8.1, a MacBook Air, an iPhone and a HP LaserJet M1217nfw MFP.  I recently replaced the toner with a 3rd party replacement cartridge and while the printer does give me a "supply memory error" I am still able to print just fine from the Mac and my phone.  I am unable however to print from my Envy.  The HP All-in-One Remote app in Windows 8 gives me an "incompatible cartridge" message and says there are no solutions availble.  Is there a work-around to this?
    I am not very good at Windows 8....
    Thanks

    Hi Thaddeus,
    Although the printer may resoponse to some commands, a supply memory error is an error state about the used cartridge.
    Due the error message on the screen the HP AIO Remote recognize the cartridge as incompatible, that cannot be bypassed
    with any settings, resolving the issue which cause the error message is the only key to resolve a such.
    If the HP AiO Remote fails to print in such condition the only solution is to fully resolve the condition by following the steps listed in my previous post.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • 3rd Party AIFF loops tempo changes from loop library and Logic session

    Hi there,
    Hope somebody out there can help me out!
    I've recently purchased some 3rd party loops, some in AIFF and some in WAV (Which I have converted to AIFF using the Apple Loops Utility), and i have been able to get these into the logic Loop library successfully.....Or so I thought!
    The problem I am having is that when previewing one of my loops it's often double the speed that the set tempo, and this will happen to ALL of my loops. But when I drag one into my session, Logic asks if it should copy over the automation data with it, click yes, and it plays fine in the arrange window. And funnily enough, all of my loops in the library start playing at the correct tempo!
    Once this has all happened, i've tried quitting logic, and re-opening....but the issue just happens again....
    Has anyone else had this problem, or have any idea as to what the issue may be??
    Any help would be greatly appreciated!!
    - Aaron

    Hi there,
    Hope somebody out there can help me out!
    I've recently purchased some 3rd party loops, some in AIFF and some in WAV (Which I have converted to AIFF using the Apple Loops Utility), and i have been able to get these into the logic Loop library successfully.....Or so I thought!
    The problem I am having is that when previewing one of my loops it's often double the speed that the set tempo, and this will happen to ALL of my loops. But when I drag one into my session, Logic asks if it should copy over the automation data with it, click yes, and it plays fine in the arrange window. And funnily enough, all of my loops in the library start playing at the correct tempo!
    Once this has all happened, i've tried quitting logic, and re-opening....but the issue just happens again....
    Has anyone else had this problem, or have any idea as to what the issue may be??
    Any help would be greatly appreciated!!
    - Aaron

  • How can I use a 3rd party XML parser such as xerces with OC4J ?

    Hi all tech experts,
    I am using Oracle Application Server 10g Release 2 (10.1.2) and i have
    installed Portal and Wireless and OracleAS Infrastructure on the same
    computer.
    i tried all the solutions on this thread
    Use of Xerces Parser in out application with Oracle App Server 9.0.4
    but still fighting.
    I have also posted this query on OTN on following thread
    How can I use a 3rd party XML parser such as xerces with OC4J?
    but no reply....
    Please help me on this issue.
    Since OC4J is preconfigured to use the Oracle XML parser which is xmlparserv2.jar.
    i have read the following article which states that
    OC4J is preconfigured to use the Oracle XML parser. The Oracle XML parser is fully JAXP 1.1 compatible and will serve the needs of applications which require JAXP functionality. This approach does not require the download, installation, and configuration of additional XML parsers.
    The Oracle XML parser (xmlparserv2.jar) is configured to load as a system level library of OC4J through it's inclusion as an entry in the Class-Path entry of the oc4j.jar Manifest.mf file. This results in the Oracle XML parser being used for all common deployment and packaging situations. You are not permitted to modify the Manifest.mf file of oc4j.jar.
    It must be noted that configuring OC4J to run with any additional XML parser or JDBC library is not a supported configuration. We do know customers who have managed to successfully replace the system level XML parser and the Oracle JDBC drivers that ship with the product, but we do not support this type of configuration due to the possibility of unexpected system behavior and system errors that might occur from replacing the tested and certified libraries.
    If you absolutely must use an additional XML parser such as xerces, then you have to start OC4J such that the xerces.jar file is loaded at a level above the OC4J system classpath. This can be accomplished using the -Xbootclasspath flag of the JRE.
    i have also run the following command
    java -Xbootclasspath/a:d:\xerces\xerces.jar -jar oc4j.jar
    but no success.
    How could i utilize my jar's like xerces.jar and xalan.jar for parsing instead of OC4J in-built parser ?
    All reply will be highly appreciated.
    Thnx in advance to all.
    Neeraj Sidhaye
    try_catch_finally @ Y !

    Hi Neeraj Sidhaye,
    I am trying to deploy a sample xform application to the Oracle Application Server (10.1.3). However, I encountered the class loader issue that is similar to your stuation. I tried all the three solutions but the application is still use the Oracle xml paser class. I am wondering if you have any insight about this?
    Thanks for your help.
    Xingsheng Qian
    iPass Inc.
    Here is the error message I got.
    Message:
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
    Stack Trace:
    org.chiba.xml.xforms.exception.XFormsException: java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
         at org.chiba.xml.xforms.Container.dispatch(Unknown Source)
         at org.chiba.xml.xforms.Container.dispatch(Unknown Source)
         at org.chiba.xml.xforms.Container.initModels(Unknown Source)
         at org.chiba.xml.xforms.Container.init(Unknown Source)
         at org.chiba.xml.xforms.ChibaBean.init(Unknown Source)
         at org.chiba.adapter.servlet.ServletAdapter.init(ServletAdapter.java:153)
         at org.chiba.adapter.servlet.ChibaServlet.doGet(ChibaServlet.java:303)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.ClassCastException: oracle.xml.parser.v2.XMLElement
         at org.chiba.xml.xforms.Instance.iterateModelItems(Unknown Source)
         at org.chiba.xml.xforms.Bind.initializeModelItems(Unknown Source)
         at org.chiba.xml.xforms.Bind.init(Unknown Source)
         at org.chiba.xml.xforms.Initializer.initializeBindElements(Unknown Source)
         at org.chiba.xml.xforms.Model.modelConstruct(Unknown Source)
         at org.chiba.xml.xforms.Model.performDefault(Unknown Source)
         at org.chiba.xml.xforms.XFormsDocument.performDefault(Unknown Source)
         at org.chiba.xml.xforms.XFormsDocument.dispatchEvent(Unknown Source)
         at org.apache.xerces.dom.NodeImpl.dispatchEvent(Unknown Source)
         ... 18 more

  • How can I use a microphone with a wireless speaker system for announcing at a party?

    I am trying to use my computer (which is already wirelessly hooked up to my speakers) as a make shift pa system. Is there a way to hook up a microphone to my computer to use it to do a little announcing at a party?

    NI-DAQ is not supposed to detect your GPIB and NI-488 software will not detect your daq board. When you installed MAX, was this from a LabVIEW driver install CD that also put a new version of NI-DAQ on your pc. Open MAX and check your currently installed versions of NI-DAQ and NI-488. They should both be listed. If you have a new version of NI-DAQ than 6.1, you can uninstall the newer version and install 6.1.

  • IPhone 4 with Facetime. How can I see the other party instead of myself?

    Several scenarios; same result:
    1. Normal call comes in from another party using an iPhone 4 (like mine).
         a. I answer and press Facetime.
         b. She presses Facetime.
         Result: I see myself. She sees herself
    2. I call her from my Contacts list by pressing the FaceTime button.
         a. Her phone rings and rings (as I hear it, not her).
         b. She never receives an indication that I am trying to FaceTime her.
         Result: Failure to connect.
    3. She calls me from her Contacts list, same way, 3 times.
         a. My phone does not register her attempts.
         Result: Failure to connect.
    4. I turn on my WiFi setting, as I am at home using the iPhone. I call her.
         a. She answers, presses FaceTime.
         b. I press FaceTime.
         Result: I see myself. She sees herself.
    Note: She was not connected to WiFi at the time. Was this the mysterious key to our lack of success?
    By what settings and methods can we get to see each other? (She lives across the country... I'd love to see her.)

    A FaceTime call can be done when both devices are connected to an available wi-fi network only.
    This will change with iOS 6 to be released this fall which will include the option to FaceTime when connected via 3G, not just wi-fi.

  • Airplay no longer working with 3rd party after upgrading to Maverick.

    I updated my MacBook Pro this week and I have noticed that the airplay icon is no longer showing up in iTunes to connect to my Denon Amplifier. The interesting thing is that my old iPad 1 that I have that is still running 5.1.1 can connect and play to the receiver just fine.
    Was there an update to the airplay software that would affect 3rd party devices? I was not able to find any new updates for my receiver.

    I woke up this morning with the same problem (all was fine last night).  Only way to get all my mailbox folders back was to use Time Machine while in Mail, choosing the backup file from previous night and selecting EACH MAILBOX to restore (23 for me).  All appears okay so far today (except some of my accessories in the menu bar are gone). 
    I sure hope an update comes SOON.  In anticipation of Mavericks and the new MAIL I switched from Outlook 2011 3 weeks ago transfering 17,000+ files and would hate to back

  • Credit Memo process in 3rd party order

    Hello All,
    Once 3rd party invoice is completed process as follows: (standard process)
    sale order --> Purchase Requisition --> Purchase Order --> Goods Receipt --> Invoice Verification --> Customer Invoice.
    When you post the customer invoice to accounting, in general system will update
    1.Net Value    2. COGS (Cost of goods sold)   3. Sales Qty.
    Now the scenario is when the vendor cancel his original invoice and reissue the invoice (due to change in price / change in stock item and so on..),
    We have to cancel the customer invoice and issue credit memo invoice (without any reference) for the customer.
    But the problem here is.. when we post the credit invoice to accounting, COGS will not be updated (currently they are adjusting COGS value manually).
    How can we map this scenario ? while creating credit memo invoice we should consider some reference so that COGS should be updated.

    Hello Suresh,
    THERE ARE TWO SCENARIOS HERE.
    Scenario is when the vendor cancel his original invoice and reissue the invoice (due to change in price / change in stock item and so on..),We have to cancel the customer invoice and issue credit memo invoice (without any reference) for the customer.
    > IF THE VENDOR GRANTS YOU A CREDIT MEMO ON THE QUANTITY OR VALUE BASIS, YOU CAN DIRECTLY PASS ON THIS TO CUSTOMER BY RAISING CREDIT MEMO (THIRD PARTY CREDIT MEMO IS G2S), THIS WORKS WITH ITEM CATEGORY 'TASG' (THIRD PARTY CREDIT MEMO ITEM). THE SALES RELEVANT INDICATOR ' F' IS SET IN CUSTOMISING FOR SALES FOR THIS ITEM CATEGORY. THIS MEANS THAT THE COST IS NOT CREATED.
    --->IF THE VENDOR CALCULATES ADDITIONAL COSTS FOR YOU ONCE THE THIRD PARTY BUSINESS TRANSACTIONS HAVE ALREADY BEEN BILLED. THE COSTS FROM THE INVOICE RECEIPT ARE THEN CORRECTED IN THE CUSTOMER BILLING DOCUMENT WHICH HAVE ALREADY BEEN CREATED. SUBSEQUENT DEBITS FROM THE INVOICE RECEIPTS ARE COPIED TO PROFITABILITY ANALYSIS AS A DIFFERENCE AMOUNT. THIS MEANS THAT THE COST IS UPDATED HERE ALSO. IN ACCRUED PROFITABILITY ANALYSIS, THE COSTS ARE NOT COPIED FROM THE INVOICE RECEIPT, BUT FROM THE CUSTOMER BILLING DOCUMENT.
    EXAMPLE:In the context of a third-party business transaction, you create a sales order for over 100 pieces.
    A purchase requisition and a purchase order are generated. Ten pieces are delivered to the customer, and a billing document is then sent to the customer when the 10 pieces are delivered. The vendor sets a subsequent debit of 100 USD for shipping costs in the invoice. The cost is nowupdated in the billing document created, and in the profitability analysis (in this case, it is raised
    by 100 USD).

  • How to change sold to party in sales order

    Hi
    We have the below requirment of changing sold to party after creation of sales order...
    Below is the scenario
    Once sales order is created,purchase requisition is created autamatically and purchase order is created with reference to the purchase requisition..So when Goods receipt is done,the respective stock is getting reserved for that sales order...
    We wanted to change the sold to party option.
    After creation of purchase order,sold to party option in sales order is display only..
    Can u tell us how to make it changeable...
    Regards
    Sudha

    Hi,
    Why don't you try to make the Partner Function for Sold to Party as Modifible (Don't select Non Modifible) for the Sales Order Header in partner determination determintaion setting in customizing.
    You have to check with the partner determination procedure assigned to your sales order type and check accordingly.
    Reward points if it helps.
    Regards,
    Harsh

  • Free Goods in Third Party

    Hi..
    Please send me configuration steps of Free Goods in Third Party..
    Thanks in Advance
    Shriniwas

    Free goods cannot be used in make-to-order production, third-party order processing and scheduling agreements.
    This is the Limitation of setting up free goods
    Cheers

  • Automatic po creation third party order

    Hello Gurus,
    In case of automatic po creation from third party order we have attach purchase organization and vendor to sales organization. This restrict only one vendor against sales organization.
    Is any BADI available which we can use which to change vedor dynamically ?
    Best Regards,
    Vasant

    Dear Vasant,
    For automatic PO at the time of GR following are the prerequisites:
    1) In Customizing
    a) Auto PO generation must be activated in Mov. Type 101 & 161
    b) the plant for which GR is entered must be assigned to standard Pur. Org.
    c) Default Document type for PO must be specified in GR ( MB 01)
    2) Application - Front end side
    a) material must be valuated material
    b) Purchasing Info record must exist for vendor , material & standard Pur Org.
    c) Conditions in Info Records must be valid.
    d) Applicable for stock items & not consumable items
    e) you cannot enter any movement in GR block stock
    f) Material Master & vendor master records must.
    If you ensure all above settings then it is possible to have auto PO during GR.
    Please try,
    Vivek

  • 3rd party signature handler set in Adobe Acrobat 9 Professional Extended gets reset

    Hi All,
    I have got a 3rd party digital signature creating plug-in i.e. MySign . I have set it inside 'Preference > Security > Advanced Preferences > Creation > Default Method to Use when Signing and Encrypting Documents' > MySign. If I restart Adobe Acrobat that setting is lost and the Adobe Default Security handler is then used.
    I don't want to set handler manually every time I restart Adobe Acrobat. I have figured out that Adobe Acrobat is creating a registry entry named aPrivKey against that inside cHandlers BUT it gets removed on Adobe restart if I set MySign as the handler in the first place.
    Similarly I want the same handler to verify signatures. For that I have set 'Preferences > Security > Advanced Preferences > Verification > Always use the default method (overrides the document-specified method)' along with the name of handler i.e MySign but on restart of Adobe, this is also gets reset.
    Any idea how to set my handler as default to sign & verify without getting it reset?
    Regards,
    Wahaj

    Hi All,
    I checked with Adobe X and this issue is not present there.
    Regards,
    Wahaj

  • Stock is increased and FI entry is posted in statistical GR for third party

    Hello
    I was trying to activate the functionalty for statistical GR in third party but STUCK due to following issues. For enabling this functionaltity I have checked "Goods Reciept" and "GR Non-Valuated" check in "Delivery tab" of PO.
         1. After creating Statistical GR through MIGO (101), stock has been posted in plant. I was expecting no movement in Stock .
         2. I was hoping there should not be in FI posting but FI entry is posted through statistical GR .
    We are using third party process from many years but without statistical GR. Requirement from client is to post statistical GR without FI entry and no stock should be updated. Please advise if anyone has idea on this.
    FYI--We have item category TAS and schedule line category CS in customisation. Also advise if above two settings in PO are enought to turn ON the statistical GR functionality.
    Thanks for your help.
    Regards
    Arvind

    Thanks AKPT for reply
    As advised , pleae find enclosed screens for OMS2, PO and FI entry. FI entry might be wrong as while posting MIGO ..I was getting error "WE etnry is missing in table YFTFI_SUBST236 and I maintained some dummy GL accounts.
    Regards
    Arvind

  • How to view stocks in third party subcontracting process

    Hello,
    We have created a 3rd party subcon Sch.agr(LPP).
    We need to track the movement for the materials in the system.
    Do we have any tcodes for the same.
    Manoj.

    You can see the stocks with mvement type 101-O for that material

  • Goods return from customer in third party business process

    hi all sd gurus
    here I ve adoubt regarding returns in third party business process query is how a customer send his foulty goods n how he gets his credit note plz explain eleborately plz help me out
    thankx in advance
    santosh

    It has not been addressed in standard SAP.  For further detais, go through Note 751609 - Returns for third-party process (cancellation)
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • WPS printer

    Hello, can anybody help how to connect my macbook pro to a printer with WPS? the printer is already connected to the router using WPS, but my macbook does not seem to connect to the printer. thank you very much in advance best, N.

  • ITunes will not quit - even "Force Quit"

    When I installed the 8.0.1 patch on my iMac, I noticed that iTunes quit working correctly after importing some new tracks. It would not quit. I had to force quit but then it would not open correctly the next time and it would not quit. From that poin

  • Why doesent imessage work?

    why doesent imessage work? i sign in, and it says check network, when the internet is perfectly fine?

  • How to transfer photos

    How do I transfer photos to a digital photo frame from iphoto on my mac computer? 

  • Why does PP CS5 not keep my preview files on my Mac?

    I love Premiere Pro on my Mac because it interfaces so well with AE. However, every time I render something in my DSLR timeline, shutdown Premiere, then open it later, I have to re-render again. I am not a novice and I know what I am doing, but I've