For some sales orders output type is not showing even thoug configured in N

Hi ,
I have 100 sales orders out them 10 sales orders out put type is not appearing in VA02->goto->OUTPUT->HEADER->EDIT
In Tcode : NACE every thing is configured accordingly.
As an abaper what can I do.

Hi,
1. go to transastion VA02.
2. enter the sales order number for which you are not getting the output type
3. go to > extras>output--> header >edit> you will get the output messages window
4. In Application tool bar you find the ICON i (determine analysis ) or press cntr+F1.
5. in analysis out put you will find the reason why the output type is not getting selected.

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

  • Route not determing automatically at sales order level for some sales order

    Dear All ,
    Route not determing automatically at sales order level  for some sales orders.We are using automatic route determination without wt group,eventhough we have configured the required settings
    I have checked all the forums but didn't find any solution for the same.
    Looking for your inputs .
    Thanks inadvance
    Regards
    Venkat

    Hi
    1. Copare the Routes which are Automatically determined and which are not automatically determined
    2. Have you mainted this route to be RELEVANT FOR TRANSPORTATION without this check route will not get picked up.
    SPRO > Logistic General > Shipping > Basic Shipping Function > Routes > Define Routes > Define Routes and stages > Select the Route and check for it's settings > CHECK MARK Relevant for Transport. Without this check the route will not get picked up as of my understanding.
    Thanks
    RB

  • Regarding finding out Partner function based on Sales Order/Output Type

    Hi All,
    <b>I have a issue in finding out Partner function[PARVW],  Message partner[PARNR], Message transmission medium[NACHA], Teletex number[TELTX], User name[USNAM], Message processed manually[MANUE], Country Key[TLAND] and some other fields all are related to NAST table.</b>
    Actually we have one script which is already working when we run from from <b>VA02/03</b> for single order.
    When we execute from <b>VA02/03</b> all <b>NAST</b> table entries are filled up and by using those entries we are fetching remaining entries and displaying them in Output.
    Now we are developing another program where we will have a selection screen with <b>Sales order, Output Type & Order Type</b> and execute the program and then we will get list of sales orders in <b>ALV list output</b> with check boxes before every record.
    Now if we select one (or) multiple records from there and click on Print Prevview button i am calling above <b>SAP Script Print Program</b> but now in that P.Program we will not have any <b>NAST</b> table entries other than Sales Order and Output Type those can be moved to [<b>NAST-OBJKY, NAST-KSCHL</b>].
    But here what about other fields in <b>NAST</b> table like <b>PARVW, PARNR, NACHA, TELTX, USNAM, MANUE, TLAND</b> etc.
    How can we get them as we are exclusively using those other <b>NAST</b> table entries in above <b>SCRIPT/Print Program</b>.
    Can anybody solve this issue!
    Thanks in advance.
    Thanks & Regards,
    Prasad.

    Check this FM
    WFMC_MESSAGES_SELECT
    example
    tables : nase.
    constants: appl     like nase-kappl value 'V2'.
    select-options:
      rg_nacha  for nase-nacha default '1',
      rg_kschl  for nase-kschl.
    ranges: rg_objky for nast-objky.
    data:
    msgs_1 like msg0   occurs 100 with header line.
    *-Fill Object Key
    *-Execute fm
    call function 'WFMC_MESSAGES_SELECT'
         exporting
              pi_application = appl
              pi_processing  = '1'
         tables
              ri_medium      = rg_nacha
              ri_type        = rg_kschl
              ri_object      = rg_objky
              tx_messages    = msgs_1.

  • 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

  • Sales order output type is on header level, but output trigger is based on

    line item user status.........
    Order Confirmation is sent to the customer once confirmed.
    Depending on the scenario and the systems involved in the process, the trigger to send the Order Confirmation from SAP is differ.  The user status will be used as the trigger, however different statuses will be used depending on the scenario.
    Client wants all items on a Sales Order to appear on the Order Confirmation.  What this means is that once an Order Confirmation is triggered at the item level an Order Confirmation will be issued and include all items on the Order.
    For example, a sales order (123) contains 3 items (10, 20 & 30).  The first item (10) is passed user status (which required triggering an output) and the status is updated, the other two items were not passed to that user status which required triggering the output.  The output should be issued based on one item meeting the qualifying criteria .  The Order Confirmation should contain all 3 items.  The first item (10) will show on the Order Confirmation as confirmed qty on a specific date at a specific price.  Items 20 and 30 will show on the Order Confirmation as “Pending”.  When the second and or third items are confirmed, another Order Confirmation will be issued showing again all 3 items and the whether they have been confirmed.

    Hi!
    Sounds like you need a line-triggered output (with a message, which displays all lines of the order).
    Do you have problems to create a new output type?
    Regards,
    Christian

  • Sales Order output type???????

    My requirement is Sales Orders created have the option of printing a Sales Order Confirmation output report; this is controlled by condition records. The user may alternatively choose to re print the document by selected the output and printing.
    Its for condition type ZB00. The new format should be as below,
    Here could please give me the delivering plant , how we get  the below bold color info? what is relation between plant code and name 1,name 2 and city field? possible give me the info for all beow fields and their relationship
    <b>Delivering Plant:<Plant Code></b>                   
    <b><Name 1>     <Name 2>                         
    <City>     </b>
    Message was edited by:
            sanjana K

    Hi,
    With the help of VBAP-WERKS go to the table T001W and fetch the Plant, and its address and use them .
    Create a Character format 'B' for bold(if it is not there) and use that for the fields to display in bold.
    reward points if useful
    regards,
    ANJI

  • Automatic Billing Creation Through Sales Order Output Type

    I have requirement to create Automatic Billing document when Sales Order has been created.
    Any Suggestion.
    Regards
    Vijay Maurya

    Hi,
    it is not supported by standard SAP.in cash sales and rush orders, delivery will be created automatically because of the settings assigned in their respective sales document types.u please check VOV8 t-code.go to the details of BV(CS) and RO.there, Create Delivery field is there and shipping conditions should be 10.
    for ur requirement, u contact ur ABAPer and ask him to put one field like Create Billing Automatically in ur sales document..then it may be possible..
    hope it helps..
    regards..
    yogi..

  • Sales Order - Output Type EDI

    Hi All,
    I am working on an SD requirement in which I get Perchage Order from third party through IDoc (Basic Type ORDERS05).
    After receiving this IDoc I have to create a Sales Order (that I am doing using FM IDOC_INPUT_ORDERS). Here as soon as Sales Order gets created, an Outbound IDoc gets triggered (Message Type - ORDRSP) for confirmation. This outbound idoc gets created every time I do any change in sales order items. Every thing is visible in trasaction.
    My problem is, I want to get all the outbound IDocs triggred in a particular sales order in my Z program.
    Please let me know if there is any 'Table' or 'Function Module' or any other way to get them.
    Thanks !!

    Hi Immanuel,
    Thanks a lot for your ans !!!
    It solved my prob.
    Many Thanks ....
    Rewarding you points for this
    Regard,
    Neha

  • Send a text Doc as attachment to mail-id through sales order output type

    Hi,
    when i create a SD document and select an output type and external mode before i save the document, it generates a PDF document as an attachment and sents an email. I would like to send a text document as an attachment. Can anybody please tell me the procedure to convert or send the text document as attachment.
    Thanks,
    Ravi

    Hi Ravi sirigiri,
    Donot convert the data into PDF just pass the OTF data to the
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        DOCUMENT_DATA              = W_DOC_CHNG
        PUT_IN_OUTBOX              = 'X'
        commit_work                = 'X'
      TABLES
        PACKING_LIST               = I_OBJPACK
       CONTENTS_BIN                = I_OBJBIN
        OBJECT_HEADER              = W_OBJHEAD
        CONTENTS_TXT               = I_OBJTXT
            RECEIVERS                  = I_RECLIST
    Regards,
    Sravanthi

  • HT3576 For some reason, reminders/to-dos are not showing up in my lock screen. Any suggestions?

    I have tried turning on/off and some of the more obvious quick fixes. All I really want is my to-do list to pop up on my lock screen today view. I keep reading that this is possible, but can't seem to figure it out. Any help would be appreciated!

    Settings>Notification Center>Reminders>Show on Lock Screen.
    Do the same thing for other data  (Settings>Notification Center> ...)

  • Output type attchment not displaying for sales orders

    Hi,
    Output type attachment is not showing form some orders NACE is perfectly configured 10 out of 100 not showing in
    output type as attachement rest of ordrs showing attafchemtns.
    How to do where to find out.

    Hi..
    Check Transaction " V/43" whether sales order output type and procedure are defined or not for a particular order type.
    Regards,
    Lokeswari.

  • Purchase Item for a sales order but not on sales order lines

    Hi,
    Is it possible to purchase an item for a sales order but item is not actually on sales order? I know we can create PO through SO logistic tab and also through procurement confirmation wizard but these functionalities can be used to buy the item which is on the SO. The problem is that the item is not on SO. It's kind of hidden cost going against the SO.
    Will be grateful for your help.
    Thanks,
    Kanu

    Thanks Gordon. Ok I can add items to the PO. But will those items be costed against the SO? Because there is no SO number (POR1.BaseRef field) on that extra PO line.
    I appreciate your help here.
    Best Regards,
    Kanu

  • How to create a report for open sales orde documents which are not invoiced

    Hi Experts this is urgent,
    +pls give the Logic for document flow+
    My requirement is create a report for sales orders which are not invoiced  using the following table.
    VBAK : sales order header
    VBAP : sales order item
    VBFA : sales document flow
    VBUK for processing status
    KOMV for duties value and sales order value
    LIKP : delivery not header
    LIPS :delivery note item
    For information : In the header level the processing Status is indicated in the table VBUK field LFSTK for one sales order number. A,B , C are the possible entries.
    Case A : When a sales order is invoiced we can display information on the header status :
    Overall status : Completed  and display a invoice number in the document flow. When the items of the sales orders are invoiced the process status is the following :  Overall status       Completed            
    Delivery status      Fully delivered      
    Case B : An open sales order not delivered and not invoiced will have overall status : Open on the header and item level and will not have subsequent documents.
    Case C :
    When the items for the sales order are delivered but not invoiced the status will be u201Cfully deliveredu201D
    And the subsequent documents will be delivery notes and good issue if the delivery note is issued.
    With regards
    ravi
    Edited by: ravik ravik on Jun 25, 2008 3:29 PM

    Hello Ravi,
    U neednot develop any report..
    there is std report with txn V.02
    or copy this and make necessary changes.
    Reward, if helpful.
    Rgds,
    Raghu.

  • MTO - how to prevent a second planned order for a sales order?

    Dear friends,
    We are working on Make to Order process (Planning strategy group 20).
    No Production/process order is used
    Shop floor uses a different system --> details from planned order is passed to the shop floor system; and finished product is delivered/posted into SAP Sales order stock - through interfaces
    No QM in place
    A typical day-to-day scenario –
    Sales order Qty = 100
    MRP Run à Planned order qty = 100
    Raw materials posted to ‘Sales order stock’
    Planned order is firmed
    For example if Produced qty = 90
    sales order stock of the finished product = 90
    Balance 10 cannot be produced / delivered for various reasons
    Planner posts the raw material to cost center / rejections / own stock etc., and ensures that the ‘sales order stock’ of the raw materials are zero.
    Planner deletes the planned order
    Next MRP run triggers a new planned order for the balance qty 10
    Now, the requirement is to prevent the new planned order getting generated for the balance quantity, during the subsequent MRP run (despite the shortage in the Sales order stock of the finished product).
    The following options have been evaluated –
    Once the final good receipt is done & before deleting the planned order,
    o       Change the Sales order quantity to match the total produced quantity
    o       (or) Change the schedule line category for the Sales order item from CP to CN
    §         Since the Sales order and planned order are handled by different teams, considering the frequency of correspondence/coordination needed between these two teams to get the sales order items corrected, this idea is not accepted
    §         Additional authorization for the planner to change the sales order item is not acceptable
    Include Under delivery / Unlimited tolerances
    o       at the customer (master) level
    o       (or) Sales order level…
    §         In this case, System seems to consider the tolerances only when the  delivery for the Sales order is posted; and not when the sales order stock is received within the tolerance limits;
    §         Considering the time gap between the GR and Delivery of the finished product, this option is not accepted
    Kindly suggest the other options / settings / processes, to meet this requirement
    Thank you for your time and efforts.
    With Best Regards,
    Senthil

    Closing this thread
    Thanks
    Senthil

