How do I force SAP to process a MIGO idoc from an external system

Hi All,
We have a WMS system integrated to the SAP Apparel solution.
If a SKU line has 100 units and 98 are reserved against an order the following can occur.
A user in the warehouse has lost 20 units and processes a downward adjustment for 20 units.
leaving80 units.
A migo idoc goes to SAP , and the idoc fails because 98 units are reserved against an order.
How do you configure SAP to accept the adjustment, reduce the stock to 80, and simply reduce
the quanity reserved to 80 also.. or alternatively, unreserve the minimum number of orders?
Any help is appreciated.
Cheers.
Aaron

Hi All,
We have a WMS system integrated to the SAP Apparel solution.
If a SKU line has 100 units and 98 are reserved against an order the following can occur.
A user in the warehouse has lost 20 units and processes a downward adjustment for 20 units.
leaving80 units.
A migo idoc goes to SAP , and the idoc fails because 98 units are reserved against an order.
How do you configure SAP to accept the adjustment, reduce the stock to 80, and simply reduce
the quanity reserved to 80 also.. or alternatively, unreserve the minimum number of orders?
Any help is appreciated.
Cheers.
Aaron

Similar Messages

  • How to assign function module with process code in IDOC ?

    how to assign function module with process code in IDOC ? and what code i have to write in that function module for custom IDOC ?
    helpful answer will be rewarded?

    Hi,
    First goto transaction we42 -->editing mode --> new entries -->give name of your process code and description --> processing with alv service and function module -->then press enter -->after that enter the name of the function module you want to associate from the drop down and save it.
    Thats the way to assign function module with process code.
    In that process code we will have the Function modules and Bapi's which will take the data which we are sending through IDOC and then process it.
    for example: i am triggering the IDOC for every purchase order created then this process code in the receiver system will take the data which i have enetered in the sender system to create the purchase order and process it and creates the same purchase order in the receiver's system.
    Reward if helpful.
    with regards,
    Syed

  • How to find in R/3 System, which FI document is from which external system?

    Hi Moderator/ FICO Experts,
    How to find in R/3 System, which FI document is from which external system?
    In case of different Non-SAP external Systems posting the data to one R/3 System.
    Thanks
    Chandra

    Hi,
    That really depends on the interfaces that your external systems are using. Check with your ABAP or BASIS team to see what is the method used for posting those documents and with which parameters is passed. Look at BKPF table (FI header) to see the attributes such as user, document type, reference, etc.
    Regards,
    Eli

  • How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production?

    How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production? I dont have a .abf file available. Two paritions in production are missing data. We were able to get back file system backup which contains the files for these two paritions.
    How do I create a cube in Dev using this file system backup.
    we are on SQL Server 2008R2.
    Thanks,

    How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production? I dont have a .abf file available. Two paritions in production are missing data. We were able to get back file system backup which contains the files for these two paritions.
    How do I create a cube in Dev using this file system backup.
    we are on SQL Server 2008R2.
    Thanks,

  • How to send IDOC's to external systems

    Hi everybody,
    I'd like to get information of how I can send one IDOC to an external system.
    I have to send data about access control and e-learning from R/3 to external system,  I think an IDOC is the perfect way to do it, but I don't know all the steps involved.
    Could anyone explain me or give some document or link in with I could see all the steps  from the selection of the IDOC (What to do if the idoc doesn't fit exactly) until the IDOC is out of the r/3 system, how to configure the ALE, etc
    Thank you very much.

    This document might be helpful:
    http://www.angeli.biz/www5/books/IDocBook/IDocBook.pdf
    It's a bit outdated but most of the info is still actual. If you anticipate a lot of ALE/IDoc projects, I suggest getting this book: http://www.amazon.com/IDoc-Technologies-Prima-Techs-Book/dp/0761534318/sr=8-1/qid=1170864257/ref=sr_1_1/103-6659593-2860615?ie=UTF8&s=books
    It is out of print right now but I've heard that more copies are coming out this year. This is the most comprehensive book available on the market at this time.

  • Read/Open a file in SAP DMS from an external system

    Hello Sap Gurus,
    I want to read/open a file in SAP DMS from an external system . External system is basically a non-sap system.
    Can this be achieved through an RFC..
    Does anyone know of any BAPI's/FM's that can be called from an external system (non-sap system) through RFC which will open a document which is stored in SAP DMS.
    Regards,
    Madan Shetty.

    Hi Madan,
    If you want to view documents from an external system, there are many ways of achieving this.
    It depends on the solution that you are approaching.
    Few methods that I have come across are, OData services, Custom RFC Function  Modules, to retrieve document attachments.
    FTP is also a possible solution.
    Please let us know your exact requirement.
    Regards,
    Tamilnesan G

  • How to get folder(directory path only not file path) from local file system

    Hi Firends,
    How to get folder(directory path only not file path) from local file system , whenevr i will click on browse button.
    Please give reply for this one , if anybody knows.
    Thanks,
    Anderson.

    Hi Anderson,
    if you're using flash.filesystem.FileReference - then it is run in black box - except of filename, size and creation data (and few other properties available after some operation succeeded). This is part of security features in Flash runtime (described in header section):
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/FileReference .html
    This for example implies that user can download a content to local machine - but that content cannot be loaded back into Flash runtime. For this you would need either Air runtime flash.filesystem.File:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filesystem/File.h tml
    (so you would created Air runtime based application: desktop or mobile but not web, even as standalone project) or you would need one of 3rd party tools that add file access/file information features to standard Flash runtime applications converted to standalone native applications.
    hth,
    kind regards,
    Peter

  • How to trigger Solution Manager Change request from an external system

    Hello All,
    I have a scenario where in I would like to create and trigger a Change Request in Solution Manager from an external system, for instance, a custom web application. How could this be done? Are there standard interfaces (BAPIs) available in Solution Manager for doing this? If yes, then what are the BAPIs? Or Can a custom RFC be developed to achieve this..? If yes, then what are the underlying / base BAPIs that could be wrapped?
    Any pointers will be highly appreciated. Sorry if the question is naive. I'm a novice to the Solution Manager topic.
    Bala

    Hi Bala,
    I am facing the same issue. I want to create a change request in background from an external application, like an adobe form for instance. Would you be so kind to tell me, which BAPI you used in your solution?

  • HT2518 how do i or can i drag and drop files from one external drive to another ???HOW

    how do i drag and drop files from one external drive to another, i cannt get both drives to open up. only one at a time.. i have alot to learn i know but that is where i am at the time...

    You posted here so would assume you are also talking about running Windows.
    Are the drives NTFS and use on Windows?
    Are they Mac HFS formatted?
    You likely will need NTFS for OS X in one case. to mount PC and use under Mac OS Lion
    MacDrive to mount and WRITE to HFS drives under Windows

  • How can i use labview.tl​b to control Labview from an external applicatio​n?

    Hi,
    I've been told by a labview engineer that i could use the file
    labview.tlb located in the labview install folder to control labview
    from an external application (in my case, a C# app). I'm using Labview
    6.1 under Windows 2000. This article confirms that:
    "ActiveX and LabVIEW"
    http://zone.ni.com/devzone/conceptd.nsf/webmain/54​01BE584FBAEECE862567C2006D36C7?opendocument
    But i've not been able to find out how to use this file to achieve
    what i want. I just want to be able to open/close labview, open/close
    a vi, start/stop a vi, hide/show a vi from a C# application. The above
    web page talks about activex but i really don't see the realtion
    between activex and that labview.tlb file.
    Is there so
    mebody around who knows how to use that file? Why does NI
    tell us that it's possible to do what i want to do but doesn't explain
    how (or hides this info very well)?
    Thanks

    Hi,
    > Hi I am fighting a similar problem and so far I found this: Calling
    > LabVIEW from C++ Using ActiveX
    >
    > http://sine.ni.com/apps/we/niepd_web_display.DISPL​AY_EPD4?>p_guid=B45EACE3E21356A4E034080020E74861&p​_node=DZ52051&p_submitted=N&p_rank=&p>_answer=&p_s​ource=External
    Thanks for the link, i actually already found this link before. I've
    found yesterday how to use Labview.tlb, just add it to the references
    of the project, it was probably too easy for me at that time:-) But
    now, i'm still stuck as there is no doc about using the interfaces and
    classes of this activex to control labview.
    The example given on your link is made is C++ and for some reasons,
    the wrapper generated for Labview.tlb when i added it to my c# project
    doesn't seem to expose the same
    interfaces and classes as the one used
    in the C++ example. I therefore can't use the C++ example in C#.
    I've tried to do something like:
    LabVIEW.ApplicationClass a = new LabVIEW.ApplicationClass();
    Just this line causes labview to launch but then immediately throws an
    exception: "Query interface for interface LabVIEW._IApplication
    failed".
    Does somebody knows how to use that control in C#/VB.NET ?

  • How to "roll back" SAP APO PPDS planning batch run from infeasible batch mid-point to before start of planning batch run?

    Hi Experts,
    We are investigating if any SAP customer that implemented SAP APO PPDS has ever attempted to establish a "roll back" of the SAP APO PPDS created supply plan to a defined point before the start of the SAP APO PPDS planning batch run?  
    We have a situation where - in the middle of the planning batch run - randomly or intermittent the batch run hangs or runs a step for multiple hours that normally, at most days, takes only a few minutes to run.  In a situation like this, the supply plan is not in a state where customer sales orders can be promised  (using GATP CTP) or planned orders can be converted to production orders and published to SAP ECC, etc since the plan may be capacity infeasible or simply partial or incomplete.   To not hold the business operations hostage to wait resuming operations (promise customer sales orders, convert and release and execute orders to transfer, deliver, produce, or purchase) for hours or days, we need to find a way back to the original plan right before the nightly PPDS batch planning job started.
    We already close all the queues from ECC to APO, thus, no CIF traffic from ECC to APO.  We also shut down the customer sales order feed into ECC as normal process for duration of the APO PPDS batch planning run.  Thus, functionally,  we are theoretically in a situation to simply go back to a PPDS and active planning version save prior to the run.  Yet, many more technical and BASIS-related questions remain on how to roll back to a state where the plan was not compromised.
    This inquiry is to learn if any other SAP customer has ever established a process to roll back SAP APO PPDS to a previous point in time supply plan to resume operations?  Whatever the reasons are, be it after a failed  batch run, or any time during the normal interactive plan day.  
    Additional information about our design and plan:  
    1.  We have a two year horizon supply plan in PPDS
    2.  We only publish to ECC 14 days worth of planned orders, stock transfer requirements, and purchase requirements
    3.  We convert planned orders to production orders and release production orders in ECC 2 days before first operation starts
    4.  We convert PR's to PO's and STR's to STO's in ECC  2 days before execution (ship or submit to vendor)
    Any indication where a SAP customer has developed and uses a process to roll back an SAP APO PPDS- planned supply plan to an earlier point in time or version would be helpful to know.
    Regards,
    Manimaran M.

    Hi  Manimaran,
    Saving in Simulation means in DS board when you click on save it provides you option to save sim version or adopt to active version. If you copy to inactive version you cannot copy back  trasaction data specially PPDs orders back to active version again while if you save in simulation you can adope it to active version at any point of time. YOu can adopt simulation version changes to active version using T-code /SAPAPO/CDPSS0
    Copying to active version means you copy data from version 000 to some other active version while here results are kept simulation,

  • Officejet Pro 8500 Premier: How do I force the Copy function to use paper from Tray 2?

    I set the default tray to Tray 2 and locked Tray 1 to protect my envelopes and this works fine when printing from the computer. But when I copy a document using the START COPY button, the printer pulls from Tray 1 and complains about the media being the wrong size.
    When I use the printers control panel to set the Copy function to use Tray 2, it resets itself to Tray 1 the next time I copy something.
    Surely I am not the only one in the Universe who would want to configure my printer to do this.
    Has anyone else out there tried this?
    Also, is there a specific forum for the Officejet Pro 8500 series printers?

    Hi
    Hope you're still checking this
    I had the same problem but found that if you go to the copy menu through the touchscreen, change the tray to tray 2 and then scroll to the very bottom there is an option to "Set as new default". This also changes the default for the Start Copy buttons - at least it did for me anyway.
    Good luck

  • Triggering of Process Chain in BW from R/3 system

    Hi,
    We have a special requirement where in the R/3 system (Project systems), the business user creates and saves a project.
    Currently we have a process chain for this master data which loads every 10 min on a daily basis, but many times it happens that the new chain starts before the first one gets finished, thereby creating a lock with the loads.
    To counter this we are trying to use a functional module at R/3 which gets triggered whenever the business user creates and saves the project in R/3. Though this program worked for us, but a new issue came. If the user creates 2 projects and saves it two times in a span of just 2 or 3 min, then once again the collision of chain occurs.
    Our purpose is that, once the old chain finishes, then only the new chain should get triggered. To achieve that we tried to find some options and found a table called RSPCPROCESSLOG which is present both in BW system and R/3 system. This table consists of the start and end time of a chain. So based on these fields of the table we can achieve the above. But this table is not configured to capture the logs in R/3 system.
    Please do let me know how to configure the RSPCPROCESSLOG table in R/3 system to capture the chains timing of BW. Otherwise suggest a way to achieve this task.
    Regards
    Vishwanath

    in rough :
    create table in r/3 (eg z_chain_status) : via se11. insert two fields : - Process_chain char 60
                                                                        - Active : char 1
    R/3 create FM : via se37 (eg Z_update_chain_status)
    import parameter = status
    process chain can be hardcoded or also defined as varaible, as you wish...
    select status from z_chain_status.
    status = import parameter
    modify z_chain status
    BW : create program : via se38 z_update_status_in_r3
    parameter = status
    call function z_update_chain_status destination R/3 system status
    create two variants of program :
    varaint z_active : with parameter status = 'X'
    varaint z_inactive : with parameter status = ' '
    process chain
    step 1 = start
    step 2 = abap process type
             progam : z_update_status_in_r3
             variant z_active
    step 3 - n : your loads
    step n + 1 : abap process type
             progam : z_update_status_in_r3
             variant z_inactive
    R/3 user-exit  or business addin : slect from table z_chain_status;
    if active = 'X'. exit. else trigger BW pc (I suppose as it works do today)
    M.

  • How to set a new attribute in th Servlet Context from an external app.

    Hi,
    I need to do an external application that can access to the servlet context to recover/modify some attributes. Anybody know how can I do it?.
    I've revised some mBeans thinking that they can serve me the servlet context, but I have not viewed anything related.
    Best Regards
    Antonio

    I'd say your best bet is adding another servlet and mapping to your application that presents a REST interface to this information. You could return application-scope data in a small XML document, and you could send attribute names and values with request parameters.
    It's not practical to dynamically change the actual init-params of the servlet context.

  • How can I restore my itunes on a new computer from an external hard drive without a back up?

    How can I restore my itunes on a new computer?
    I use an external hard drive to store all my information i.e. music / apps / movies but my current laptop has just blown up so now using a temp laptop.
    I am looking to try & restore my itunes & all of its information like my playlists / apps & everything else from the hard drive but it does not have a back up in the programmes to restore from that.
    Currently running Windows 7.
    All I want to do is have my itunes back without the pain of looking & reloading all my info which will take me an age.
    Any hints tips or advice that has worked for you would be greatly appreciated.

    Did you store the media library files on the external drive as well?
    If so press and hold down shift as you start iTunes, use the choose option, and connect to the iTunes Library.itl file on the external drive.
    If not you will need to start a new library and import the content into it. Do you have any devices that might hold ratings and playlists that could be recovered? If so see the second and third entries from the bottom of the table of recovery tools in Recover your iTunes library from your iPod or iOS device, and read the rest of it if you have any iOS devices.
    tt2

Maybe you are looking for

  • Reports do not render in IE 11

    We have several reports built for our site that worked fine for our clients until they installed IE 11. Now most reports appear blank. After hours of researching I can create and fix the problem. The problem is that any report that contains a "line"

  • Runtime Error: How to Reprocess File-XI-IDoc scenario

    Hi All, I'm working a file adapter to XI to IDoc scenario.  My XI message has about 2,000 records in it and one of those records contains an error (due to an invalid character in a description).  My question is in a production environment would it be

  • HT5295 What are the basics of creating and distributing Podcasts?

    What are the basics of creating and distributing Podcasts?

  • SAXParserException in parsing of

    Hi, I have a peculiar problem that I couldn't find any straight way approach yet. I have an XML that contains a tag like this:- <?xml version="1.0" encoding="ISO-8859-1"?> <copyright> The copyright symbol to use is by giving © escape sequence. </copy

  • BI security infoprovider problem

    I have a problem in BI 7.0 security , we have created different data roles according to our region . I am restricting according to infoprovider characterstcis in Rsecadmin, it is working fine with china region ( they also restricted with copmany code