Changing print format for the Shop papers -External service operations

Hi Friends ,
We want print outs for the external service operations in our PM orders .
The standard format available with shop papers is displayed with some extra info .
We want to remove those info and add some extra info .
Can we change the printing format for these and how much effort it rquires .
Regards
AM

Hi,
In OIDF, define the Shop Paper specially designed for External Service Operations.
In Order, in Print option, go to Operation Selection, select the required operation & select the print layout which is designed for External Service, so that, you can get the print out according to additional fields requirements.
regards,
Maheswaran.

Similar Messages

  • How to set the default print format for the report

    Hi,
    In ALV report , i want to defalut specific print format and printer for background processing .
    Any clues!!!!!!!!!
    Regards
    Swatantra

    Hi
    Please check below code:
    DATA: PRIPAR TYPE PRI_PARAMS,
          ARCPAR TYPE ARC_PARAMS,
          LAY    TYPE PRI_PARAMS-PAART,
          LINES  TYPE PRI_PARAMS-LINCT,
          ROWS   TYPE PRI_PARAMS-LINSZ.
    DATA: val(1).
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        destination            = 'LOCL'   " <--- Printer Name
        no_dialog              = 'X'
        immediately            = ' '
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc <> 0.
    *     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    *** Specifying the page formats
        pripar-linct = 65.
        pripar-linsz = 190.
        pripar-paart = 'X_65_132'.
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
      EXPORTING
        in_archive_parameters  = arcpar
        in_parameters          = pripar
        no_dialog              = 'X'
    *      list_name              = 'Testing Purpose Only' "l_list
      IMPORTING
        out_archive_parameters = arcpar
        out_parameters         = pripar
        valid                  = val
      EXCEPTIONS
        archive_info_not_found = 1
        invalid_print_params   = 2
        invalid_archive_params = 3
        OTHERS                 = 4.
    IF sy-subrc EQ 0.
      NEW-PAGE PRINT ON
      NEW-SECTION
      PARAMETERS pripar
      ARCHIVE PARAMETERS arcpar
      NO DIALOG.
    ELSE.
      write:/ 'Unable to create spool'.
    ENDIF.
    So now a spool is created with the required print parameters...
    The list that is created from here will be in the spool.
    Once the list is completed, close it with NEW-PAGE PRINT OFF.
    Hope this helps.
    Regards
    Eswar

  • Event GR Posted is denied for the DBM Order - External service procurement

    Dear Experts,
    We are facing the below mentioned issue while trying to perform goods receipt for external service procurement.
    Error - "Event GR Posted is denied for the DBM Order  -------XXX"
    The error message is raised when the tracking number is maintained in the Purchase order of External servce,
    If we remove the Tracking order (DBM Job order number) from Purchase order and then perform Goods receipt (MIGO) then the error does not exists.
    Request you to help us with suggestion.
    Regards,
    T.R.S,Praveen

    Hi Sachin,
    Thank you for your valuable feedback.
    Requirement Tracking number in Purchase order item screen. Field name - BEDNR.
    Please note that the job order number is not manually updated by us. It is automatically updating in PO line item through Purchase requisition details as per standard behavior.
    If we perform goods receipt then we are getting error message as "Event GR Posted is denied for the DBM Order  -------XXX".
    Goods receipt is working properly if we remove the Job order number in tracking order field in PO.
    Regards,
    T.R.S.Praveen

  • I have iMovie 09. I just erased my external hard drive, but it is still formatted for the mac. However, iMovie will not recognize the hard drive. It shows the only hard drive available is the computers. How do I get the external hard drive to show up?

    I have iMovie 09. I just erased my external hard drive, but it is still formatted for the mac. However, iMovie will not recognize the hard drive. It shows the only hard drive available is the computers. How do I get the external hard drive to show up?

    In Finder's Menu, select Go menu>Go to Folder, and go to "/volumes". (no quotes)
    Volumes is where an alias to your hard drive ("/" at boot) is placed at startup, and where all the "mount points" for auxiliary drives are created for you to access them. This folder is normally hidden from view.
    Drives with an extra 1 on the end have a side-effect of mounting a drive with the same name as the system already think exists. Try trashing the duplicates with a 1 or 2 if there are no real files in them, and reboot.
    If it does contain data...
    http://support.apple.com/kb/TS2474

  • So, I've taken my panasonic printer back to the shop and exchenged it for a Canon MF-4430. Alas... the generic drivers do not make it print. Is it possible to get drivers to make this canon printer work with my lovely Mac Book Pro Snow Leopard, 6.8?

    So, I've taken my panasonic printer back to the shop and exchenged it for a Canon MF-4430. Alas... the generic drivers do not make it print. Is it possible to get drivers to make this canon printer work with my lovely Mac Book Pro Snow Leopard, 6.8?

    I could not find a MF-4430 at the Canon site. Are you sure the model is correct? They have a MF4450. The Mac drivers are here:
    http://www.usa.canon.com/cusa/support/consumer/printers_multifunction/imageclass _series/imageclass_mf4450#DriversAndSoftware
    If you are sure you have a MF4430, look around the canon site for the drivers.

  • Change printing format from landscape to protraite

    user is trying to print billing Document
    How to change printing format from landscape to protraite from SAP level
    Thanks in advacne.

    Hi,
    Check the attributes of the smartforms or sapscripts.
    You can give the option for landscape or potrait format.
    For sapscript, the option is available in the basic settings tab.
    For smartforms, the option is available in the output options in the page window.
    Regards,
    Ankur Parab
    Edited by: Ankur Parab on Dec 22, 2009 5:43 PM

  • Development of Print Format for Quotation Comparison Statement

    Hi,
    Can any tell me about what are the transtcion and configuration involeved in developement of
    Print format for Quotaiton Comparision.
    Regards
    Anil

    Not sure what you mean by printing quotation comparison, however the following will enable you to configure output for RFQ and rejection letters:
    IMG > Purchasing > Messages > Output Control > Message Types > Define Message Types for Request For Quotation
    First maintain message types for RFQ, there should be 3 already in the standard system, ABSA (Quotation Rejection) MAHN (Reminder) NEU (Inquiry). When you create the RFQ initially, NEU will be determined to output the details of the qutation required. To customise the form:
      - select line for NEU
      - Double click on processing Routines - This will give you a list of the possible output mediums (print, fax etc...), the print programs and print forms available.
      - If you want to customise the form, copy existing (MEDRUCK) to a Z object (ZMEDRUCK) in SE71
      - make any required changes to ZMEDRUCK using transaction SE71. If you are simply changing layout then changing the form will be enough, if you require additional data on the form, additional programming will be required in the print program  (copy SAPFM06P to ZAPFM06P to make changes with SE80). ABAP programming knowledge very useful here or pass to programmer.
      - Update customising previously mentioned to use new form/program
      - Maintain Condition records in transaction MN01 if you require the output to arrive on the RFQ automatically
    The same process can be used for ABSA and MAHN if required. ABSA will only be triggered from Quotation comparison/maintenance if the rejection indicator is checked.

  • I have Video camera movies that are HD format.. I am doing editing work on them using Final Cut Pro, but using DV PAL format for the projects I am editing. When I then tried to copy my work done in FCP Project that's originally DV PAL , into a new FCP Pro

    I have Video camera movies that are HD format.. I am doing editing work on them using Final Cut Pro, but using DV PAL format for the projects I am editing. When I then tried to copy my work done in FCP Project that's originally DV PAL , into a new FCP Project that is HD, and tried reconnect media with original HD movies (video), the sequence project got distorted for all the text, shapes used and all.. everything changed its orientation and scale.. Is there a way by which I can preserve my work done on DV PAL and switch it preserving its proportions, scale and orientation, but on a HD project sequence?? Appreciate your help and advice..

    Yes.  A couple of ways that might work.
    First Way
    What you need to do is load one of your hd clips in the viewer and edit into a new HD sequence.  Does it display correctionly? 
    OK, select the clip in the hd timeline and copy (command-c).  Now go to the HD sequence with the material that's distorted.  Select all (command-a) and paste attributes (option-v) and choose basic motion and distort.  That should maek things work.  What won't work is anything that you've adjusted as far as basic motion or distort in your PAL sequence.  That I'm pretty sure you'll have to redo.
    Second Way. 
    Choose your original PAL sequence and do a Media Manage changing the sequence preset to the appropriate HD paramenters with the media offline.  You then should be able to reconnect these clips with your original HD media.

  • Print program for the smartform for selecting the output type (email/fax)

    Hi All,
    Requirement :I have to create a print program for the smartform where the output type may be print out,email or fax ,so i need to put the condition for selecting the output type (like printout,email,fax).
    can any body please let me know how  to put the condition for selecting the desired  output type ?
    Thanks in advance
    Rahul

    Hi
    It is not the output type that has to be changed
    it is the MEDIUM which you have to change and configure
    for printout medium is 1
    for FAX medium is 2
    for MAIL it is 7.
    so instead of printout change the medium to 2 or 7 for the same output type and attach to the same driver program and smartform/form.
    Reward points for useful Answers
    Regards
    Anji

  • Work flow not created for the Shopping Cart

    Hi one of the customers created a shopping cart,in approval overview it is showing as no need of approvals,but the status of approval is 'awaiting approval', but workflow is not created for the Shopping cart. advised to re-order in change mode but still no use. please advise.

    Hi,
      what do you see in SLG1? Check the below t.codes
    SM58 - check for stuck remote function calls
    ST22 - check for system dumps
    SM13 - check for stuck update requests
    SM21 - check in the system log for anything unusual
    SWUD - run a consistency check on the workflow
    Saravanan

  • Setting date format for the entire SQL Server installation - SQL Server 2008 R2-2012

    Hi,
    I need to safeguard the behaviour of SQL codes that inserting into SQL tables with some date columns. For this purpose, I need to change the date format for the SQL instance and not using CONVERT and CAST.
    I've seen the SET DATE FORMAT statement, but if I use it, could I solve my problem?
    Thanks

    The language setting is related to the database user.
    BOL: "DEFAULT_LANGUAGE = { NONE | <lcid> | <language name> | <language alias> }              
    Specifies the default language for the new user. If a default language is specified for the user and the default language of the database is later changed, the users default language remains as specified.
    If no default language is specified, the default language for the user will be the default language of the database. If the default language for the user is not specified and the default language of the database is later changed, the default
    language of the user will change to the new default language for the database."
    LINK: http://technet.microsoft.com/en-us/library/ms173463.aspx
    The default language setting can be overridden by SET LANGUAGE for the session:
    http://technet.microsoft.com/en-us/library/ms174398.aspx
    Example:
    SET LANGUAGE us_english; -- mdy
    SELECT CAST ('12/13/2014' as DATE); -- 2014-12-13
    GO
    SET LANGUAGE british; -- dmy
    SELECT CAST ('12/13/2014' as DATE);
    GO
    (1 row(s) affected)
    Changed language setting to British.
    Msg 241, Level 16, State 1, Line 2
    Conversion failed when converting date and/or time from character string.
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • RG1 printing format for A4 size paper with all records

    RG1 register print not showing all details (Qty.) through J2i6 and no proper printing format for A4 size.
    Is there any std. printing format for RG1 ?
    Please give the std. ready format for RG1....
    THANKS.

    Your subject title mentions A4 sized paper, the body mentions US Letter size.
    Assuming you want one half of a letter-size for each page, create the page size as portrait, 5.5" wide, 8.5" tall.
    Thread in logical order, page 1 through...how many ever pages. You should have a page count evenly divisible by 4.
    Export to PDF as normal...single pages.
    Open the PDF in Acrobat or Reader, print the booklet from it.
    Mike

  • [Access 2010] Change default formats for data types

    Whenever I import data, the default format for Boolean data types is "-1,0." I know how to subsequently change this format to "Yes/No," but I'd like to change the default
    setting to "Yes/No." Is this possible?
    Thanks in advance.

    Hi,
    I found you post the same question in other place and got the advice. I agree with Mr. Kees suggestion. The data type is a build-in default setting with Access, we can't change it. We may try the workaround via VBA to test.
    http://forums.cnet.com/7723-6129_102-627633/access-2010-change-default-formats-for-data-types/#message5617496
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Have a good time.
    Regards,
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • When printing a document from a website found in a 4.0 Beta 12 Firefox search I get a print format were the text letters are 1/4th inches apart.

    When printing a document from a website found in a 4.0 Beta 12 Firefox search I get a print format were the text letters are 1/4th inches apart. It happens when I use the website's print symbol to reduce the page to a printable size. If I use the window print commands I get all the page with advertising etal
    but it is spaced fine.

    View this thread for the answer.
    https://support.mozilla.com/en-US/questions/787654#answer-141639

  • SapScript: How to change write format for Unit Price

    Hi Experts,
    I have created a sapscript form in English and Japan language.
    In the Japan form, the unit price and quantity are being display as 123,456.78.
    but in English form, the unit price and quantity are being displayed as 123.456,78.
    I am also using a custom program for my logic but when the English form is used, when i write netwr field in a character field,
    it is defaulted as 123.456,78 even inside the program. How can I changed this to 123,456.78?
    My user data default for value display is 123,456.78.
    The print program for the form is a standard program used for PO (ME2*N) printing.
    Thanks in advance!

    Hi Breakpoint,
    My user data default for value display is 123,456.78 already but when using English form it is not display as such.
    Need help.