Maybe you are looking for

  • HT204364 Cannot "Buy Book" in iPhoto '11

    I have tried to "Buy Book" through iPhoto '11 using OS X 10.8.2. It freezes iPhoto. I do get the little white envelope and paper, but it stays blank for several minutes I get this...... Cart subtotal Free Shipping Shipping Savings - What's This? Esti

  • 2 node cluster windows 2008 R2 cluster won't form

    Hi, I'm trying to build a 2 node cluster and having no luck at all.   My validation works great but when I go to create the cluster it fails on the forming cluster section after about 2 minutes.   I seem to have everything in order and can't figure o

  • Entry missing in but_hier_type?

    Hi All We are trying to replicate customer hierarchies (created via VDH1N) from ECC to CRM. I followed the steps in the SAP help: http://help.sap.com/saphelp_crm70/helpdata/en/a1/2bfc3f37c2e569e10000000a155106/content.htm In CRM download (RSA3) the D

  • Graphics and Textfields

    I was wondering if you use Graphics and objects like Buttons, Labels, and TextFields are they all drawn on the same graphics layer or is one of them drawn on top, if so which one?

  • More problems on my triggers

    Hi there, See 2 tables, 1insert statement each and a trigger below: I don't understand y when a factory has ceased to exist, it still allows a records to insert on the 2nd table factory_address for a much more later date factory.CEASE_TO_EXIST_DATE =