Output type message issue

Hi  experts,
I got an issue regarding po's output message related one
here is issue : In my production system some messages(NEU) type are deleted manually (in me22n).
next day to the same PO's NEU type message is sent to vendor with out physical trigger and with out any changes made to that PO's.
PO message settings : output type : purchase order(VN) , medium EDI ,date/dispatch time 4 ,send with periodically scheduled job
program : RSNAST00 job name : RSNAST00 ( i found it from tbtcp table)
here i want to track out why it was happening. I am abap developer.
where would be the problem is happening.my functional was saying that it was due to the job process which triggers program"RSNAST00 " in background.he was asking to check the current settings of that job process.
Even i tried to debug the RSNAST00 program. still i didn't found any solution for that .
here one more problem is : it was triggering output next day itself.my functional is asking to find out that from where it was extracting date and time to send output.
why it was sending output next day .why not it on that day itself.
thanks
konidala

Hi
If output is sent through periodically scheduled job.Then output is sent as per the schedule.
For eg,
You have scheduled a job RSNAST00 for evey monday 9 am.
Then it will process the output every monday 9am irrespective of time and date of output in PO.
To send out put immediatley make date/dispatch time 1(Send immediatley).
Hence check the job for time,day or date scheduled make necessary changes if required.
Use SM36 tcode or you can find it is tbtcp table also.

