Change GR Slip Output type in mvt 101

What is the best way to change the output type (WF02) that is link to Mvt 101?
http://www.Google-SAP.com

Dear friend ,
Condition WF01 is linked with Goods Receipt performed at MIGO. Not by moviment type (standard system).
If your system has been changed , someone can put an access sequence at condition WF01 linked with moviment type , but by standard system your condition is linked with document type WE = GR. by purch.order.
How can you see it ? enter at condition customizing on tcode M706  and check access sequence entered into condition. This determine if condition will be linked or not with an object.
best regards
Carlos Moçatto

Similar Messages

  • Change language of output type in output type condition?

    Hey Team ABAP,
    subject is MM output type determination for PO.
    Standard finds his customized output type and sets communication language of supplier as output type language.
    I need to somehow change that, as we dont want to print our PO´s in supplier language but in logon language.
    I didnt found a way to customize it in a way that it determines the output type with logon language. So i thought: "well, lets do it in a condition then".
    I coded a new condition and set that condition in the OT scheme for desired OT.
    Problem is that manipulating XNAST[] at this point doesnt really make any impact. copndition runs in main program SAPLV61B which is actually the main program for messaging, so i´m at the correct nast and dirty assigns cant help me either.
    I guess my problem is cause SPRAS is actually a key field of NAST respective XNAST then.
    Besides, i cant just goto the driver program and set nast-spras = sy-langu there, as we want to make use of the language of the output type.
    What i want is: output type gets determined in logon language, but when user decides to change the language it should take effect.
    Any ideas?

    well one more addition to this:
    Setting that checkbox does what i want, but only language wise.
    Setting it also prevents you from beeing able to assign a partner to that output type which again is bad.
    So now i end up having a problem without the checkbox and as well with the checkbox.
    Just wanted to let you know... beeing on my way to modify FM messaging then.

  • Cannot find GR Slip output type in Outbound Delivery for Order type KA

    Hi Experts,
    We need to ,setup output type for GR Slip. for a delivery created for Order Type KA
    I am not able to find the Output Type in VL02N- Output (at item level).
    I have alreday created conition record in VV21 against the sales Org for output type WABS
    Please let me know if I am missing some thing
    pls help
    Regards,
    Shetty

    Hi
    Does the output type exist in the output procedure ? If yes, is there a requirement assigned to the output type and is this fulfilled ?
    Kind Regards
    Torben

  • "change output" feature in output type configuration

    Hi
      I am trying to find a way of automatically triggering repeat output on change of delivery date in order.
       In output type configuration-general data there is a are for change output the F1 helps reada like this "..........The routine in the program checks which changes should result in a changed output being sent. ......"
       If anybody has worked on this functionality, please help me by giving any relevant input.
    TIA

    Take a copy of output requirement 014 and change the code to make it work for your delivery date.  Output requirement 014 is provided in standard SAP for BV - cash sales.  In cash sales, if the net value is changed, the output is automatically retriggered.
    Remember the KOMKBV1 in the below code represents the sales orders communication structure. If you are doing this requirement for delivery document use KOMKBV2 and for billing document output determination use KOMKBV3.
    ***INCLUDE LV61B014 .
          FORM KOBED_014                                                *
    Requirement to create an new order confirmation / invoice when     *
    the net value is changed.                                          *
    FORM KOBED_014.
      SY-SUBRC = 4.
    If the net value has changed, resend the Output type RD03
      IF KOMKBV1-NETWR NE *KOMKBV1-NETWR OR
         *KOMKBV1-NETWR IS INITIAL.
        SY-SUBRC = 0.
      ENDIF.
    ENDFORM.
          FORM KOBEV_014                                                *
          Reference to KOBED_014                                        *
    FORM KOBEV_014.
       PERFORM KOBED_014.
    ENDFORM.
    Thanks
    Kapil Sharma

  • Output type for ORDCHG is not created in PO

    Hi,
    We have a problem for the output type autogeneration when a PO is changed (ORDCHG).
    The scenario is the next:
    - We have a Z output type for the creation of the PO. It works fine (the outputy type is generted and the idoc sent)
    - We have another Z output type (ZCG3) for th PO change. The output type is not generated automatically whe you change the quantity for example. The strange thing is that if you create the output type manually and you send the idoc and later you change again the PO, now the output type is generated automatically. So it is like it is necessary a previous output type ZCG3.
    Do you know where could be the problem?
    We have the condition records as the other output type. Also we have marked Multiple issuing and in WE20 we have 2 entries for message ORDCHG in message control (one entry with change message flag marked and the other one without to mark).
    Thank you in advance,
    Manel

    check the "MULTIPLE ISSUING" option in NACE.
    NACE -> Select Application EF -> Click on Output types -> Select output type -> Click on Details Button -> Go to General Tab -> Select Multiple Issuing option
    Regards
    Vinod
    Edited by: Vinod Kumar on May 3, 2010 4:43 PM

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

  • Authorization Object for specific Output types maintained via MN11 & MN12

    Hello,
    I was looking to see if we could limit the access of users so that they can change only specific output types (see T-code NACE) when using transaction code MN12. specifically only LPH1 (standard SA output type). I'm not seeing anything within the system, and I can't seem to find anything via SNC which describes this, so I am wondering if this there is nothing like this/
    Is anyone aware of something for this or a potential solution if an authorization object doesnt exist?

    duplicate.. please close.

  • WE03 Output type with print version '3' (Collective Slip)

    I am using output type WE03 with combination of print version 3 (Collective Slip) to print GR slips.
    My requirement is to print all the line items on single page (unless there is no room) .
    However with this output type one line item is printed per page.
    Does anyone manage to print items continously on the page without page break?
    Is there any other output type/print version for that?
    Well, the last option will be to change the print program and sapscript, but I am trying to avoid that...

    Created new print program and replaced sapscript with smartform

  • Change of Output type from WE01 to WE03

    Hi,
    I have assigned the GR with collective slip WE03,when I use Tcode MB90 i m not able to list all the material documents eventhough collective slip and print is active.I checked in MIGO transaction,output type was WE01.
    How to change the ouput type of already posted GR's  from WE01 to WE03.
    Pls advise
    Regards,
    Shrini

    MB02 select your mat document and click the message tab and maintian your out put type.
    If you want always this output type MN21 maintain the output type.
    NACE also assign your smartform to your output type.'
    Pls check it this will resolve your problem

  • Delivery Schedule output type for change

    Hi all,
    i have created a custom output type for delivery schedule. i am using this output type to send IDoc. For create it is working fine. i have maintained condtion record as well.
    whenever the delivery date and qty is changed, change output type is triggered but it fails there. the error shows no IDoc could be generated as there are no changes releveant to that.
    i checked the configuration field relevant to printout changes, in that for table EKET-EINDT and menge i have checked the scheduling agreement. but here i could not find delivery schedule.
    Can you please help on this..
    Thanks

    Hi
    You need to confiugre output determination. Please check the below link.
    Re: Email output of PO
    output determination
    Regards
    Antony

  • Delivery Output Type not updated automatically in change mode

    Hello,
    I am dealing with a strange problem.
    If i open delivery to change using VL02N then, output type configured for reissue is updated properly and on save ouput type is getting successfully processed also.
    Now if i open VL03N and then using change mode button on application toolbar i go to change of delivery, then output type is not getting created. The issue was figured out when i tried to open delivery from shipment and then using change button i tried to change and save delivery....
    Expectiing solution from experts.
    Thanks
    Hari

    Hi,
    May be this behaviour is due to the application in which you are opening the delivery. When you open the delivery from shipment, check the transaction code in the screen in system status. If it is VL03N, then it is correct. But if it is VT03N, then it is expected that even in change mode, the output is not triggered.  Pls check this once.
    I tried the same thing in an invoice from where i opened a SO and then went in change mode, and the otuput is getting retriggered.
    I hope teh configuration of your output is correct. Ensure that the Multiple Issuing button is ticked on, if you want yoru output type is to be triggered everytime you go in change mode.

  • Change output type of Purchase Order

    Hi All,
    Is it possible to programmaticlly change(or add) the output medium in transaction me21n / me22n when a user creates a PO?
    I've been able to config the system to allow the PO to either be emailed or faxed upon the user saving. There is a requirement that when the user clicks the save button through a pop up window they can either choose fax or email, and it must then either fax the PO off, or it must email it depending on what they selected.
    Is this possible?
    Thanks!

    U can do it, provide the desired Output types are configured in NACE.
    Just look it in NACE > Output types 'EF'  and select NEU click Processing routines,see what all output types defined.
    Now Goto> tcode ME23n> choose an order> In essages>Check wether message type has the medium FAX or Email. Set the message Output type for ur desired and save,
    Click on Further data and select at the time of saving.
    For FAX  you have to make some technical customizing in transaction SCOT in order to configure Fax connexion from SAP and then set the file fomrat you want for fax.
    Remember that if you want to send Fax directly from SAP, SAP need to be connected to a Fax Card or a Fax Server .
    Edited by: Bala Krishna on Aug 13, 2008 9:42 PM

  • How to change the header text on output type in sapscript

    Dear All,
    In the sapscript, I would like to changes the header text from invoice number to sales number on the output type z001.
    Could someone can guide me?
    Thanks.

    Hi,
    Please go through following link :
    http://forums.adobe.com/thread/870081#870081
    Thanks and Regards,
    Vibhuti Gosavi | [email protected] | www.infocepts.com

  • How to change DTMF RFC2833 payload type to 101 or 127

    Hi,
    We are using Flash Media Gateway 4.5, and we would like to change the DTMF payload type from 127 to 101 for RFC2833.
    as of now, I couldn't find any configuration settings from the documents. Looks like this is a discontinued product but any help is much appreciated.
    Thanks,
    Uttran I

    Hi Thomas,
    according to your first question: Why does this matter to you? As I already wrote in another thread:
    According to the XML namespace declaration the prefixes are just internal aliases with no external meaning.
    E.g. <ns1:abc xmlns:ns1="http://www.sap.com" /> and
    <iLikeLongPrefixes:abc xmlns:iLikeLongPrefixes ="http://www.sap.com" /> are totally equivalent according to the XML namespace specification.
    Therefore, everyone (human or machine) who produces a program can choose the prefixes as he wants. Moreover, he may change the rules for creating these prefixes without being incompatible.
    Consequently, the namespace prefixes should not be important for you.
    Greetings
    Stephan

  • Want to change output type for 10000 sales orders through MASS

    Hi Friends,
    I would like to change the Output type in the sales order for 10000 sales orders.
    Can I do with MASS transaction. If so, Plz let me know how ?
    Is there any other process to change the output type for 10000 sales orders, as its difficult to manually in each and every sales order.
    Its very urgent issue, Plz let me know at the earliest.
    Thanks & Regards,
    Praveen Kumar. A

    This may be little tough for 10000 sales orders.
    1. You have to remove the output record for the irrelevant output record using tcode VV12 for the relevant document type. So now for the document type, the old output wont be triggered.
    2. Now, create output records for hte correct output type in VV11 tcode(for the output type BA03) for the document type. Now this output will be triggered for all the document types you are creating from now onwards.
    3. To trigger the output type BA03, in all the old orders, you just have to open these sales orders in change mode (VA02), and just save it. When u open it the output type BA03 will be automatically triggered as the master data is maintained in VV11. But because just opening all the 10000 sales orders in VA02 one by one be a mechanical task, you have to think of some tool for this.
    May be a CATT procedure can do the trick. Else, you can just create a small program, where you can upload these sales orders and the program will just open these orders in change mode and just saves it (without making any changes). Then the output will be retriggered.
    Here again, if you are printing the output directly, it is advisable to trigger the output in batch mode(Date/Time field is 1 in VV11), and then you can again trigger the printing again using the program RSNAST00 after office hours for these 10k orders.
    I hope I answered ur query.
    Pls lemme know if you need some more info. (You can reward me too...)

Maybe you are looking for