Output trigger after PGI during shipment completion

Hi Guys,
We have following  requirement.
After shipment completion, PGI will trigger, after PGI is completed, output sholud be triggered if the preceding document is free of cost sales order.
How to ensure the above requirement is met.
Thanks
Shankar

Hi
For meeting your requirement you have to take the help of abaper and create one routine
Go to Transaction VOFM
go to menue -
Requirement -
Output control.
Here abaper have to create one routine that
                       if AUART (sales document type) = "your Document type"
Then System will allow to take printout
Go to Transaction NACZ and assign routine here
Regards
Shambhu Sarkar

Similar Messages

  • Re: Sales Order Output trigger after Overall status is Complete

    Hello Friends,
    We have a requirement where in , we want to trigger the Sales Order Ouput once the overall status is completed.
    Basically , the print program should trigger only when Overall status of Sales Order is Complete.
    Can anyone suggest any way to achieve this requirement ?
    Thanks in advance.
    Julie.

    Hi,
    For this we have to go for ABAP development/a "Z" program.
    This program/conditions will be maintained at the smart form level.
    This has to be triggered only when the over all status is complete.
    This thing we have to check in table "VBUK".
    Pass your order number into "VBELN" and check for the field "GBSTK".If it is "C" then only it should be triggered.
    We have to write a small line before this triggering program or condition is to be maintained in smart form if you are using it.Contact your ABAPer.
    Regards,
    Krishna.

  • 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....

  • STO Process after PGI

    Hello,
    STO process after PGI header - shipment tab - Trans ID code should be greyed out. Please let me know if there are any possibilities.
    Thanks & Regards

    Hi
    Get ABAP er Help and ask them to use SHD0....transaction
    Regards
    S.Baskaran

  • 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....

  • Settings to trigger output at the time of PGI in shipment

    Dear Friends,
    I have a requirement where an output has to be triggered from the shipment document (VT02N), when the post goods issue is completed.i.e when the user completes the "shipment start" stage in the shipment document.
    The output document has to be sent by email to a couple of users when PGI is completed in the shipment.
    Since,here we are not manually triggering the output, instead the output is triggerred automatically when PGI is done.
    Please let me know the settings to trigger a particular output when PGI is done.
    Waiting for valubale feedback.
    Regards,
    Sampath

    Hello,
    You can do this through Configuration.
    LE>Transportation> Shipments >Define and assign activity profile
    With reference to shipment type you have 7 status available. In your case Shipment begin stage you can Set PGI and Output trigger by creating variant.
    All you have to do is put the mouse on the "at shipment begin" and select maintain and you can see the PGI option and output fields where you can call the output type there.
    try it will work....
    tkreddy
    Edited by: Tkreddy on Nov 10, 2009 3:00 AM

  • Restrict Output type at the time of Picking and Print after PGI

    Hi All....
    My business requirement is to restirct certain Output types such as LD00, LD0F etc. at the time of Picking and Batch determination and to print after PGI.
    These output types are triggered Automatically via Batch job scheduled via third party tool. All the complete Delivery process is Auto.
    Once Sales order is created the below process takes place.
    Auto Delivery
    Auto Shipment
    Auto Picking and Batch determination (Now in this step I need to restrict)
    PGI (Manually vai some custom program)
    Once the Picking is done all the Output types appear in Delivery Header output which are processed with a Dispatch time of 4. (Appeared as Green tarrif.)
    For the Output type LD00 -> 911 routine is added .
    This routine is triggering at the time of Picking and Batch determination.
    At this Point of  Picking I can restirct the output type by using the Routine that not to display in Delivery Header,  but iam not able to retrieve again at the time of PGI. Is there any option  to get the data of Output type at the time of PGI.
    Or is there any option for LD00 output type to dynamically select the Routine Number to trigger at the time of PGI. ( If I use Routine no 1 it will trigger at the time of PGI, but I cannot change especially for this purpose since this output type is used for multiple purposes)
    Pls provide me the solution.

    Hi Brad
    I can copy the code from routine #1 into my routine #911 inorder to restirct the display of output type in delivery header. But as mentioned by you this routine is not triggered at the time of PGI. ( I checked at the time of PGI )
    If i link my output type LD00 with Requirement #1 routine then it will be triggered at the time of PGI, but here the o/p is linked with Requirement #911.
    Pls let me know if any thing wrong i mentioned...

  • EBS: Email XML publisher output, from After Report Trigger in Data Template

    Here is what I'm trying to do:
    -- In EBS (11.5.10 CU2), I'm using XML publisher (5.6.2) data template and layout template to generate Output files (PDF, EXCEL etc)
    --In the Data Template's AfterReport Trigger, I'm using the Concurrent Request Id to locate the Output file name and trying to Email that output file.
    Problem:
    -- When the AfterReport trigger code is executed, the code is NOT seeing the output file and hence the file is NOT emailed.
    Observations/Questions:
    -- From what I observe, the Output Post Processor ( that generates the Excel / PDF files) is running AFTER the code in AfterReport trigger... and hence the AfterReport trigger is Not quite seeing / able to access the output file.
    So, the sequence of execution seems to be:
    -- Before Report Trigger
    -- Data Query (SQL statement)
    -- After Report Trigger
    -- Output Post Processor
    Because the AfterReport Trigger is running before the Output Post Processor, it is Not able to see the output file. Is that a True statement?
    If Yes, how else can the DataTemplate access the Output file?
    If No, what could cause the AfterReport trigger to not see the output file?

    Because the AfterReport Trigger is running before the Output Post Processor, it is Not able to see the output file. Is that a True statement?
    I believe so, as the OPP works on the output of the Report after the Report has completed execution.
    You could use the same approach as we do for bursting the report to different users. Write a Java Concurrent program based on "oracle.apps.xdo.oa.cp. XMLPReportBurst" with delivery channel Email to send the email output. You would need to add code to launch the Concurrent child request in your AfterReport Trigger:
    function AfterReport return boolean is
    jreq_id number;
    begin
    srw.message (100, 'DEBUG: AfterReport_Trigger +');
    jreq_id:= FND_REQUEST.SUBMIT_REQUEST ('XDO','XDOBURST','','',FALSE,:P_CONC_REQUEST_ID,'Y',chr(0),
    If (jreq_id=0)
    then
    srw.message (100,'Request id is zero');
    end if;

  • Shipment after pgi

    At present we are able to create a shipment document before post goods issue. We wanted to create a shipment document after post goods issue. Is there any setting to do this.

    Hello,
    Shipment creation after PGI is not possible in SAP Standard.
    There is a basic logic behind this. PGI in SAP means all activities related to Goods Movement are totally complete.
    In your case, as Trucks wouldbe loaded in your premises, you will surely know the deliveries whose goods are loaded in Truck. Thus once truck is fully loaded & sealed, you can create Shipment Document & do PGI when Truck actually leaves your factory premises.
    Hope this clarifies,
    Thanks,
    Jignesh Mehta

  • Isi it possible to create shipment after PGI is done?

    Dear all,  after PGI
    how can I find create shipment for deliveries?
    Because, there is no delivery is VT01N screen..

    Yes, it is possible to create shipment after PGI.
    In VT01N - after clicking Deliveries button at the top - the Select Outbound deliveries screen appears.
    Here in the 'Goods Movement Status' - put from as A and to as C.
    But before all these, pls. make sure that there exists route in delivery, delivery type and item cat. are relevant for transportation planning. (check in - SPRO->Logistics Execution->Transportation->Shipments->Maintain Trans. relevance - and check in all three relevances for your scenario.)
    Thanks

  • Warning message in VT01 or 02n Shipment completion

    II am trying to create a warning message when Pressing the Shipment completion button in VT01 or 02n Transaction.
    Standard Activity profile does not have any area to enter a custom Formula or Routine that will help the developer to enter the logic. Also I donu2019t want to use output type to trigger work flow that will call the required program - it will be too data heavy.
    Case: We use a Packaging Unit that basically is used to determine the Total, tare and loaded weight (HU in Shipments). The delivery assigned to the Shipment has its item QTY which should be within the Loaded weight of the handling unit. Hence need some sort of pop up or warning message that will inform on Shipment completion u2013 any help or ideas

    Best option here is to use user exit in shipment to create pop up.
    Hope it helps.

  • User Exit after PGI in Outbound Delivery

    All,
    We would like to post an additional goods movement following the standard PGI in the outbound delivery. According to the business requirement, we need to do a 561 W movement (to receive the same PGI'ed stock as non-valuated customer consignment. This is for the stock that is being sold but not shipped immediately). Can someone suggest if there is any userexit or BADI that is executed after PGI so we can trigger 561 W based on the success of PGI.
    Thanks & Regards
    KC

    Hi
    You have the BADI MB_DOCUMENT_BADI, but in my opinion, it isn't advisable to call a BAPI (BAPI_GOODSMVT_CREATE) from this BADI (read Note 1284654 - Caution with implementations of the BAdI: MB_DOCUMENT_BADI to know it).
    Other possibility is to see SAP Note 415716 - User exits in delivery processing to find other ways to solve it. Be careful with the suggestions related with what you can do during goods issue posting in this note.
    I hope this helps you
    Regards
    Eduardo

  • Automatic picked up purchase order during shipment cost cal

    Hi,
    We have one issue system picked up automatically Purchase order which having account assignment category "U".We have config new account assignment category "I" for some specific reason.Now we want that during shipment cost calculation (VI01) system automatically picked up purchase order with having account assignment category "I" intead of u.
    Please guide.
    Regards'
    Kumar

    Dear Arif,
    Please check the shipment document is there any error log exists
    Check the shipment cost having the value and Transporter(Vendor) and it is getting transfer to FI.
    After checking the transfer chek sytem will create the PO while saving the shipment cost document.
    I hope it will help you,
    Regards,
    Murali.

  • DTW Sort Error - after mapping during import

    I got the "Sort Error - after mapping during import" message in DTW. (version 8.8)
    I would like to import warehouse info for items.
    My itemcodes are fix 15 character numbers, like this: 10204150020011
    The note nr. [1331130|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/oss_notes/sdn_oss_sbo_dtw/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31333331313330%7d] said that I can't use recordkey like this.
    Do you have any idea how can I import thees information with DTW?
    Thank you,
    Attila Sarkady

    Dear All
    Please give correct and complete information
    i have tested every kind of combination;
    - recreate the template with the dtw for Items = i have UDF's
    - ADD the column RecordKey   !!! unbelievable that we have to do this
    - i have entered a nr 1 in it (even when we had already 850 items in the database)
    (and of course the hints of Gordon - columns as text, start with basic... - and use CSV format)
    now at last i can import the record line
    greetings
    philippe

  • Digital stimulus-f​requency response: Need to drive with digital output trigger. Using counters for response.

    I need to drive stimulus-response with a software driven digital trigger and NI-TIO counter based response. No analog I/O is really relevant, although I have a PCI-6035E multi-function DAQ as part of my gear. I intend to use the analog, but its timing is non-critical and can be software timed.
    The real trick is that I want to set the basic timing of the system (in the range of 1 - 50Hz) from the timer0 on the 6035E. This signal needs to be replicated to drive a trigger pulse and to route through RTSI (or a PFI) to trigger frequency counts using the four possible groups of counter/timers on the 6602.
    What I need is:
    while( enabled )
    Repeat at (
    software controllable rate = 1-50Hz)
    Trigger Sets a PFI line for 10-20us
    same trigger sets an RTSI line
    - Software Set Delay (usually zero)- stable is more important than the delay time!
    Count for software set time on 4 counters
    analog samples
    Post-process
    I want to do this in LabView. I have checked out the Advanced sychronization demos online, but the examples all use analog triggering and buffered digital I/O. This doesn't really address what I need to do.
    I have made some failed attempts which relied on software to sync up the trigger and the response frequency acquisition. This is definately flawed. I need to start the counting right after setting the digital output trigger, and stop the count after a fixed interval for frequency calculation.
    I am having trouble working through the signal routing to get the timing to trigger off the digital stimulus output pulse.
    Any help would be appreciated
    Thanks,
    Joe

    Joe
    What are you using the trigger from the 6035E for? I do not know what you mean by, "to trigger frequency countes."
    If you are having problems just routing the signal to the 6602, here is a vi that shows you how to route a signal through the RTSI cable to use as the source of a counter.
    Brian
    Attachments:
    Route_RTSI_to_Source.vi ‏67 KB

Maybe you are looking for

  • How to call 'C' programs from stored procedures?

    Hi Did anybody tried to call 'C' programs from oracle stored procedures? If anybody knows, can you please send how to configure the listener.ora and tnsnames.ora. If its possible post all the information from the begining with examples. thanks....

  • Starting J2EE(ABAP+Java Add In)

    Hi We've got BW 3.5 on Sap NetWeaver 2004 ABAP + Java (Java Add-In). We've got the problem with starting it. Our system is on 1 server x64. We've got Windows 2003 Server. DataBase Oracle. So in MMC everything is OK. We've got ABAP + Java instance (pr

  • Unable to download new OS X Mavericks. Please help!

    I currently have software version 10.6.8. All of my software is up to date, but when I try to go and download the new OS X Mavericks, it doesn't do anything. I've tried pressing the install button multiple times and nothing happens. I honestly have n

  • Flash Player not working ever since 4.0.3

    hello all so upraded my phone/xperia ray to 4.0.3 last month and now to 4.0.4 but flash player is not  working in the default browser....all i see is the green little arrow where there is supposed to be a video or an ad or w/e. i have tried factory r

  • Can't find SerialContextProvider

    Hi, I have successfully deployed my EJB application and have also built a client app which references the ejb. While creating the InitialContext to lookup the ejb in the client, if I do the folowing, my application works well. Properties h = new Prop