Similar Messages

  • Creating output type for issuing print

    hello friends
                           can anybody tell me the process or steps to create output type to issue print

    HI.
    Goto NACE transaction.
    Select the application for whch you want to create the output type. For ex. select v3 for invoice.
    Click on 'Output Types' button on application toolbar.
    Click on 'New Entries'.
    Click on Processing Routines on the left-side to enter the driver program and SAPscript/Smartform name.
    Regards.
    Jay

  • Output type - LD03 issues

    Hi friends,
    I am having an issue with output type determination LD03 -packing slip. We are having three access sequences and condition tables. The condition records are also maintained.
    Shipping point/ Route --- Printer A is assigned
    Shipping Point/Delivery type---- Printer B is assigned
    Shiiping point --- Printer C is assigned
    When the shipping and route is 5000 and 0089 respectibely, the printer should be A. However the printer "C" is getting picked and printing there. What should be changed so that when the shipping point and route are 5000 and 0089 respectively. I have maintained a condition record with  printed C. Why is the access sequence falling all the way to just shipping point???
    Please advise

    Dear Sanjay,
    Please check the delivery or sales order route is getting determined or not.
    If the route is not gettting determine then the system will pick the condition record based on shipping point only.
    I hope this will help you,
    Regards,
    Murali.

  • Output Type Print Issue

    Hi Experts ,
    I have a output type ZDDC that is triggered from Shipment document and printed automatically at the end user  . Now they dont want the print out automatically for only Belgium. Means ZZDC will be triggered but no auto print out for Belgium . What configuration modification is required for ZDDC so that it wont be printed at the user end automatically only for Belgium.Do I need to modify all the condition records maintained for ZDDC for Belgium . If so what Medium shall I choose or should I keep ..

    If the users dont maintain condition record for Belgium, then your requirement would be addressed.  On the other hand, if you want to prevent users maintaining condition record for this country, then the logic can be added in the existing smart form being used currently.
    G. Lakshmipathi

  • New output type Shows Red color

    Hi,
    I have configured the new o/p type Zxxx , the Driver Program everything is configured,
    but when i try to Print the the Document the status is red color even though the document gets printed.
    Not able to figure out the error.
    with rgds
    Ranjith Singh

    Hi Ranjith,
    This is how I debug output type message related issues :
    i) If you get red coloured message against the output type - Put the breakpoint in FORM ENTRY of your print program and check the RETCODE variable. Also check the sy-msgid, sy-msgno variable.
    ii) If you get red coloured light after pressing messages button. These Messages are updated using 'NAST_PROTOCAL_UPDATE' fm. Put a breakpoint in the function module and find out the cause.
    Regards
    DPM

  • Purchase order - output type vendor different from PO vendor

    Hello,
    we have created a new output type that sends our purchase order as emails. The email will be sent to the vendor email address that is entered together with the output type under messages of a purchase order.
    We need the emails to be sent an internal email address, so we don't send them to the vendor right away. For that reason, we have created a new vendor X that has our email address, only for that purpose.
    If we now have a purchase order with vendor Y (this is the real vendor) and use our new output type along with vendor X (this is the vendor only created for sending the PO as email to us), will this affect the accounting process of how the purchase order is handled? Or does vendor X have no impact on accounting in this case?
    Thanks
    Anne

    Hi Anne,
    Vendor available  (in your eg. X) in the output type messages screen for PO does not have any impact on accounting processes of main vendor (in your eg Y).
    -Ravi

  • Unable to debug output type for purchase order

    HI all,
        In purchase order (ME21N) , i have a custom output type (ZSND) that send po to the user.  I try to debug the program when the output is called.  I put breakpoint in the custom program for the output ZSND.  However, It did not stop at the breakpoint.
    Can anyone tell me how I can debug the program ?
    thanks
    Joyce

    Hello,
    Try this:
    1. Put the break-point.
    2. Go to the transaction me22n  --> go to mesaage -->  click in your output type message click on further data --> put in dispatch time 'Send with aplication own transaction'
    3. Go to transaction ME9F put your document and message --> a list with the document will appears --> choose one and process it --> then it will stop in the break-point.
    Hope this will solve your problem.
    Best Regards

  • Debugging the program that will get triggered for a particular output type

    Hi all,
             I have one program,which will get triggered when a Sales order of type 'VOR' is created.Whenever 'VOR' order is created it will trigger the 'ZALT' output type.And this output type 'ZALT'has been configured to my program.This output type configuration has been set up by my functional consultant.
    My problem is I created Sales order of type 'VOR'.But I want to debug my program,which has to be triggered because of that 'VOR' sales order type,which in turn triggers 'ZALT' output type and in turn triggers my program.
    My problem is I created Sales order of type 'VOR' by keeping debugging point in my program.But it is not going to my program and simply displaying sales order has been saved.
    So is the outtype has been configured properly?.Do I need to go to my functional consultant?Could anyone explain in this regard?
    Rgds,
    Balaji

    Hi Balaji,
    If possible, try to repeat the output in the output type messages screen of VA02 and change its dipatch time to '1'(Through further data). Now put the break point in the program assigned to output tye 'ZALT'(You can see this in the TNAPR table) and run the program RSNAST00 through SE38. The program will stop at the break point.
    If its not possible to repeat the output and if you want to check it the first time the output type is processed, ask the functional consultant to change the dispatch time in the condition record that is being retrieved for proposing the output type to '1'. Now run RSNAST00. The program will stop at the breakpoint.
    Thanks,
    Vinay

  • Problem in generating an IDOC from Output type

    Hi Experts,
    I am trying to generate an IDOC of basic type "OILSHI01" using the custom output type. in my scenario the output type gets issued , but IDOC does not get generated , i have checked the configuration in NACE transaction .
    Can you please help me understand what can be other reason why this IDOC does not get generated?
    Regards,
    AshiSh Shah

    Hello,
    Did you try to debug the idoc generation program & where it fails to put together the internal data into IDoc?
    That should help you identify problem.
    If  configuration settings is correct ,port settings are correct & partner profiles are correctly mapped for necessary Idoc creation,it should work.
    Hope this helps.
    Thanks.

  • Propose output type in a PO (NACE)

    Dear Experts,
    I have a situation where in I created a output type/ Message type (NACE) called ZPRI which prints the form.
    Now the requirement Is that I want this ZPRI to be proposed when I execute a custom program thru which I can pass the Purchase order.
    Can some one please suggest me a function module so that I can give PO and the message type/ Output type (NAST-KSCHL) as input parameters, and that this function module should propose the output
    Thanks for your suggestions
    -Amit.

    >
    David Greengas wrote:
    > Output in purchase orders are determined by output conditions and requirements. Could you create your own requirement that would propose the output only under a certain condition? Then you would need to trigger a purchase order change that would cause your output to be proposed and executed depending on send time.
    I'm not sure if this works, my requirement is simple, I need to propose an output in a PO when a Custom program is Executed. From functionality point of view there is no requirement for me to change the PO, but if there is no other way around, I'm ok to change some text element field if need be. But can you suggest me how to create a requirement.
    Thanks
    -Amit

  • Two output type

    Hi Gurus,
    I've a typical issue here.
    I've two output types for sales order .Maintain condition record ,access sequence,VOFM routines individually perfectly for both output types.
    1st output type - no multiple issue..(maintained in NACE)
    2nd output type - multiple issue.(maintained in NACE properly)
    While creating order both outputs are issued(fine).
    But while changing order, 2nd output type has to be issued but its not.
    When I debugged , its looping the entries already present in NAST table.(checking the first output type for multiple issue)
    its not and then its completely coming out of the program without checking the second output type for multiple issue.
    Is there any extra settings I've to do or its SAP bug.
    Regards,
    Ponraj.s.

    Hi,
    There are two options.
    First is, use the same output type for all the movement types. Iin the smartform itself you can put conditions
    based on movement type to call a particular window.
    Other options is in SPRO->Materials Management->Inventory Management and Physical Inventory->Print Control
    ->Maintain Print Indicator for Goods Receipt Documents. Maintain different indicators for 102 and 122 (For ex. 2)
    Then maintain the condition record for the output types WE02 and ZA01 accordingly.
    Maintain output type WE02 for Trans./Event Type - WE, Print Version - 1 or 2 or 3 and Print Item as 1.
    Maintain output type ZA01 for Trans./Event Type - WE, Print Version - 1 or 2 or 3 and Print Item as 2.

  • Version Management-Output Type

    Hi Gurus,
    Is there anyway Version Management in PO, related with output type of PO. I mean is there config to be done in message determination for Version PO?.
    Thanks in Advance.

    Hi,
    Version management relates to PO output.
    There is no configuration required in output type / message determination , but in Version management configuration, we set this check box for output.
    Materials Management -->Purchasing >Version Management>Set Up Change Displays ..
    Unless you complete the version in Purchase order you will not be able to generate Print out.
    Thanks & Regards,
    Sridhar.G

  • Help with output type

    Hi Gurus,
    I have a requirement to create a print program to trigger the messages which are in waiting status when fulfill some conditions.
    requirememt as follows:
    Heading: Invoice data (ICB for purchased goods) via IDOC
    1. Within Replenishment process the invoice is send by IDOC.
    There are two cases:
    a.process the Idoc immediately, if the Inco terms are ex works
    b.create the Idoc, but donu2019t process it immediately
    When the inbound shipping notification is in the system and the fields u201Ddateu201D (LIKP-PODAT) and u201Ctimeu201D (LIKP-POTIM) has been filled, the invoice  Idoc ( step 2 ) can be posted.
    2. The message output is set on dispatch time 3 ( send with application own transaction )
    3. New message type is needed for these kind of invoice
    4. A new print program check all messages which are still waiting for process and check, if the Inco term is maintained in table Y11L1_34_MM_BART with X in field PROC_IM or the fields in table LIKP-PODAT and LIKP-POTIM are filled (means goods are in the warehouse). When one of these checks are fulfilled, process the Idoc.
    I dont understand,, I didnot work on the output types..
    As per my understadin there are output types when they run some transtion in yellow and they are triggered immediately,
    now they want to collect all the output types(messages) anmd trigger them when fulfilled the two conditions above.
    I see in NACE , the application V3 and a z output type,
    my question is:
    can you provide me a sample program if you have come across , Ithinkn a print program neeed to be developed and assing in the NACE transaction.
    Please let me know the procedure for doing this.
    thanks & regards,
    Nazeer

    Hi,
    Have a reference to the standard program "RSNAST00" which is used for triggering the output types.
    Regards
    Vinod

  • How to extract error message for each output type.

    Hi All,
    Need your advice on the problem that I have.
    Expected Solution:
    1. Create an extra column for displaying header output error message from VF02 into a report program.
    Steps that i have did:
    1. Go to transaction VF02.
    2. Enter a billing document number.
    3. Hit enter. Click "Goto" > Header> Output
    4. Click on the status that is red colour. Click on "processing log".
    5. Press "F1" on the red colour message type. (Found out that it is a structure).
    Need your advice on the question that I have:
    1) How do we know that which "not successfully" process output type belong to which error message class?

    Hi Brad Bohn,
    Thanks for your advice. I am so sorry about that. Thanks so much for your advice. And i have follow your advices and steps given by you. Appreciate it very much.
    But for this issue about how to extract message for each output type. I have follow your steps by using SE30 to trace VF03 and I managed to found out that they are using this function module "WFMC_PROTOCOL_SHOW". Need your advice on this, how do we know each different output type with different error message is pulled from?
    From my further research and in depth debugging into this function module, i  manage to find this global internal table "PROTO_TAB" which stores all the text messages for each output.  How does this internal table is populated?
    Thanks in advance.
    Regards
    Shawn

  • How to display error message in Billing Output Type (VF03).

    Hi,
    could anyone suggest how do i display error message via billing (VF03) output type?

    i want to display an error message from my sapscript program.
    *determine discount
    it_zmas-discount = it_zmas-gross_value - zkwert.
    MODIFY it_zmas.
    ELSE.
    MESSAGE ID 'Z0' TYPE 'S' NUMBER '999' WITH 'Please maintain cust pricing grp 34 for ' wa_zmas-matnr.
    p_proc_screen = 'X'.
    ENDIF.
    when user enter billing doc no in vf03, user will click 'issue output type' and select their output type to be printed out.
    if there's an error in the print program, it should promt out an error message and do not allowed user to print preview and print the form out.
    what i had did previously, i prompt the error message and disable the print preview button. i think its not a good solution and i am not sure how to stop the form from not printing it out.
    i was wondering is there any user exit of the output type, vofm (which i had this solutions from my previous question, but unsure how to use it) or any other solutions.
    please help.

Maybe you are looking for