Output type incorrectly processed

Hi,
I have creted an output type in the NACE trn for V6 application.
Attached an existing  print program and new SAP script to it.
The output type is configured for vl03n transaction by functional guy.
When i save an handling unit and trigger the ouput type, the status shows RED(incorrectly processed), how can i find why this is comming.
There is not problem with print program as it already being used by other scripts.
Please let me know.
Chandan

hi Ferry,
thanks for repling.
i triggered my output in the following way:
1. Go to VL03N.
2. Enter delivery document.
3.  Click on icon Pack( shift+F6)
4. Select the tab 'Pack material' and then select the handling unit.
3. Go to menu: Extras ->  Output
By choose the corresponding output with red status.
and clicking on Processing Log., it says no processing log exits.
What should i do?.
Also the condition records looks fine.
Please let me know.
Regards,
Chandan

Similar Messages

  • Processing of Sales order output type BA00 processes another Z output type for acknowledgement.

    Hi Friends,
    I am facing below mentioned issue and request your suggestion to solve it
    Via processing of sales order output type BA00 another Z output type is processed and acknowledgment is sent to SAP inbox( sost).
    This is working incase of manual addition of BA00 output type and via standard program " sd70av1a", but this functionality is not working when i am calling this standard program in a Z report via batch job.     
    with the below code-
    DATA: name TYPE tbtcjob-jobname.
             DATA: number  TYPE tbtcjob-jobcount.
             DATA: print_parameters TYPE pri_params.
             name = 'ORDER_PRINTING'.
             CLEAR: range1.
    *REFRESH: range.
             range1-sign = 'I'.
             range1-option = 'EQ'.
             range1-low = 'BA00'.
    *        range1-high = 'ZBA1'.
             APPEND range1 TO range.
             CALL FUNCTION 'JOB_OPEN'
               EXPORTING
                 jobname          = name
               IMPORTING
                 jobcount         = number
               EXCEPTIONS
                 cant_create_job  = 1
                 invalid_job_data = 2
                 jobname_missing  = 3
                 OTHERS           = 4.
             IF sy-subrc = 0.
               SUBMIT sd70av1a WITH  rg_kschl IN range
                               WITH  rg_vbeln IN order_tab
                               TO SAP-SPOOL
                               SPOOL PARAMETERS print_parameters
                               WITHOUT SPOOL DYNPRO
                               VIA JOB name NUMBER number
                               AND RETURN.
               IF sy-subrc = 0.
                 CALL FUNCTION 'JOB_CLOSE'
                   EXPORTING
                     jobcount             = number
                     jobname              = name
                     strtimmed            = 'X'
                   EXCEPTIONS
                     cant_start_immediate = 1
                     invalid_startdate    = 2
                     jobname_missing      = 3
                     job_close_failed     = 4
                     job_nosteps          = 5
                     job_notex            = 6
                     lock_failed          = 7
                     OTHERS               = 8.
                 IF sy-subrc <> 0.
                 ENDIF.
               ENDIF.
             ENDIF.
           ENDIF.
    In this case only BA00 is getting processed but Z output type created for sending acknowledgment is not triggered.
    Please suggest how can i achieve the required functionality.
    Thanks,
    Surya

    Solved myself..
    Thanks.
    Br,
    Surya

  • Spool not generated in VL02n though output type is processed

    Hello All,
    I passed control parameters in function module WFMC_PREPARE_SMART_FORM.
    So when i goto VL02n and process my output type , in further data if i give option 3 - send with application own transaction , the preview of the smartform is fine.
    In further data if i give option 4, send when immediately saving application, and save my delivery document, spool should be generated. But if i check my spool requests, no spool is generated.. But the output type is processed(GREEN).
    Please let me know your suggestions.
    Regards,
    Kausthub

    Hello All,
    I checked in SM58. It showed an error.
    I checked my function module attributes. It was normal. Changed it to Remote enabled.
    Now spool is generated.
    Regards,
    Kausthub

  • Table for Sales Order - Output Type - Processing Check

    Hi all,
    We have around 300 Sales Order, where we need to check weather Sales Order Acknowledgement (Custom) Output Type is processed or not?
    With the help of condition record setup we beleive all the Sales Order have got the output type assigned, but we need to know, is there any way from any SAP table, we can check the output is processed or not.
    Also, let me know is there any way some table can we check, all the sales order have got the output type assigned?
    <Text removed by Moderator. Priority normalized.> Please help.
    Thanks
    RS

    You can use Table NAST.
    Field
    Field Desc
    Reference
    KAPPL
    Application
    Application type
    V1 - Sales
    V2 - Shipping
    V3 - Billing
    OBJKY
    Object key
    Sales Order - Header Output
    Sales Order + Item - Item Output
    KSCHL
    Message type
    Output Type
    PARNR
    Partner
    Customer Number
    PARVW
    Partner Role
    Partner Function - SP
    NACHA
    Transm. Medium
    MANUE
    Msg. manually
    DATVR
    Processing date
    UHRVR
    Processing time
    USNAM
    User name
    VSTAT
    Processing status
    LDEST
    Output Device
    TCODE
    Communication strategy
    OBJTYPE
    Object type
    BUS2032 - Sales Order
    LIKP\LIPS - Delivery-Header\Item
    VBRK\VBRP - Billing-Header\Item
    Thanks, JP

  • Need input for error caused while trggering a output type

    I had created a custom program and assigned it to a custom output type. while processing this output type through VF01(billing doc) it is generating an error saying commit_in_posting. can anyone suggest in this regard........

    1Check for VF01 is there any control routine written for this output type which blocks it from triggering this output.
    2. are there any condition records maintained which are creating problems.
    3 check the out put poecedures aslo....

  • Issue with configuration of 'Special Function' to a custom output type

    Hi Experts,
    In my project we have a requirement to configure a custom output type for application V3 (billing) and assign a Special Function to it. I have assigned a custom Program Name and a custom form routine within the custom output type in Processing Routines (in NACE). But when I try to save the Billing document using VF01 / VF02 it gives me an error saying 'Processing Routine XXXXX in program ZXXXXX does not exist'. I have double checked that the Z program is activated. I have declared as follows:
    REPORT ZXXXX.
    FORM XXXX USING return_code us_screen.
    Can anyone please tell me if I am missing something?
    Thanks,
    Avi

    Hi Neil,
    Now this error is resolved. It does not give me that message anymore. But I am getting a new error while saving the billing document with the customized output type. Following is my configuration in NACE:
    Application: V3
    Output Type: ZMAM
    Program: YVRO_TOLLING
    Form Routine: F_FETCH_AND_PREPARE_DATA
    I am trying to place a break-point within the form routine F_FETCH_AND_PREPARE_DATA but it does not stop there. When go back inside the billing document, it shows an error against the ZMAM output type but has nothing in the processing log. Am I missing something?
    Avi

  • 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

  • Delivery Note By Email -Output type LD00

    Hi All,
    We have a requirement to send delivery note by email.
    At the moment we are using output type LD00.
    I've created a similar output type  with a transmission medium '5'.
    But it is not triggering any email.Can you pelase advice what do I need to do in order to trigger an email.
    Thanks
    Venkat

    Hi Santhosh,
    I've checked in NACE transaction ,Partner function SH is already assigned to it.
    Can you pelase give me the steps to create a new output type in NACE.
    Here is how I've created:
    1.NACE->V2 Shipping->Output types->New Entries->ZLDM(New output type)
    In processing routines:
    Transm.Medium: 5
    Program           ZVADDN00
    FORM routine      ENTRY
    Form              ZRVDELNOTE00
    Partner Functions:
    External send     SH     Ship-to party
    Then I went to Procedures:
    I've added my new output type here.
    Do I need to do anything else?Please let me know.
    Thanks
    venkat

  • Find the SAP Script name for the Output type RD00 and Appli V3

    Hi Gurus,
    My requirement was to copy the Std SAP Script for the output type RD00 and application name V3 and to do some modification.
    Please any one suggest me how to find the Std SAP script based on the above Output type and Appl ?
    Regards
    paul

    Hi,
    The script Name is LB_BIL_INVOICE
    You can find byNACE>V3>Output Types>RD00-->Processing Routines
    In thje output type Press Change button and select New entries.
    Regards
    Sandipan
    Edited by: Sandipan Ghosh on Mar 31, 2008 12:06 PM

  • Triggering of output type

    Hi Experts,
    I have two output  types and the output type 2 should only trigger if the output type 1 has processed.
    we have coded  in a routine in transation V/27 , and attached it to output type "ZWMA". 
    As per the logic In the routine we are checking the NAST entries , if successful we are marking sy-subrc  as 0 ( suceessful).
    The issue we are facing though values exist but nast table is not popultaed with thse values at the time of execution of routine and hence the check is failing ..
    do we have any other way to check if one output type is processed before executing another output type  and only tigger outpute type 2 if output type1 has processed;
    like something about about access sequence or configuration through which we can solve the issue
    thanks experts!!

    Hi there,
    Make use of element VSTAT  in NAST table for checking the Processing status of message as and when u require to do it.
    Hope it helps.
    Regds,
    abhee

  • Output type for V2 does not show up in Vl02n

    Hello all,
    I have following problem:
    in transaction NACE, I have marked V2 (Shipping) and clicked on the output type button to create a new output type. I've created the output type with all parameters required.
    But now, when I go to Vl02n - Extras - Delivery Output - Header, I get the error message: output type does not exist, when I enter my output type.
    What I am doing wrong?
    Thanks
    Anne

    You need to maintain
    1) Output types
    with Processing routines with the medium and program etc   (You must have already done that)
    2) Add newly created output type in the respective procedure.
    3) Check right access sequence is used if you want to maintain condition record.
    4) Maintain the condition record for this output.
    Please check onece again your settings.

  • Custom output type configuration for Handling units

    All, Can any one guide me how to configure AZ output types for handling units?  My scenario is as follows.
    To print a new label for the handling units as soon as the packing happens. User should be able to see this new custom output type in VLO2N/VL03N.  Also user can print the labels thru VL74 by inputting the custom output type and processing mode. 
    For this I did the following.
    Created a new custom output type in "NACE" under the application "V6 - Handling Units".  And assigned print program and smart form for this output types.  After this I am able to see the output types in VL74, when I did F4 on output type field.  But I am not able to see the new output type in VL02N/VL03N.
    Can anybody tell me what needs to be done to get the new output type in VL02N/VL03N.
    Thanks in advance.

    for Delivery , Application is V2.
    regards
    Prabhu

  • Reg: The invoices are not moving to corresponding output types. Status is y

    Hi All,
    I have created the invoice with the delivery based. But that invoice is not moved to corresponding output type. The status is showing yellow color for the particular output type. Even if i created the number of invoices for different deliveries. I am getting the yellow color only.
    After seeing the all the invoices I think that one more step need to do to process that invoice as green color.
    Can any body tell me the way to egt green color..

    Hi,
    Either use the program RSNAST00 to process the output type OR
    Process the output type manually in VF02..VF02 -> Billing document -> Issue output to.
    Thanks
    Naren

  • EDI Output type generating multiple IDOCs

    Hi All,
    For one of the Business requirement we have created a Delivery EDI output type and output type is processed via Report RSNAST00 in a batch job.
    The delivery document shows only one output type prcossed still, mutiple idocs are being sent out for this Delivery.
    RSEOUT00 is being used to process outbound IDOC.
    Any pointers toward this abnormal behavior shall be helpful.
    BR,
    Anshul
    PS - We havent implemented change Pointers

    Okay, so you have one output record in the delivery document generating multiple IDocs. 
    Compare the control records of the generated IDocs.  Do they have the same Basic Type, Message Type and recipient Partner Number? 
    If yes,
    1.     Check for multiple background jobs running RSEOUT00 at the same time.  Seems unlikely, but this is easy to check and eliminate as a possible cause.
    2.     Step through the program RSEOUT00 as it generates the output type for one delivery document.  Perhaps something is happening in a user exit that inadvertently results in replication of the IDoc.
    Otherwise, the process code that gets executed by the output type in the delivery document is, for some reason, generating additional output.  I donu2019t know of any standard output process code that does this, but it could be deliberate (by design).  If you are sure that it should NOT happen, then step through the code and look for a mis-behaving user exit.
    Regards,
    zKen

  • Mailing Invoice through output type - Getting Error "No address exists"

    Hi Experts,
    I am trying to mail the invoice using out put type. I am using the standard out put type MAIL, Print program RSNASTSO and routine SAPOFFICE_AUFRUF_VX for external send 5 and using SP partner type.   I maintained email address in Customer master. When I am assigning output type to send mail its failing and am getting an error as following.
    Object 1001101366
    Output type: Mail
    Processing log for program RSNASTSO routine SAPOFFICE_AUFRUF_VX
    Function module SO_NAME_CONVERT with return code
    Text 110V31001101366                    MAILE0000200290 ID STAM lang
    No address exists
    Error while copying recipient object
    Specify at least one recipient
    Message object FOL35000000000004SCR36000000000089 created or sent
    And the mail is not triggering. Please help me out to resolve this issue. I am an Abaper, SD consultant is not available for me now.
    Thanks and Regards,
    hemanth

    Check whether Note 960088 - FAQ: Sending SD messages externally,  helps you
    thanks
    G. Lakshmipathi

