What is the Exit / Badi triggered after PGI is done in VL02N???/

What is the Exit / Badi triggered after PGI is done in VL02N??/ Once PGI is done then i have to update some tables. so whats is the userexit or a bapi that is triggered ones the PGI is done.?????????????

BADI LE_SHP_GOODSMOVEMENT is called when the post goods issue is performed.
It handles a number of goods movements, so is_likp-lfart eq 'LF' will limit it down to goods movements for deliveries.

Similar Messages

  • Exit which triggers after SO Save

    Dear Experts,
    I have a requirement to send auto mail to user on customer credit status when user create Sales Order and save.
    I did all the necessary code in the form routine USEREXIT_SAVE_DOCUMENT of include program MV45AFZZ.
    USEREXIT_SAVE_DOCUMENT will trigger before the document save but I need the condition value for that SO and that will be available only after the Order saved therefore my requirement will be completely fulfil if there is any exit which triggers after Order saved, please let me know if there is any exit triggers after SO saved.
    Thanks in advance...
    Regards
    Venkat

    Hi Venkat,
    I think you can achieve through output. You can create an output condition similar to KRML (in which the credit data is send to credit rep) and modify the same as per your need.
    How ever the desired credit data that you are looking for can be called from sales summary(t code-VC/2): Info block 018 Credit info.
    Hope this will help you.
    Please revert to forum if have further doubts
    Cheers
    Atul

  • User exit to triger after PGI

    Hi ,
    I want to find out an user exit to trigger after PGI (MIGO) I want to do some operation after PGI.
    I have to close this Issue with in 1 day.. I have to add the login in that exit also...
    Plz can any one help me out on this Urjent....

    Hello Sudha,
    Once the PGI ( Post Goods Issues ) over then I want to do some operation .. for that I want to find out the user exit where I can write some logic and process after the PGI...
    Can you help me on this Plzzzzzzzzzzzzz....

  • User exit to triger after PGI (Post Goods Issue)..

    Hi,
    Can any one help me on this........... Plz .. Urjent...
    I want to make some operation after PGI and I want to find out the user exit to triger after PGI... I dont know How to find out that exact .. Can any one help me on this ...
    I want the User exit that triger after PGI...
    Regards,
    Raghunath.S

    Hello Sudha,
    Once the PGI ( Post Goods Issues ) over then I want to do some operation .. for that I want to find out the user exit where I can write some logic and process after the PGI...
    Can you help me on this Plzzzzzzzzzzzzz....

  • User Exit to trigger after PGI

    Hi,
    Can any one help me on this........... Plz .. Urjent...
    I want to make some operation after PGI and I want to find out the user exit to triger after PGI... I dont know How to find out that exact .. Can any one help me on this ...
    I want the User exit that triger after PGI...
    Regards,
    Raghunath.S

    Hello Sudha,
    Once the PGI ( Post Goods Issues ) over then I want to do some operation .. for that I want to find out the user exit where I can write some logic and process after the PGI...
    Can you help me on this Plzzzzzzzzzzzzz....

  • What are the different transaction codes for PGI?

    1. What are the different transaction codes for PGI?
    2. What transaction code should I use for a Group Delivery?
    Regards,
    Nazim.

    Hi
    Go to VL02 and you can do the PGI.
    Regfarding Group Delivery, you can create a batch job and link the program to the batch job so that the job picks up all the orders and create deliveries.
    Creating a Background Job Using the Job Wizard
    •From the main menu select System>Services>Jobs>Define Job (transaction SM36).
    •Press the Job Wizard button and step through the screens as follows:
    •1:Continue
    •2: Enter a name for your job. Continue.
    •3: Continue with ABAP Program Step selected
    •4: Enter the ABAP Program Name and variant name.
    Press the Print Parameters button, specify the required printer and set the "Time of Print" to "Send to Print Spooler for now".
    Press green tick
    Continue
    •5: If more reports need to be added to the job tick the checkbox, press continue and repeat screens 3 and 4.
    •6: Select how the job is to scheduled (eg Date and Time)
    •7: Enter the required scheduling information ( eg Date and Time) and if required tick "Periodic Jobs"
    •8: If "Periodic Job" was selected select the frequency (eg Monthly)
    •9: Check the job details and press Complete
    Hope the above info helps.
    Reward if useful
    Regards

  • What are the things to check after full imp in 10g?

    Dear all,
    Source
    =======
    OS server ==> HP-UX
    Oracle version ==> Oracle 9.2.0.8
    DB Name ==> MSST
    DB total users ==> 320
    Full export in ==> /u02/export/Jan09.dmp
    Tablespaces ==> SC, SC_I, SA, SA_I, PP, PP_I, AC, AC_I, SD
    Destination
    ============
    OS server ==> HP-UX
    DB Name ==> CHDB
    Existg DB users ==> 20
    Oracle version ==> Oracle 10.2.0.4
    copied 9i dump file in ==> /u03/export
    Tablespaces created same as Oracle 9i i.e;
    Tablespaces ==> SC, SC_I, SA, SA_I, PP, PP_I, AC, AC_I, SD
    I had run full import on Destination server i.e; Oracle 10g & following is the command i used:
    imp system/pwd@conn_string file=/u03/export/Jan09.dmp log=/u03/export/Jan09_imp.log full=y ignore=y statistics=none
    Imported successfully with few errors like
    Now my question is
    ===================
    How to check everything is same/similar like Oracle 9i database ( source ), for example ( i used this technique ):
    What are the things to check after full imp in 10g?
    MSST_DB>SHOW USER
    MSST_DB>SA
    MSST_DB>select object_type, count(*) from user_objects group by objects;
    OBJECT_TYPE COUNT(*)
    DATABASE LINK 2
    FUNCTION 23
    INDEX 1795
    LOB 6
    PACKAGE 8
    PACKAGE BODY 8
    PROCEDURE 30
    SEQUENCE 67
    SYNONYM 60
    TABLE 644
    TRIGGER 3
    VIEW 20
    CHDB_DB>SHOW USER
    CHDB_DB>SA
    CHDB_DB>select object_type, count(*) from user_objects group by objects;
    OBJECT_TYPE COUNT(*)
    INDEX 1794
    PROCEDURE 30
    TABLE 644
    TRIGGER 3
    VIEW 20
    FUNCTION 23
    SYNONYM 60
    PACKAGE BODY 8
    SEQUENCE 67
    PACKAGE 8
    LOB 6

    What are the things to check after full imp in 10g?Only public database links which are in use by your these users which you export/import (Only if you did user level export/import and not DB level).
    If you log files does not show error during creation of any object, you don't need to double check any thing. Otherwise do on with the method which you mentioned by counting the objects.
    Or you can create a database link from source to destination and use a query with MINUS to find out if there is any object missing
    select object_name,object_type from user_objects
    MINUS
    select object_name,object_type from user_objects@destination_database;Salman

  • FAQ: What are the best resources for After Effects CS6?

    Listed are select troubleshooting and "how to" resources for After Effects CS6.
    After Effects CS6 troubleshooting resources
    I'm having trouble downloading and installing After Effects. What do I do?See troubleshooting documents, post in the Downloading, Installing, Setting Up forum, or contact support. For details, see this blog post or this FAQ.
    What are the system requirements for After Effects CS6?See this article.
    Does After Effects CS6 work with Mac OS X 10.9 (Mavericks)?Yes, update to After Effects CS6 (11.04) for that capability. More info in this blog post.
    How do I prevent After Effects CS6 from crashing when I use Illustrator files?Prevent this issue by turning off the preference Create Layer Markers from Footage XMP Metadata in the Media & Disk Cache preferences category. More info in this blog post.
    I can't open the composition mini-flow chart. What do I do?See the workarounds in the following blog post.
    Is there a 30 day trial available for After Effects CS6?Yes, subscribe to the free version of Creative Cloud, then download After Effects CS6. More info here.
    I'm getting errors related to QuickTime. What do I do?See this blog post for troubleshooting items related to QuickTime.
    What are the GPU related features in After Effects CS6?See this blog post for details.
    Do I need new plug-ins for After Effects CS6?See this blog post for information.
    I'm getting errors after applying the 3D Camera Tracker or Warp Stabilizer to a long clips in After Effects CS6. What do I do?See this blog post for more information.
    After Effects CS6 Tutorials
    How do I get started with After Effects CS6?See this blog post.
    Where can I find tutorials for learning After Effects CS6?
    See this blog post.
    See also this collection of tutorials.
    Issue: What are the top new and changed features in After Effects CS6?See this blog post.
    Issue: How do I optimize After Effects CS6 for best performance?See this article.

    Hi ..
    GO to website www.Apache.org
    down load Apache tomcat server .
    install it ...
    Go to sun site
    c and download jsp tutorials ...
    Go to
    (www.coreservlets.com)download book core servlets
    u can find lots of nice books supported by sun on sunwebsite ...
    Now u r equipped ....
    start doing everything (R &D) on server ..
    Join This JSP forum and ask any thing u didnt got ..or learn or get confused..
    I thing once u go through this ..it will do all what u want
    Hope it helps
    Best of Luck :)
    regds & take care

  • In what case the exit MBCF0002 is useful.

    In what case the exit MBCF0002 is useful. please explain with an exmple.

    The user exit MBCF0002 includes a function module that is called up when you enter a goods movement for each item.
    It enables you to fill in the item text in the material document item, depending on the following data:
    MKPF     (Material document header)
    MSEG     (Material document item)
    VM07M    (Additional data for material document item)
    DM07M    (Additional data for material document item)
    The item text is also stored in the accounting document.
    Examples:
    Goods receipt for a purchase order assigned to an account: since the purchase order number does not contain a material number, the material description entered in the purchase order is used as an item text (field MSEG-SGTXT).
    Example of source text:                                                 
      IF I_MSEG-MATNR IS INITIAL.                                           
        E_SGTXT = I_DM07M-MAKTX.                                            
      ENDIF.
    If the material description is to be used as the item text for all goods movements, the source text has the following line only:
    E_SGTXT = I_DM07M-MAKTX.
    *I think this will clear you abt this exit. This is the standard sap help.For help goto SMOD, enter the enhancement and select the Documentation and go through it..
    Reward if helpful..
    Regards,
    Srib

  • What is the standard battery life after charge

    What is the standard battery life after charge?

    About 1,000 full charge cycles. Mac notebooks- Determining battery cycle count - Apple Support.

  • User Exits / BADIs triggered during the Material document creation

    Hi Experts,
    Can anybody tell me the User Exits / BADIs /Possibilities that can be triggered during the Material Document Creation which can be used to update the Equipment Master User Statuses.
    Thanks,
    Sangeeta.

    Hey Sangeeta,
      Try these User Exit's
    MGA00001  Material Master (Industry): Checks and Enhancements
    MGA00002  Material Master (Industry): Number Assignment
    MGA00003  Material Master (Industry and Retail): Number Display
    Using Enhancement MGA00001 (Function Exit : EXIT_SAPLMGMU_001 ) you can validate & Change your Material Document Number.
    Badi's
    BADI_EAN_SYSTEMATIC
    BADI_GTIN_VARIANT
    BADI_MAT_F_SPEC_SEL
    BADI_MATERIAL_CHECK
    BADI_MATERIAL_OD
    BADI_MATERIAL_OD
    BADI_MATERIAL_REF
    BADI_MATNR_CHECK_PVS
    BADI_MM_MATNR
    BADI_MM_MATNR
    CDT_CHECK_MATERIAL
    MG_MASS_NEWSEG
    MG_MASS_NEWSEG
    WRF_DISCONT_FACT_E
    Note: This is for transaction code MM01, MM02 & MM03.
    Regards,
    Saravanan M

  • Backend PO creation - What is the fist BADI

    Hi,
    I want to know the first BADI that gets triggered after I click on "Create Purchase Order".
    Regards,
    Rajasekhar

    Hi
    <b><u>Related SAP OSS Notes to go through -></u></b>
    Note 1000184 - Account assignment error when document transfer to back end
    Note 906465 - Shopping cart transfer:Mapping BADI bbp_create_po_back/...rs
    Note 903805 - Shopping cart transfer: BAdI bbp_create_po_back/...rs_back
    Note 336658 - Purch req instead of purch order created in backend
    Note 528423 - Local purchase order not created
    <u>Please go through this -></u>
    A local purchase order is to be created as a subsequent object for a shopping cart item in the EBP System.Although the item was approved, no local purchase order is created.In the application monitor (Transaction RZ20), you only find the uninformative message <CCMS:no default text available> under the node 'Shopping Basket -> Local errors'.
    On the one hand, the value of the 'BSA' user attribute determines the document type with which purchasing documents are created in the back-end system while, on the other hand, however, for local purchase orders this value also determines the action type of the local purchase order (similarly to the DP_PROC_TY attribute, which determines the action type for direct purchase orders for material).
    The system uses the transaction type to determine the number range interval, from which the document number is to be used for the local purchase order.If the system cannot determine any transaction type, it is then also not possible to determine a document number and the local purchase order cannot be generated.
    You must make sure that whatever value is used is defined as a transaction type in EBP Customizing and that a valid internal number range interval for the purchase order object is assigned to this transaction type.
    That is, when BSA = EC, then a valid 'EC' transaction type must be defined.
    Only maintain one value (cross-system) for the 'BSA' attribute and set the default flag for this. Several system-dependent values for this attribute are not currently being analyzed on a system-dependent basis.
    Do let me know.
    Regards
    - Atul

  • What are the steps to follow after you install a new Hard Drive on a 17in Macbook Pro mid 2009

    I plan on installing a larger Hard Drive..the physical part is simple..but what are the steps after you close it up and hit the power button? Is there softwre on the mother board that will start the unit running??

    A new Hard drive will not be Mac-formatted, so you will have to do that first. A copy of Disk Utility to do the job is also on the 10.6 Installer/Utilities DVD.
    Boot to the installer DVD, but do not Install. Answer only the "what language" question, and wait a quarter minute for the menuBar to be drawn. Choose Disk Utility from the Utilities menu that appears.
    Select the Hardware_name of the new Drive. Partition, one partition, ( Options ), GUID partition table. Name the partition: MacIntosh HD and choose Format: Mac OS X Extended (journaled). It will complete in a minute or two, as it only rewrite the Directory area.
    If you wish to shake out your drive, you can erase it and Security Erase, Zero all data, one pass. But this takes HOURS.

  • User exit/BADI triggered when WWI document is released in CG02

    Hi,
    In CG02 when a WWI document is created for a specification i want to know user exit/BADI associated when the document is released/accept in the report management.
    Any help would be appriciated.
    Thanks,
    Sridhar.

    Hello
    the user exits mentioned do have special purposes.
    C1G20001 and C1G20002 are related with report management system
    C1G20003 and C1G20004 are related with report information system
    The other exit is related to tasks which can be "programmed" in using the report header. The "release/accept"  process is generally related to the definition of the generation variant.
    Regarding the mentioned BADI I have no special knowledge if it can be used here.
    Could you indicate the reason behind your question?
    Reason is: based on the generation variant definition there is no "real report" which can be "released" or the report is immediately "released" and the user exits mentioned will not help any more in most scenarios.
    With best regards
    C.B.
    PS: I have done a small research: Badi EHSS_WWI_BADI_001 is available starting ERp 6.0 o my knowlegde; depending to your business needs there is a chance that this Badi can help.
    Edited by: Christoph Bergemann on May 24, 2010 3:57 PM

  • I  wants to change the quantity in billing after PGI? plz cive me idea

    i wants to change the quantity in billing doc after pgi
    plz
    give me the ans

    Hi
    Maha Lingam
    No u can not change qty. in billing once PGI is done. If u want to change the qty then U have to reverse the PGI Tcode VL09 and after that u can change qty in Delivery Tcode VL02N and again u have to do PGI.
    Thx.

Maybe you are looking for