Reference multiple documents in MM to print on PO

I need to find a way to have a part in the MM reference multiple techicinal documents that in turn will get printed on the PO. Currently just being handled in the Basic Data Text field in the MM. However i need a way to have this be easily updated/maintained prefereably in the MARA table.
For example, parts existing in the MM could be referencing docs:
Name         Revision
MTS01        01
MTS02        01
However, our user needs a way to just be able to update the revision for the corresponding parts in MARA. So when MTS01 is changed to be Revision 2, they want to be able to pull up MTS01 and change Revision to 02 and then have all like records in MARA changed to Revision 2.
I can do this if there were dedicated/existing fields that i could use in the MM (MARA) but so far can't find anything that would work. We do NOT have a DMS and use GOS for documents.
The hope is that when they enter a PO, the corresponding MTS docs for the line item would display somewhere on the printed PO for that line item.
Appreciated any tips or leads into area I should research.

Hi,
If DMS is not active in your system, then you may use item text to update the revision level which can be easily pulled and can be updated in PO print out through any Logic.
Or you can enhance the PO program to add new field into PO line item where you can add the Material Revision and which can be pulled to PO print out..
Do refer the below link it may help you..
How to create customer screen on ME21N/ME22N/ME23N Item Level using BadI

Similar Messages

  • Create Credit Memo with Reference to Multiple Documents

    Hi.  I have the challenge of Creating a Credit Memo via VA01 referencing Multiple Billing Documents.  Anyone know any tricks to be able to reference Multiple Billing Documents in batch? 
    Cheers,
    Jerry Tischer
    Message was edited by:
            Jerry Tischer

    Hi Kamlesh,
    I think except for the Sold-to-party (which ensures same account assignment group, ur 5th point) all other can be modified in VA01. From the Billing Date of Ref Inv it takes the "pricing date" if they are different then "invoice splitting" happens for the credit / Debit memo request. Similar thing happen in case of different "terms of payment", "Inco Term" etc.
    Thanks,
    Ashish

  • How can I use Adobe Acrobat X Standard to print multiple documents on Lexis Nexis File & Serve?

    I am unable to print multiple documents on the Lexis Nexis File & Serve legal website that used their Batch Document Processor software. The technicians there told me that Adobe Acrobat X Standard has an incompatibility with their Batch Document Processor software. I never had a problem with Adobe Acrobat 6.0 or Adobe Acrobat 9.0 and the Batch Document Processor program at the Lexis Nexis File & Serve website. I am now running Windows 7 Professional SP1. Before, we were running Windows XP Professional SP3 with the IE 8.0 browser. We now are running the IE 9.0 browser.

    The answer is in the question...
    Only the Pro version of Acrobat is capable of batch processing files (which
    I assume the Lexis Nexis tool uses). Until now you had Acrobat Pro, and now
    you have Acrobat Standard, and therefore you can't use it anymore. You need
    to upgrade to Acrobat Pro.

  • Printing multiple documents

    Hello FORM experts!
    I have a question here..
    In my program I generate multiple documents and then want to print them all at once with one button click.
    Document info is in a table which is also written into the database table.
    How should this work, should I give my smartform calling function some extra parameters to print them all or should I pass all the info to the smartform and make it print them all there with a loop or sth.?
    I'll explain some more..
    I have a report which then generates special kind of invoices...
    when invoices are generated there's a list of them displayed...
    Now I would like with one button to call out a smartform and print them.
    I want 1 pop-up print screen for all the invoices.
    Right now, I get a pop-up for every single invoice it is printing
    Thank you!

    Hi,
    You can try the following.....Loop at your final internal table and call subroutine printform.In which you will call ur smartform for printing.
    Write the following code....
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          FORMNAME                 = 'ZZSD_INVOICE_TRADE_FORM'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
        IMPORTING
          FM_NAME                  = LV_FM_NAME
    EXCEPTIONS
      NO_FORM                  = 1
      NO_FUNCTION_MODULE       = 2
      OTHERS                   = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION LV_FM_NAME
      EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
        CONTROL_PARAMETERS         = CONTROL
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
        OUTPUT_OPTIONS             = OUTPUT_OPTIONS
        USER_SETTINGS              = ' '
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
      TABLES
        IT_DISPLAY                 = IT_FINAL
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CONTROL-PREVIEW           = 'X'.       "Preview the output of Smartform
      CONTROL-NO_DIALOG         = 'X'.       "Don't show Dialog
      OUTPUT_OPTIONS-TDDEST     = PRINTER.   "Spool: Output device
      OUTPUT_OPTIONS-TDNOPRINT  = ' '.       "No printing from print preview
      OUTPUT_OPTIONS-TDCOPIES   = 1.         " number of print copies
      OUTPUT_OPTIONS-TDIMMED    = 'X'.       " Print Immediately (Print Parameters)
      OUTPUT_OPTIONS-TDDELETE   = 'X'.       " delete the request after printing
      OUTPUT_OPTIONS-TDLIFETIME = '5'.       " spool retention period
      OUTPUT_OPTIONS-TDCOVER    = ' '.       " no cover print
    REgards,
    Kashyap

  • How do I batch print multiple documents?

    We often print a number of different docs but we are changing to Win7 and our present way of doing this won't work in the new software.

    Bluesman123 wrote:
    This works for a doc at a time but we often have thirty or more to do.  One at a time takes too long.
    There is no limit to the number of docs you can print in one go.  However, it will be difficult to select multiple documents if they are not in the same folder.

  • Query regarding Printing multiple documents

    Hi,
    We would like to know how we can print multiple documents at once not one by one in SAP.
    Presently we are using FB03 to print the GL document one by one.
    Thanks
    Pooja Gupta
    SAP FICO Consultant

    HI,
    We also encountered with the same problem and now we are using HP solution for it.
    There are four major problems with the SAP print spool process:
    1. Limited bidirectional communication between the SAP environment and the underlying operating
    system (UNIX, Linux, and related systems). After the file transfer to the host, the only information
    that passes between the two environments is whether the file still remains in the print queue (if the
    SAP environment is configured to enable polling).
    If the file is no longer present in the host’s print queue, the SAP environment assumes that the file
    has printed. If the file disappeared for any other reason, such as a reboot of the operating system
    or if the printer is turned off, the assumption is not correct. SAP proceeds to process the next
    output request and the file simply disappears, leaving no trace of the failure.
    Most often, SAP sets the status flag to ‘complete’ after transferring the request to the host spool
    system. This action is a false positive because it actually indicates the handoff is complete, but not
    that the job is printed. It aggravates users and increases calls to the helpdesk.
    2. The lpr command passes only very specific instructions to the host spooler. The host only attempts
    to deliver the file to the specified printer; it does not wait for the printer to confirm that the last
    pages printed. It does not perform transformations, repackage the data, or redirect the file to
    another printer. Nor does the host track the file and keep a record of what happens. The lpr
    command (in some of the UNIX-related distributions) does allow an option to send an e-mail at
    completion of a print job, but this option can quickly clog up the e-mail system and is rarely used.
    3. Users have to make all adjustments to data within SAP before initiating the print request using the
    capabilities already programmed into the SAP environment. This limitation includes advanced
    print features such as staple, duplex, and resize, although administrators can enable the SAP
    spool work process to handle these types of functionality by creating a new print driver. Further
    extensions require additional programming within the environment.
    4. A relatively inflexible and unfriendly input process can cost money and slow business processes.
    For example, reports often need to go to people in different offices or at different sites. Users must
    create multiple output requests in order to send the documents to multiple destinations, or users
    must send the report to a print center where someone (extra headcount) collects the multiple
    copies and mails them to the recipients (extra mailing costs and extra time). Sending reports by
    fax or e-mail require a different set of steps, which further burdens the user.
    Regards,
    Satish Muvva.

  • Smartform error while printing multiple documents

    Hi Friends,
    When I am  trying to print individual documents the Smartform output is correct but when I select multiple documents its showing an error that says ' Table GRAPH does not fit into the window'. When I change the GRAPH node it says some other node does not fit. And it goes on.
    Is there any easy way to correct this error ?
    Please help.
    Regards,
    Dikshitha G

    Hi Dikshitha,
    First you need to check whether you have used TABLE under a secondary window or Main window? When you use table GRAPH under MAIN window then automatically next page will be printed and Window width adjusts automatically. Only make sure Hight and Width of Window should not be less than the Table. Click on Output tab of Main window and not down hight and width similarly check for TABLES.
    Regards,
    Gaurav.

  • Printing multiple documents from CV04N

    Hi friends,
    I have a list of documents arrived thru CV04N transaction. Now I need to print multiple documents at one go. When I select a group of documents and clicked the Print Icon at the top of the list, the system is printing only the first document in the group. My requirement is all the document in the group needs to be printed.
    Any pointers on how to achieve this.
    Regards
    S.Sivakumar

    Hi toocann
    Thanks for the inputs provided. The  programs "CV120_DOC_CHECKOUT_VIEW" and "CV120_START_APPLICATION" are to be added at what place in the BADI?
    Regards
    S.Sivakumar

  • Document could not be printed - no pages selected to print

    I am running into this well-known issue with several documents, but unfortunately none of the fixes I have come across have worked. Some background:
    -Using Windows 7 Pro
    -Happening with both Adobe Reader XI and Acrobat X, clean installs. and happening on multiple computers, with multiple printers, with multiple domain users.
    -Have tried repairing both installations, no success.
    -Have tried disabling protected view, changing size of the fit, letting printer determine colors, printing in greyscale, changing setting for "view documents in PDF/A mode" to "never."
    -Print as image works, but quality is unacceptable.
    -It seems to be isolated mainly to Xerox printers, as I have no issues printing to an HP printer. I am trying different models of Xeroxes with no success, however. I have reinstalled printer driver and verified updated driver for all, issue persists. Printer models are Xerox ColorQube 8700X and 9203
    -The PDFs are from different sources, so I can't pinpoint it to one website. Documents contain various financial info, so I can't post here. Any help would be appreciated. I'm probably going to have to try a different pdf reader for these, but that is not ideal, since multiple people need to print these and are comfortable using Adobe software.

    I was also receiving the message "The Document Could Not be Printed" I am on 10.6.4 with Acrobat 9.4.1. I did not get the second part of the message though "There were not pages selected to print". Anyway, I got mine to work by going to Preferences - Print & Fax. I selected my printer and clicked Options & Supplies. Under the driver tab I changed the "Print Using:" box to Generic PostScript Printer. I'm not sure if this is what you are supposed to do. I'm not an expert but it worked for me so I am going with it.

  • How do I scan multiple documents to a single pdf from the ADF on my MX922?

    How do I scan multiple documents to a single pdf from the ADF on my MX922?
    Solved!
    Go to Solution.

    Hi Riceburner1,
    Since you have had difficulty scanning using My Image Garden, you can scan using the IJ Scan Utility program that also comes with the printer.  To do this, please follow these steps:
    1. Place the documents in the ADF or on the platen glass of the printer.
    2. Start the IJ Scan Utility.
        For Windows 8.1:
        1. On your keyboard, press the Windows key.
        2. Start typing IJ SCAN UTILITY. The search window opens as you type. Once the IJ SCAN UTILITY is displayed, please select and open it, then continue with Step 3 below.
        For Windows XP:
        1. Go to your START MENU, then select ALL PROGRAMS, then CANON UTILITIES, then the IJ SCAN UTILITY program.
        2. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears. Please continue with Step 3 below.
    3. In the Canon IJ Scan Utility window that opens, click SETTINGS.... in the bottom right of the window. The Settings dialog box appears.
    4. Click the DOCUMENT SCAN option on the left pane of the window. In the Select Source field of the Scan Options section, select DOCUMENT (ADF/PLATEN) to scan items placed directly on the platen glass, DOCUMENT (ADF SIMPLEX) to perform single-sided scanning from the ADF, or DOCUMENT (ADF DUPLEX) to perform double-sided scanning using the ADF. You can then set the item size, resolution, etc. in the Scan Options section as desired.
    5. In the SAVE SETTINGS section of the window, you will select the save format and location of the document you are about to scan.
         a.) In the FILE NAME field, specify the name you would like to give the file. By default the filename will begin with IMG; you can remove IMG and change it to whatever you would like to name the file.  Please note that the filename that you give the document here will be the default filename for all items scanned until you change the file name.  If you leave the file name the same in the field, the scanned item will have a sequential number appended to the end of whatever name you give it.
         b.) In the DATA FORMAT field, use the drop-down arrow to select the desired option. If you are scanning a multipage document, select the PDF (Multiple Pages) option.
         c.) In the SAVE IN field, please navigate to the area where you would like the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder.
    6.  In the APPLICATION SETTINGS section of the window, please select the DO NOT START ANY APPLICATION option.  
    7. Once all settings have been selected, click the OK button at the bottom of the SETTINGS (DOCUMENT SCAN) window. The IJ Scan Utility main screen appears.
    8. Click the DOCUMENT button. Scanning starts. Click the CANCEL button to cancel scanning if needed.   Once the scan is completed, scanned images are saved in the previously selected folder location specified in the SETTINGS... window.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us using one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Printing a selection from a document using HP E Print

    Hello all,
    Is it possible to print a selection from a document using e-Print? I currently can emailt he entire document to my printer however that is it.

    Hi dayanks101,
    Thank you for being a member of the HP Support Community. I see that you would like to learn how to choose which pages print from a multi-page document.
    Since you have the document in an email already it’s fairly easy to choose which pages you would like to print if you are using the HP ePrint app. I’m presuming that you have already download the HP ePrint mobile app to your iPad and added your email account to the app.
    Please follow these steps after you have opened the HP ePrint app
    Choose the email with the document you need to print.
    Please choose the document you want to print (for my screen shot the file is titled “scan 2014_05_29 08-55-01.pdf). This will load the document with the available print options.
    Please tap on “Page Range”. It will give you the options of ‘Single’ or ‘Multiple’.
    If you are choosing to print just one page please choose ‘Single’ and then choose the page you would like to print.
    If you are choosing to print a range of pages please choose ‘Multiple’ and then choose the page range you would like to print.
    I hope this helps you print just want you need.
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

  • How to Restrict printing the document using IRM for a Single Document?Allow printing for some documents and restrict the printing for particular documents in same document library?

    Can we able to Configure the IRM in Document Level in SharePoint Document libraries?
    The document library contains multiple document sets , Can we restrict the printing according to document sets? Allow printing for some documents and restrict the printing for particular documents in same document library
     Is this possible?Please suggest.

    Yes, that can be done. But note that all administrators will have the same right to print, so you need to make sure the users are not administrators. You can include a macro to disable printing, but if the users disable macro, they can print the documents.
    Hence, there is no foolproof way to prevent printing documents. If you still need a foolproof security, PDF format provides password based security (viewing doesn't require a password) that can be implemented to prevent the document from printing,
    which doesn't require any special scripts and is tough.
    You can have a look at the following links:
    http://msdn.microsoft.com/en-us/library/office/ms458245(v=office.14).aspx
    http://msgroups.net/microsoft.public.word.docmanagement/prevent-printing-of-docum/91353
    http://www.go4sharepoint.com/Forum/prevent-printing-saving-documents-10150.aspx
    The following link explains about the security features in PDF. This is for information purpose only and not for promotion of any products:
    http://www.pdflib.com/knowledge-base/pdf-security/
    Balaji Kundalam

  • "The Document Could Not be Printed" "There were no pages selected to print"

    OSX 10.6.6
    Acrobat Pro 9.4.1
    I am getting this error when printed from certain PDF files. My best guess is it is a font conflict because if I change the font in the document and re-export the file the document prints fine. But changing the font (and it happens with multiple fonts) is not an option.
    Most of my documents are very large (up to 1,500 pages) and I use an InDesign plug in to merge data to create my PDFs.
    I can print the document out of InDesign CS3 without any problems. If I open the file in Apple's Preview it prints or if I log out and log back in under a different user it prints.
    But when this documents are printing out of acrobat I get those errors. It won't print to any of my mupliple printers (USB or network).
    Spent an hour on the phone with Adobe today and got no answers at all. They are telling me it a corrputed user issue. (that is only effected in acrobat when printing certain documents.... OK).
    With all the messing around I have done I'm guessing it has something to do with certain fonts during the export of the PDF from InDesign.
    If anyone has any ideas or suggestions, please let me know. I have been fighting with this issue for a while now and today it is causing a major issue.
    Just let me know if you need any additional information and thanks in advance for your help.
    Coyote

    I was also receiving the message "The Document Could Not be Printed" I am on 10.6.4 with Acrobat 9.4.1. I did not get the second part of the message though "There were not pages selected to print". Anyway, I got mine to work by going to Preferences - Print & Fax. I selected my printer and clicked Options & Supplies. Under the driver tab I changed the "Print Using:" box to Generic PostScript Printer. I'm not sure if this is what you are supposed to do. I'm not an expert but it worked for me so I am going with it.

  • Upload multiple documents option is not visible for one user in SharePoint 2007.

    Hi,
    For one user Upload multiple documents option is not visible.
    We are using SharePoint 2007 environment.
    User is using IE 9 32 bit,Office 2010.
    I did repair office 2010.
    Active x controls are enabled.
    Please anyone help me on this.
    Thanks,
    Ashok

    Hi,
    According to your post, my understanding is that after client upgraded to Office 2013 the option for Upload multiple document was grayed out.
    I try to reproduce the issue in my environment, however everything works well.
    My configuration of system is:
    Windows 8.1;
    IE11;
    Office 2013 32bit.
    Please repair the Office 2013 to check whether it works.
    In addition, there are many thing you need to check. Please refer to:
    http://sharepointknowledgebase.blogspot.com/2013/09/upload-multiple-documents-is-disabled.html
    Here is a similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/en-US/1a5af332-ed21-41ee-bf64-9122a7439623/sharepoint-not-activating-stsuplddll-upload-mutliple-documents-greyed-out?forum=sharepointgeneralprevious
    More information:
    "Upload Multiple Documents" is disabled in Document Library
    SharePoint 2010 : How to Enable Uploading Multiple Documents Functionality
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Multiple document for request correspondence FB12

    Hello all,
    currently i'm using version 4.7.
    as known in std t-code FB12, we need to request which documents to generate correspondence.
    steps are:-
    1. enter company code
    2. choose correspondence type
    3. key in document number & fiscal year
    as for item 3; is there a method that we can key in multiple document numbers & year in one shot?
    currently doc number and year enter one by one.
    pls give ideas anyone...really appreciate it.

    Hi,
    i got what u meant. for my case, i want to print customer invoices (includes with or without tax).
    is there any other std t-code to do it for multiple selection documents?
    update:
    i tested use t-code F.62 (internal doc) using my correspondence type. here i select multiple documents to request as you mentioned earlier.
    but error msg prompted as 'Correspondence type ZAPS1 requires an individual text'.
    then i check the setting for ZAPS1 (tcode OB77) and indicator 'indiv. text' maintained. for what purpose this is ticked?
    further to that i check the program attached to ZAPS1 (t-code OB78), 'Text' field is maintained. what purpose this is maintain?
    kindly help to explain to me as i'm in doubt of the setting. Thanks.
    Edited by: IM_SM on Nov 12, 2008 3:55 AM

Maybe you are looking for

  • Commom BAPI for Scheduling Agreement and PO

    Hi, I am trying to post a PO and a SA through IDOC, I have found two different IDOC type for this two. Can any one suggest any BAPI or Message type, which can post PO as well as SA. Thanks, Kuntal

  • Disk to slow/System overload!?

    That is the message i get after trying to play a demo from Logic Express 8. What is wrong please help!

  • Datetime format error FIM 2010 R2

    Hi Experts, I am getting employee EndDate in a file wtih format yyyymmdd like 20140314. I am able to get the date in metaverse through 'HR File Inbound Rule' but error while exporting to FIM MA. After getting the error 'datetime format' error, I made

  • Can strictly type refnum control do type coercion?

    Hi all, Can strictly type refnum control do type coercion? NI says yes: A control refnum terminal that is strictly typed can only accept control references that are strictly typed to a compatible type. For example, if a subVI expects a control refnum

  • I can not load application from app store

    I just bought a new Iphone and when I try to upload new free applications (ex Solitaire) on my Iphone from app store, it does not work. The little icone appears, with loading at the bottom, and then nothing happen (no blue line to show the update pro