Maybe you are looking for

  • How to connect to oracle10 server?

    After I installed oracle10g on redhat9(RHSA3),I found I can't connect it by another computer which installed oracle817 on redhat8.The lsnrctl and database server were all installed and start normally,but the error code display ORA-03134.What's wrong

  • 3 xp boxes...one ubuntu...can NM let the Ubuntu box in on the fun?

    I have three XP boxes nicely networked with NM.  I have an Ubuntu box that I am trying to run Boxee on with the goal to see the XP box which has my media files.  I was able to get boxee to "see" my XP box by inputting its IP address, but it won't add

  • Spotlight indexing in mail is not working when I search, since 10.4.8 combo

    Hi I have noticed every since I installed the intel 10.4.8 combo update I have been unable to search my mail in Mail. I assuming that it is spotlight that indexes the mail boxes. Though this only appears to be a problem when I am searching using the

  • Moving picture dont import...

    Hi, I use a Cannon Digital Ixuss 55 and when I take some movie shots with the camera it captures them fine but when I try to import them , iPhoto tells me there is nothing to import . I would love it if there is something simple to sort this out .or

  • LSO: Course notes, words get joined in portal

    Hi All, I am facing a situation in LSO. For a course, I am maintaining Infotype 1002, Description- Subtype 0003, Notes. Say in 3 lines I am maintaining it in this way This course is designed for all the trainees in the organization so that they all g