Material document "Output type".

Hi,
after setting the system with the following parameters (trx MN21):
Output type: WE01,
Trans/Event type: WE
Print version: 1,2,3
Print item: 6
Output type: WE02,
Trans/Event type: WE
Print version: 1,2,3
Print item: 6
Output type: WE03,
Trans/Event type: WE
Print version: 1,2,3
Print item: 6
output types WE01, WE02, WE03 are not created automatically
What is the difference between print item 1 and 6 ?
Can't understand why
Best regards

hi,
maintain one output type we03 thru transaction mn21 with the following data
Event type:WE
Print version :3
Print indicator: 1
assign the output type to the printer.
1- material document print out
6- GI/ GR Document print out
Regards,
velu

Similar Messages

  • Material Document output message type.

    Hi Experts
    Please advise the details to be maintained in MN23 for the below message type.
    Goods Issue Sub-con
    Material Document output message type.
    Trans./Event Type:
    Print Version:
    Print item:
    Debit/Credit Ind:
    Rgds
    MM

    SAP-MM1 wrote:
    Hi Experts
    >
    > Please advise the details to be maintained in MN23 for the below message type.
    >
    > Goods Issue Sub-con
    > Material Document output message type.
    >
    > Trans./Event Type:
    > Print Version:
    > Print item:
    > Debit/Credit Ind:
    >
    > Rgds
    > MM
    Hi,
    Trans./Event Type: WO(Goods Movement for Subcontracting)
    Print Version:1(Individual Slip)
    Print item:  3(GR/GI Slip for Subcontracting)

  • Material Document Output Message

    Hi
    I cutomize the Mat.Doc Output Message WE01 to ZE01.
    In OMJ3 I already removed the WE01 for the new plant.
    However still in the Plant#2000 material document picks up both message
    Where else i should remove ?
    Thanks
    MM

    Hi Garapati 
    Output WE01 is already in use at other plants (ex; 1000) using different forms.
    ZE01 which is to be used for plant 2000.
    So, I can't delete in Output Determination or NACE/T.
    I thought if I dont maintain the WE01 output type in OMJ3 for Plant 2000, suppose to not appear and only appear the ZE01.
    But now both appears.
    Rgds
    MM

  • Reading Additional info for Material Document (Movement Types 313, 201)

    Hi SAP Gurus,
    I am currently working on a requirement for Material Document Interface.
    <u><b>The Requirement is as below:</b></u>
    (1) The user creates/modifies a material document using MB01/MB03/MIGO for movement types 313 and 201 separately.
    (2) The user maintains additional information by creating a NOTE using the option
    SERVICES FOR OBJECT --> CREATE NOTE. 
    (3) To Print the materail document information.
    <u><b>The Approach is followed is:</b></u>
    1) I have to retrieve the Address for From and To Locations respectively along with  document data and display it as Simple List output.
    Approach:
    I retrieved the data from MKPF and MSEG tables respectively.
    Also retrieved the data for FROM and TO locations using table TWLAD and function module ADDR_GET.
    (2) I also need to retreive additional information created by the user using the option SERVICES FOR OBJECT --> CREATE NOTE. 
    <b>Approach:
    Request your guidance and inputs to solve the point (2) mentioned above.</b>
    I have debugged the SAP Standard tcode MB01, MB03 ,MIGO which have the option SERVICES FOR OBJECT --> CREATE NOTE.
    I have also used ST05 to trace the transaction to get a proper solution.
    But, i was able to observe that only a table SOOD provides the initial required info only which points to a office document type.
    Looking forward to your valuable inputs, so that i can retrieve the data entered using the option SERVICES FOR OBJECT --> CREATE NOTE.
    Thanks in advance for spending time and
    guiding me to deliver the development on time.
    With best regards,
    Sudhakar

    Hi,
      Try this..
      TABLES: MSEG.
      PARAMETERS: P_DATE      LIKE MKPF-BUDAT.
      SELECT-OPTIONS SO_BWART FOR MSEG-BWART.
      SELECT-OPTIONS SO_MATNR FOR MSEG-MATNR.
      DATA: BEGIN OF ITAB OCCURS 0,
             MBLNR   LIKE MKPF-MBLNR,
             GJAHR   LIKE MKPF-MJAHR,
             MATNR   LIKE MSEG-MATNR,
             MENGE   LIKE MSEG-MENGE,
             MEINS   LIKE MSEG-MEINS,
            END OF ITAB.
      SELECT AMBLNR AMJAHR BMATNR BMENGE B~MEINS
             INTO TABLE ITAB
             FROM MKPF AS A INNER JOIN MSEG AS B
             ON AMBLNR = BMBLNR AND
                AMJAHR = BMJAHR
             WHERE A~BUDAT = P_DATE
             AND   B~BWART IN SO_BWART
             AND   B~MATNR IN SO_MATNR
    <b>         AND   B~MENGU = 'X'.</b>
    The field MENGU might be used to check if the
    material movement has affected the stock..
    Also I have used posting date = given date in P_DATE..
      LOOP AT ITAB.
        WRITE: / ITAB-MBLNR,
                 ITAB-GJAHR,
                 ITAB-MATNR,
                 ITAB-MENGE,
                 ITAB-MEINS.
      ENDLOOP.
    Thanks,
    Naren

  • How to create Transfer order from material document   uFF08Move type is 101uFF09

    Hi all,
    is there any function module, BAPI to create transfer order from a material document number?
    I want to use FM L_TO_CREATE_SINGLE,but the result is "Movement type 101 for manual transfer orders does not exist".
    Is the parameters error?
    Thank you in advance
    Regards

    The error message you get is number 196 from message class L3, do a where-used on it from transaction SE91 and then put a break-point on each line result.  Afterwards, re-execute your function call and see which break-point is hit and investigate from there.
    With that said, you really should be using Bapi BAPI_GOODSMVT_CREATE for all goods movement operations.  It shares code with MIGO and executes the same Badi's and user-exits, so data integrity is not broken.  Don't forget Bapi BAPI_TRANSACTION_COMMIT to commit changes in the database after a successful call.
    cheers

  • Material master/Output type IDOC /MATMAS

    Hello ,
    I want to generate Idoc(MATMAS) whenever a material is created or changed. I could do the same for ME21N/ME22N for PO with PO idoc. Would like to know whether there is output types for material master or anything else so that i can generate Idoc for my senario.
    Thanks for ur time.
    Jeeva.

    Hi,
    the configurations which we do for material master is below...we don't give any output for material master,becoz its a master data not transactional data..
            For distributing master data like material master, vendor master, customer master we have standard transaction codes that are provided by sap.
    Bd10(send material master)
    Bd12(send customer master)
    Bd14(send vendor master)
    Bd30(bom’s)
    The order of Tcodes are:
               Bd54 (creating logical systems)
               Scc4 (assigning logical systems )
               Sm59 (rfc destination)
               We81 ( message type)                      
               We30 ( idoc type)
               We31 ( segment type)
               We82 (linking message type and idoc type)
               We21 (creating port)
               We20 (partner profiles)
               Bd64 (Distribution model)
               Bd10 (material master)
    Ex: material master.
         Message type: matmas.
         Idoc type: matmas05.
    Rewrad if helpful.
    Regards,
    Nagaraj

  • Send PDF attachment to Multiple Receipents - SD Document Output Type

    Hi,
    i have created a new output type in v/30 transaction for the sales order to send externally (i.e. as Email attachment). Output type ZWWW and Application V1. In the mail Title and texts entered the title (Subject). In the processing routines selected medium as u201CExternal Sendu201D and program /SMB40/RVADOR01, Form routine as ENTRY and also inputted the custom smartform name in the PDF/Smartform form. In the partner function tree, selected sold-to party (SP) for External send. SAVEd it.
    The above setup will send email to just one email id maintained in the customer master. I wanted to send the email to multiple email ids.
    Any suggestions on how to go about doing this?
    Thanks,
    Balaji

    Hi,
    You can specify the Partners in partner functions in NACE transaction as you already given to sold-to party.
    Regards,
    Raju.

  • Vf03 billing documents output types

    Hi friends,
    i want to assign output type in vf03 for perticular 'L2-debit memo'.
    So how can I do this?
    thanks in advance.

    Hello,
    See assigning output types can be done in vf02.
    Goto environment header output.
    Enter the respective output & make entries for printer destination in communication device
    Later in intiall vf02 screen you will be able to see the output, provided you have done the config settings properly
    Hope this helps you
    Thanks & Regards

  • Output types in MM..?

    Hi all
    Can anybody explain me total no of output types were available in SAP (According to MM view).
    For eg, Po output type
                RFQ output type
                Material document output type
                Vendor return excise invoice output type.....etc
    Thanks
    sap-mm

    hi,
    Go to Tcode NACE, check the output types for the application....
    Regards
    Priyanka.P

  • Block Output Type in MB02

    Hi,
    In Material Document MB02, I have mvt types 503 & 505 and Output types ZGR2 for generating an IDOC.
    My Requirement is
    if Mvt type
      503 - Output type ZGR2 can be given in Material document Output screen( Through Message button) and while saving Idoc can be created.
      505 - if i enter Output type ZGR2 & while saving Idoc shouldn't be generated.
    Analysed with UserExits and I think it cant be done .
    Request your advice & Many Thanks.
    Regards,
    Anbalagan

    Hi,
    My query is that " the output type which is processing IDOC should not come automatically when material document is created during material movement for movement type 505.
    Regards
    Bapu

  • Print material document (WE02) automatic when GR

    Hi Guru,
    I want to let the system automatically print material document output "WE02" when I post Good receipt w/ MIGO 511 Movement type.
    I use OMJ3 to maintain the condition type WE02/Plant/storage location/outpud device and immediate.
    Please advise the other steps.
    Cheer,
    Rick

    OMBR - Set "1" as material document printout
    OMB5 - assigned "1" to 511 movement type,
    But I still can get the material document automatically printed out during MIGO GR with 511 movement type.
    some people guide me to pay attendtion to user profile, but I am not clear about what's NDR.
    ++++++++++++++++++++++++++++++++++++++++++++++++++
    Then we need to make sure that the parameters in the user profile  are set properly.  NDR = "X". 
    ++++++++++++++++++++++++++++++++++++++++++++++++++

  • Reverse the material document before cancelling the excise invoice.

    Dear Experts,
    While cancelling the exice invoice thru J1iex , system is giving me an error message "Reverse the material document before cancelling the excise invoice" .......I checked PO history where all the material documents are already cancelled with MIGO cancellation (movement 106 )
    But in J1iex , if I select the cancel option and put this invoice number , it is showing me one document with status "IN PROCESS" and if I select that doc and try to save it. System prompted me the message "Reverse the material document before cancelling the excise invoice ,but if I am trying to post this document system is issuing me a message "All Part I entries have been canceled for excise invoice ...........xx.Exicse table J_1IGRXREF and J_1IPART1 alrady update with both documents.kindly any one suggest me positive.
    MINI

    Hello
    follow the below steps
    1. MIGO:Cancel the material document (movement type 102) & during cancellation update part1 only. This changes the excise invoice document status to In process
    2. J1IEX:Post the excise invoice referring the material document (of movement type 102). Creates an accounting document to reverse the CENVAT postings. Creates a corresponding entry in Part II of the appropriate excise register
    Thus the excise postings are reversed.
    3.J1IEX: Cancel the excise invoice (Do this if your plant does not allow multiple goods receipts per excise invoice).Now the system will allow you to cancel the vendor excise invoice
    above the procedure right. you will get this updation excise registers also
    Laxman

  • Multiple Excise Invoice No for same Return Material Document

    Dear All,
    While generating excise invoice throu J1IS for Return Material document (Mov Type 122 - Return of Quality rejected material to vendor), it is observed that multiple excise invoice nos are getting generated for the same Return mat doc no.
    System is not preventing in doing so.
    Pl. advise how to restrict such excise invoice generation.
    With Thanks & Regards
    Ratna

    Hi,
    Use: J1I7 , In selection range you can give Excise Group, Excise Transaction Type as GRPO , Vendor Number, Material Document , Material or Purchasing Document , select  Part 1 and part 2 Posted , Off.No is Excise Invoice No entered at the time of Excise Capturing.
    Regards,
    Vikas

  • Need to check PO Posting date at schedule line and material document level

    HI All,
    I am facing an issue to reconciliation data with ECC.
    Issue :
    we have a PO,item,schedule line with delivery date, scheduled qty and quantity received from EKET table
    we have PO,item,Material document,movement type,posting date with quantity received from EKBE table
    the standard extractor 2LIS_02_SGR is providing data at
    PO,item,schedule line,material document,movement,posting date
    as if now we are using this extractor to get the posting date at schedule line level.
    can some one let me know how exacty the EKET and EKBE table are joined ???

    Hi,
    The data for the datasource 2lis_02_sgr can be compared in ECC using ME80FN transaction.
    Please check the below Link for all the details reragrding 2LIS_02_SGR datasource.
    [http://help.sap.com/saphelp_dm40/helpdata/en/69/063f3f2615e07fe10000000a114084/content.htm]
    Hope this helps..
    Thanks,
    Nagarjuna

  • Link between output type to Idoc type

    Hi Gurus,
    One basic question....How do we link sales document output type(eg BA00) to Idoc type/Message type.
    I know from WE20 we do the partner profile setup and link the message type to idoc type and then we do the output determination,so now how does the system know for a particular output a specific idoc type has to trigger,is the link established when configuring thru we20 or is there any direct link to output  type to Idoc type. I also checked WE82 but that dint help me either.
    Thanks,
    Vivek

    Hi friend,
    apart from the configuration of output type to idoc... etc.. the thing which triggers idoc is the message control along with partner profile.
    the explanation can be more lengthy - but I just wanted to mention about message control.
    Regards
    sadhu kishore

Maybe you are looking for

  • Store all values from updateable report on clientside for later use

    apex 4.2 , 11xe hello, it is possible to store all values from an updateable report to something like an cache BEFORE sent it to DB ? Background: i have an modified updateable report ,look the jpg http://www10.pic-upload.de/25.06.13/3zq5wr23awwg.jpg

  • A Region of Regions?

    Hi, I'm wondering how to go about creating a page which is a region of regions. So, for example, I have X number of regions to report on per project and Y projects. I'd like the page to do this: Y1 X1 X2 X3 X4 Y2 X1 X2 X3 X4 Y3 X1 X2 X3 X4 How can I

  • System Performance and Number Range Buffering

    Hi, This is regarding the following issue for which we welcome any relevant inputs. Issue: Recently the SAP production system in one of our regions had a performance issue resulting in production system outage. On checking , it was found that there w

  • Sharing emails not reaching destination

    Hi, Buzzword is failing to send on the share requests I am sending out to co-editors. None of the emails I send out are received. Can someone help?

  • Theoretical Question about Full Table Scans

    Hi, how is a full table scan managed by the Oracle Server ? In my opinion, the blocks are put at the end of the LRU-list and are afterwards the first candidate to be swapped out. But if I have the case, that DB_BLOCK_BUFFERS is set to 500 MB and the