Maybe you are looking for

  • How to use DirectCast for multiple selected rows?

    Hi<o:p></o:p> Me.SecondBindingSource.DataSource = DirectCast(parentForm.FirstBindingSource.Current, DataRowView) works perfect for single items but how do I do it if I've selected multiple rows on datagridOne and want to pass only the selected rows t

  • I have overwritten a folder of precious bookmarks with a new folder can you please help me retrieve them?

    HI there, I hope that someone can help. I have just 'lost' a folder of bookmarks with lots of precious bookmarks in it. I did it by creating a new folder and then pasting it inadvertantly on top of the precious one. What can I do?? :)

  • Oracle 8.1.7.4 - restore controlfile

    Hi, I am wanting to know if you can use the following command to restore a controlfile, if you don't use an rman catalog with Oracle 8i (8.1.7.4). restore controlfile from '<dir>/cf_rman.bus' If you can't do this, then I am wanting to know alternativ

  • What is the best way to email a webpage?

    This concerns sending (emailing) a webpage to someone. • Amazon.com has a feature that allows one to page through a book that you may be considering purchasing. • I want to email some of the text from a page in one such book to someone else. • Althou

  • SAP import the part of system copy.

    Dear Experts, I am doing SAP import the part of system copy.  Every phase is complete successfully but in u201C Create Database Schema u201C status bar i got information u201C remove schema user SAPSR3u201D. This step is running since 10 hours.  Is t