Best BAPIs to emulate VL02n, VA01, ME21n, and MIGO ???

I've got a multi-step batch process which requires emulation of VL02n, VA01, and ME21n as follows:
VL02n: for MT 641, 651
VA01: for return sales orders
ME21n: for inbound/outbound STO's)
MIGO: for MT 551
What BAPIs could you use for each of the four emulations?
What BAPIs should you use for each of the four emulations?
Thanks
djh
Edited by: David Halitsky on Feb 6, 2008 6:27 PM

Hello,
Here are they
VL02n:  BAPI_DELIVERYPROCESSING_EXEC
VA01: BAPI_SALESORDER_CREATEFROMDAT1,BAPI_SALESORDER_CREATEFROMDAT2
ME21n: BAPI_PO_CREATE
MIGO: BAPI_GOODSMVT_CREATE
Cheers,
Vasanth

Similar Messages

  • User Exit transaction ME21N and ME22N in the save moment

    Hi, all.  I need one user exit to transaction ME21N and ME22N for SAVE.
    I need name user exit please in the save moment.
    Message was edited by:
            Martínez Vásquez Rubén Dario
    Message was edited by:
            Martínez Vásquez Rubén Dario

    Hi,
    Please check this user exits.
    EXIT_SAPMM06E_012 - Check Customer-Specific Data Before Saving
    EXIT_SAPMM06E_013 - Update Customer's Own Data in Purchasing Document
    EXIT_SAPMM06E_016 - Export Data to Customer Subscreen for Purchasing Document Item (PBO)
    EXIT_SAPMM06E_017 - Export Data to Customer Subscreen for Purchasing Document Item (PAI)
    EXIT_SAPMM06E_016 and EXIT_SAPMM06E_017 are the best place to change line item. I used in both places again it depends on your requirement for PBO or PAI.
    By the way, what do you mean by actualization?
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Is there a BAPI that gives the status information (and possibly more) of a

    Hi All,
    We are using an external document image system where we scan and code vendor invoices. They are send to our SAP system via a BAPI.
    We want to update the status of the invoice in the document image system from the status in the SAP system, so whether it is still open or has been paid and cleared. Is there a BAPI that gives the status information (and possibly more) of a specific vendor open item?
    Regards,
    Gerrit

    Are you sure about that? Several highly regarded, widely downloaded apps, e.g., eReader, have an option to hide the status bar. The developer forums are awash in discussions about the commands to hide the status bar-- it's built in to the SDK.
    I figure someone will have put out a small program that does nothing but hide the status bar or allow its tweaking... much like StatusBar does on the Palm OS 5 PDAs...

  • What's the best way to set up my iPad and iPhone through I tunes

    I have an iPad and now an iPhone what's the best way to sync these in iTunes I'm assuming I'll use the same account and as such the same music aps etcwill sync on both devices? Also it is best to back up to the cloud and would this allows instant transfer of data between device ie pictures? Thanks

    You can use the same Apple ID, iTunes will still be able to tell them apart. If both are on IOS 5.x, you can use backup from the iCloud. To have pictures across all you devices, switch Photo Stream to ON.
    Settings > iCloud > Photo Stream.
    (Note: Photos that are already in Photo Library will not stream, only those you take after Photo Stream is switched on)

  • We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube?

    We are evaluating the use of iPod touch devices to record best practice videos on our manufacturing floor and to post to an internal Moodle web site. How can you upload a video from the iPod touch to a site other than YouTube? The Moodle upload interface is expecting a file selection dialog box like windows or OSX. I do not want to have to go through an intermediary step of messing with a pc.
    Thanks!

    It should be around 7 and a half gigs. In iTunes, across the bottom there should be a bar that show how much storage is being used and by what. (music, movies, apps, etc.) To make music take up less room, you can check the box to make it convert the music to 128kbps AAC. This lowers the quality, but with most earbuds and speakers, you can't even tell the difference.
    The iPod touch has parental controls built in. You'll find them in Settings. I think they only work for enabling/disabling Safari, Mail, YouTube, and App Store. Here's an app that does more: http://www.mobicip.com/online_safety/ipod_touch

  • Make Non-editable Column in Table Control of ME21N and ME22N

    Hi Experts,
    I was trying to look for a solution to make the columns for field MEPO1320-SLFDT(Stat Deliv. Date), MEPO1320-EEIND (Deliv. Date) and MEPO1211-NETPR (Net Price) from transaction ME21N and ME22N to be non-editable ONLY when Qty Received (MEPO1320-WEMNG) > 0.
    I'd found that the modify screen codes were located at Class CL_TABLE_VIEW_MM, Method MODIFY_SCREEN_TC_LINE but there were no enhancement spots available to add my code. Is there any other method i can use to make those fields non-editable?
    Thanks in advance!
    Cheers,
    Cheng
    Edited by: Cheng Mei Tan on Jun 4, 2009 9:31 AM

    Hi Cheng,
    I think you can use this BAdi: ME_PROCESS_PO_CUST - Enhance Processing of Enjoy Purchase Order.
    Use the method PROCESS_ITEM to control the fields at the item level.
    I think is not possible to make the fields non-editable, however, you can put an error message whenever your condition is verified, and the user won't be able to change the fields.
    Cheers,
    Pedro

  • New tabs added by Badi ME_GUI_PO_CUST not seen in ME21N and ME22N

    Hi All
    I am implementing BADI ME_GUI_PO_CUST / ME_PROCESS_PO_CUST to add additional fields in Purchase Order Header.
    The implementation of the BADI ie the Subscreen of the fields to be added appears in Header of  transaction ME23N but it does not appear in the transaction ME22N and ME21N.
    Can anyone help me on this.How to make the tab appear on screen in transaction ME21N and ME22N.
    Thanx.

    Dear Friend,
    Just go to the Class CL_PO_HANDLER_MM
    This is the Super Class for the PO & PR.
    If u debug the PO u can see that PO is calling this super class.
    For this u want to create Subroutine in the Function Group calling the Screen .
    The Problem which u r facing is that the Instance are not yet created for that Cusotmer Data.
    Once u created this Subroutine u can see the fields..
    With Regards,
    Sumodh.P

  • Best practice: team based development with JDeveloper and CVS?

    Hi all!
    I was wondering of what is the best way to work with Jdev 9i and cvs on a same project with 5 developers whereas
    all developers use the same JPRs and JWS?
    Which of the files should be checked in to the central CVS repository, which should be remained on the local machine of each developer?
    I assume, all java and xml files might be stored in the cvs repository. But how can we make sure that new files written by a member of the team will be added to my project?
    If we also check in the JPR and CFG files the merge of concurrent JPRs will fail and our project will be shreddered ;-)
    My question: what is your best experience with simultanous development on same projects?
    Any idea?
    Many thanks,
    Stefan

    1. Put everything that your project needs under CVS control:
    - buildscripts
    - BC4J jarfiles
    - BC4J generated files (java, xml, xcfg, jpx, cpx)
    - .properties, package.html, gif, ...
    - docu
    - install scripts
    - starter batch or exec, ...
    2. Each developer should have a own JPR and JWS file. In a seperate location those files could be checked in frequently to easy allow the setup of a new Developer workstation
    3. Use a sourcecode formatter (e.g. jalopy) on the BC4J generated java files to reduce merge conflicts because of empty lines generated by JDev dialogs
    4. Adding new files is no problem:
    - if you add new BC4J objects (AM, VO, ASC, EO, VL) also checkin the bc4j package XML so new files will be added.
    - set in project settings common / input paths - "Scan source path ..."
    5. Deleting BC4J files is a problem, because JDev does not automatically remove them from the project. So if someone deletes BC4J objects, you should close the project and delete it manually from the jpr file
    6. Close the project before making a CVS update wih external tool like Tortoise because of JDev caches
    Regards, Markus

  • Best way to uninstall FCP 5.0 and then install 5.1 on my MBP

    hope this is not a dumb question... i installed FCP 5.0 on my MBP not knowing that i should have done the 'universal crossgrade' to 5.1 first. I'm kinda new to Mac, so how should i do the install of 5.1? should i completely uninstall all the FC Studio Apps (FCP, motion, DVDSP, soundtrack pro, live type) first by just deleting them from the 'applications' folder and then install all the 5.1 apps? or can/should i just start with the install of 5.1 without deleting the 5.0 apps? Also, does anyone have any thoughts on running Motion on the Mac Book Pro? Using the 5.0 (non universal) version of Motion, the app would never open past the "opening startup screen" which is how i found out that i should get the universal crossgrade, so hopefully this will solve that problem and run smoothly??? thanks for any help in advance...

    your best bet is to wipe your harddrive and do a clean install of the os and it's updates, then your software.
    simply deleting fcp from your applications folder won't uninstall the application.
    do a search in the motion forum for operating on a macbook pro, you'll find people do with great success.

  • What is best blue tooth presenter for macbook pro and air

    What is best Blue Tooth presenter for MacBook Pro and Air?

    You got lots of choices such as:
    WD Studio
    http://www.wdc.com/en/products/products.aspx?id=200
    WD Studio 2
    http://www.wdc.com/en/products/products.aspx?id=210
    WD My Book
    http://www.wdc.com/en/products/products.aspx?id=250
    Lacie:
    http://www.lacie.com/dk/products/range.htm?id=10007
    http://www.lacie.com/dk/products/range.htm?id=10036
    The are tons of external storage for mac out there but these are a few of them...
    I personally like the WD Studio 2 and the LaCie 2big Network 2

  • HT1338 hi what antivirus is best in macbook pro???and may mac pro is go slow?

    hi what antivirus is best in macbook pro???and may mac pro is go slow?

    Forget about viruses, and don't install Sophos, which is worthless.
    First, back up all data immediately, as your boot drive might be failing.
    One possible cause of a slow user interface is a large number of image or video files on the Desktop with preview icons. If you have more than a dozen or so such files, move them to another folder.
    Otherwise, take these steps when you notice the problem.
    Step 1
    Launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Next, select the Disk Activity tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in and Writes out.)
    Step 2
    You must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way as above. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left.
    Post the 50 or so most recent messages in the log — the text, please, not a screenshot.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into a message.
    Important: Some personal information, such as your name, may appear in the log. Edit it out before posting.

  • Best way to transfer video between iphone and mac wirelessly?

    Please suggest me the best way to transfer files between mac and iphone wirelessly.Mainly for videos.

    If you want to transfer photos and videos from the Mac to the iPhone (but not in the other direction) you can use iTunes and sync via wi-fi: http://support.apple.com/kb/HT1386
    If you want to wirelessly tranfer videos in the other direction you may want to look into a 3rd party app such as http://www.photosync-app.com Note that I have not used that app so be sure to investigate others as well.

  • BAPI to create vendor bank details and IBAN

    Hi,
    here i am developing a program for IBAN creation for Vendors.
    BAPI_CREATE_IBAN is the BAPI which can create IBAN to update TIBAN table but there is no link with vendor. i.e we cannt view the details in XK02/XK03. So at the moment if we can create the bank details for a vendor( updating LFBK table) then probably could work out to get the solution.
    could anybody suggest me how to solve this issue.
    Let me know if there is a BAPI which can update both TIBAN and LFBK table.
    Or
    If there is a BAPI which can update vandor bank details( updating LFBK table) .
    Quite an urgent issue.
    Waiting for your reply at the earliest.
    Thanks,
    SAM

    Try changing Bank details directly giving bank
    BAPI_BANK_CHANGE
    Regards,
    Prashant

  • What is the best way to have access to OSX and OS9 from the same machine?

    What is the best way to have access to OSX and OS9 from the same machine?
    Do I need to partition the hard drive? Installed both Tiger and OS 9 on the G5 and it is having problems starting up properly.
    G5   Mac OS X (10.4)  

    And here is the prove for Edwin's message: Macintosh: Some Computers Only Start Up in Mac OS X

  • User Exit for PO creation(me21n and me22n) - A/c assgn Category is existing

    Hi all,
    I would like to have your guidance to find out an appropriate EXIT to meet the following req.
    Requirement is such that : This EXIT should generate a G/L account automatically (or over-write the existing G/L a/c) during any PO creation(me21n and me22n tcodes - before saving) based on the fields(mandatory) :
    A/c Assignment Category,
    Material,
    Company code and
    Vendor
    entered by the user(during his/her PO creation activity)
    The identified EXITS as of now are EXIT_SAPLEBND_002 (But the package is not matching our PO tcodes : me21n and me22n)
    and EXIT_SAPMM06E_017(Package ME- same as tcodes me21n,me22n)
    and even other Exits available for PO based on <b>before saving</b> activity.
    Even I tried out creating a PO in debugging mode(with break points set at the above EXITs).
    Please do help me out at the earliest to identify the appropriate EXIT to meet this requirement.
    With Regards,
    Srividya

    Hi!
    in SMOD give MM06E005 enhancement
    FM name
    EXIT_SAPMM06E_017
    This will be triggered during saving.
    Regards
    Tamá

Maybe you are looking for

  • Which version, Professionl or Standard, to ceate/merge PDF's, with Boomarks?

    Me software Dev, inherited VBA that create/merge PDF's, with Boomarks in VBA.  Which version do I need?

  • Web interaction in local HTML5 publish

    Hi, I have a bit of a hard time to get web interaction working in local html5 publish. We have embedded a web page interaction widget in our presentation. The interaction works fine in LMS, but we need to deliver the content on CD, so the presentatio

  • Process Control in Confirmation Parameters

    Dear All, There is a Process  control tab in SPRO'confirmation parameters for Orders'. I know it is used for decoupling of Production process like GI,GR & activity posting.What are the basic settings required for the same.Plz guide..

  • How to access graphic components from classes?

    Hi, I am creating a Flex application. In my Main.mxml, I add different UI elements, such as panels. I also have a few actionscript files. Everything is in the same folder. So my question is : how can I access a panel created in Main.mxml from an acti

  • HP Recovery Manager for HP Stream 7 Signature Edition

    I have a HP Stream 7 tablet, and evidently the HP Recovery manager is not available and I have tried to find a suitable tool so that I can free up space on the 32GB storage for Windows 10 I need a full installed suitable for the HP Stream 7 to use a