Its ........ form printing for MIGO

Hello gurus,
                  I have developed one form goods receipt note for MM in ECC 6.0.its copy of standard ,its working fine in testing client
                 but after transporting the request in production i am getting this error
                 Output could not be displayed (it may not be complete)
                               Message no. VN069
            All objects are transported in Production.

Hello,
A similar kind of issue and hope, the below link may be helpful for you.
Output Could Not Be displayed(It may be complete) Smartforms error
Regards,
Selva K.

Similar Messages

  • Seperate Adobe Form printing for each order

    Hi,
    I have a scenario where i need to print Adobe Form for each order.
    Right now i am handling this from print program(Executable) by looping at the Adobe form FM for each order.
    So it will print seperate Adobe form for each order with corresponding Header & Item Data.
    To get next order i need to hit on right & last arrows etc...
    So right now i am handling it through Print Program.
    Is there any way it can be handled directly at Adobe Form level.
    By passing all orders to Adobe FM at a time (Intsead of looping) and handling Adobe Form printing for each order at Adobe Form level itself!
    Thanks in advance.
    Thanks,
    Kumar.

    simple,
    create one new program  not driver program . Then u have to call that FORM
    1.Get all the data created during the dates.
    split the data into , based on the date ranges.
    2.
    loop at itab1.
    perform open_form
                write_form
                close_form
    endloop.
    loop at itab2.
    endloop.
    1) I need to print the form automatically when an Order is created.<b>---->COnfig</b>
    2) Every June 15th and Dec 15th I need to print the form for that Order
    automatically with some other data.
    <b>---> what ? what u split ?</b>
    *--Similarly I need to trigger the form in this way automatically for all Orders.
    <b>---> Config+ABAP</b>
    How can I trigger the Form automaticall for the above requirement
    Regards
    Prabhu

  • Automatic Generation of form Printing for an Order

    Hi,
    In an Order one line itme dates are like this <b>from 29.03.2007 to 29.03.2008</b>.
    Here year is splitted into 2 parts. One is <b>1st of Jan to 30th June</b>, second one is <b>1st July to 31st Dec</b>.
               So that my requirement is like this.
    1) I need to print the form automatically when an Order is created.
    2) Every <b>June 15th</b> and <b>Dec 15th</b>  I need to print the form for that Order
        automatically with some other data.
    *--Similarly I need to trigger the form in this way automatically for all Orders.
    How can I trigger the Form automaticall for the above requirement.
    Regards,
    Balavardhan.K

    simple,
    create one new program  not driver program . Then u have to call that FORM
    1.Get all the data created during the dates.
    split the data into , based on the date ranges.
    2.
    loop at itab1.
    perform open_form
                write_form
                close_form
    endloop.
    loop at itab2.
    endloop.
    1) I need to print the form automatically when an Order is created.<b>---->COnfig</b>
    2) Every June 15th and Dec 15th I need to print the form for that Order
    automatically with some other data.
    <b>---> what ? what u split ?</b>
    *--Similarly I need to trigger the form in this way automatically for all Orders.
    <b>---> Config+ABAP</b>
    How can I trigger the Form automaticall for the above requirement
    Regards
    Prabhu

  • Output Print for MIGO movement type-107.

    Hi All kindly help me in resolving the following issues:-
    There is the requirement of printing RF Label while saving the GR from PO in movement type-107.
    Help me to configure the output type in this case.
    How the data flows from MIGO transaction to the ABAP program and finally to the printer ?
    How to link the output type to the transaction MIGO and so in movement type-107 ?

    Hi,
    go to spro-Materials Management-Inventory Management and Physical Inventory-General Settings.
    in General Settings print version migo is 2 .execute after Maintain Print Indicator for Goods Receipt Documents check 107 mvt type.
    refer the below link
    Print material document (WE02) automatic when GR
    Regards
    Raj.

  • Print for MIGO

    Hi,
    we have got the ZWE1message type for material document printing(MIGO).This material document is printed automatically when MIGO is posted.
    When the service entry sheet is created Acceptance material document(GR) document is created apart from the service entry sheet creation.
    But problem is that when the Service entry sheet is posted, automatically acceptance GR document of that service entry sheet is printing automatically.
    1) How to stop this printing of Acceptance material document created with service entry sheet.
    2) At the same time mat documents created through MIGO should be printed automatically,there should not be any problem
    3) These prints created by service entry sheets(User is different) are printed at the printer of the User where Goods reciepts can be done(MIGO).
    4) Configuration is done in printer determination,for plant/storage location -printer is assigned for the ZWE1,
    5) I have selected the option,instead of storage location/plant"out type user" is selected in ZWE1 message typeDetails option.
    Under printer determination ,i have assigned the user id to printer, Even though, when i post the MIGO or Serive entry sheet the print is coming for the previous printer.
    Please suggest,what needs to be to be to avoid printing of Acceptance Material doc of service  entry sheet.
    Regards,
    Cheruku.Dayanand
    Please suggest what needs to be done.
    Regards,
    Cheruku

    Dear Gopala,
    From where the service entry acceptance material documents are getting,there is no default printer set in SU3,even though print is getting in the warehouse printer where the default printer is set for the ZWE1 message type.
    Under printer determination/plant/storage location,default printer is set for the ZWE1 message type.so prints for the  service entry acceptance material documents also getting to the same printer.
    How to avoid this prints from the service entry acceptance material documents .
    Please suggest.
    Regards,
    Dayanand

  • Mass form printing for employees

    Hi all,
    I have made a smart form for employees and a driver program with logical database pnp. If I give say 10 employees in the selection screen and print the forms, I have to press print button 10 times. Is there any way we can avoid this? We want that print button should be pressed only once and smartforms of all 10 employees should get printed. Please suggest.
    Thanks
    Ribhu

    Jayanthi,
    I want to pass the employees to my form from selection screen at runtime. I hope my driver program'll make it clear
    REPORT  ZHRPAS0004.
    Database Tables
    Tables:
    pa0000, "Table for Actions
    pa0001, " Table for Organisational Assignments
    pa0002, " Table for Personal Data
    pa0041, " Table for Date Specifications
    pernr,  " Logical Pernr
    T528T,  " Position Texts
    T527X,  " Organizational Units
    T510,   " Pay Scale Groups
    T500p,  " Personnel Areas
    T526,   " Administrators
    T522t.  " Forms of Address
    infotypes :
    0000, " Action
    0001, " Organisational Assignments
    0002, " Personal Data
    0041. " Date Specifications
    Declaration of Variables
    data : E_PAREA TYPE PERSA,
           E_PCODE LIKE T500P-NAME1,
           E_EMPNAME TYPE EMNAM,
           E_EMPNO TYPE PERSNO,
           E_TERDATE TYPE DATS,
           E_POSIT TYPE T528T-PLSTX,
           E_DATE TYPE SY-DATUM,
           e_ADDFORM TYPE T522T-ATEXT,
           E_ORGUNIT TYPE T527X-ORGTX.
    DATA : WS_UCOMM LIKE SY-UCOMM.
    data : DAR like pa0041-dar01,
           dat like pa0041-dat01.
    data : v_year(4) type c,
           v_mon(2) type c,
           v_date like sy-datum,
           v_date1 like sy-datum.
    data : v_formname type tdsfname value 'ZSF_ODR_TER_01',
           v_fmname type rs38l_fnam.
    data: i_reclist LIKE somlreci1 OCCURS 0 WITH HEADER LINE,
          i_objpack LIKE sopcklsti1 OCCURS 0 WITH HEADER LINE.
    Declaration of Constants
    constants : c_x type c value 'X', " Sign
    c_pernr(8) type n value '00000000', " Pernr
    c_val1(2) type c value '31', " Date Type
    c_val2(2) type c value '12', " Date Type
    c_val like p0041-dar01 value '01', " Date Type
    c_1 like pernr-persg value '1', " Emp Group
    c_type like hrp1001-otype value 'S', " Object Type
    c_date1 like sy-datum value '18000101', " Date
    c_date2 like sy-datum value '99991231', " Date
    r_all value 'X'.
    Selection Screen
    Selection-screen begin of block b2 with frame title text-001.
    selection-screen begin of line.
    parameter pdf radiobutton group smf.
    selection-screen comment 5(20) text-002.
    parameter prn radiobutton group smf.
    selection-screen comment 40(20) text-003.
    selection-screen end of line.
    Selection-screen end of block b2.
    At selection-screen
    At selection-screen.
      perform validate_screen.
    Start-of-Selection
    start-of-selection.
      perform get_period.
    Get PERNR from LDB
    get pernr.
    rp_provide_from_last p0001 space pnpbegda pnpendda .
    rp_provide_from_last p0000 space pnpbegda pnpendda .
    rp_provide_from_last p0041 space pnpbegda pnpendda.
    Get the form of address
      select single atext from t522t into t522t-atext where anred = p0002-anred and sprsl = sy-langu.
      if sy-subrc = 0.
        E_ADDFORM = t522t-atext.
      endif.
    Get the Personnel Area Long Description/Text
    select single name1 into t500p-name1 from t500p where persa = p0001-werks.
    Get the relevant date from 0041 (date repetitive structure)
    do 12 times varying dar from p0041-DAR01 next p0041-DAR02
                varying dat from p0041-dat01 next p0041-dat02.
    if dar = 'TD'.
    E_TERDATE = dat.
    ENDIF.
    enddo.
    Get the Org Unit Text of the employee.
    select single ORGTX from T527X into T527X-ORGTX where ORGEH = p0001-orgeh and SPRSL = sy-langu.
    if sy-subrc = 0.
    E_ORGUNIT = T527X-ORGTX.
    endif.
    Get the position text of the employee.
    select single PLSTX from T528T into T528T-PLSTX where PLANS = p0001-plans and SPRSL = sy-langu and OTYPE = c_type .
    if sy-subrc = 0.
    E_POSIT = T528T-PLSTX.
    endif.
    Assigning the values
    E_PAREA = p0001-werks.
    E_PCODE = t500p-name1.
    E_EMPNAME = p0001-ENAME.
    E_EMPNO = p0000-pernr.
    E_DATE = SY-DATUM.
    Get the values from respective infotypes to print the file          *
    call function 'SSF_FUNCTION_MODULE_NAME'
    exporting
    formname = v_formname
    importing
    fm_name = v_fmname
    exceptions
    no_form = 1
    no_function_module = 2
    others = 3.
    call function v_fmname
    exporting
       i_PAREA                      = E_PAREA
       i_PCODE                      = E_pcode
       i_EMPNAME                    = E_empname
       i_EMPNO                      = E_empno
       i_TERDATE                    = E_terdate
       i_POSIT                      = E_posit
       i_DATE                       = E_date
       i_ADDFORM                    = E_ADDFORM
       i_ORGUNIT                    = E_orgunit.
    *&      Form  validate_screen
          Validation on the screen
    FORM validate_screen .
    clear sy-index.
      loop at pnppernr.
      endloop.
      if sy-index GT 1.
        message 'Enter only one personal number' type 'E'.
      endif.
      if pnppernr-low is initial.
        message 'enter a personal number' type 'E'.
      endif.
    ENDFORM.                    " validate_screen
    *&      Form  get_period
          Validation on Period
    FORM get_period .
    clear: v_year,v_mon, v_date, v_date1.
      v_year = sy-datum+0(4).
      v_mon = sy-datum+4(2).
      if pnptimr1 = c_x. " Current Date
        pnpbegda = sy-datum.
        pnpendda = sy-datum.
      elseif pnptimr2 = c_x. " Current Month
        concatenate v_year v_mon c_val into v_date.
        concatenate v_year v_mon c_val1 into v_date1.
        pnpbegda = v_date.
        pnpendda = v_date1.
      elseif pnptimr3 = c_x. " Current Year
        concatenate v_year c_val c_val into v_date.
        concatenate v_year c_val2 c_val1 into v_date1.
        pnpbegda = v_date.
        pnpendda = v_date1.
      elseif pnptimr4 = c_x. " Upto Today
        pnpbegda = c_date1.
        pnpendda = sy-datum.
      elseif pnptimr5 = c_x. " From Today
        pnpbegda = sy-datum.
        pnpendda = c_date2.
      else.
        if ( pnpbegda is initial and pnpendda is initial ).
          pnpbegda = c_date1.
          pnpendda = c_date2.
        elseif pnpbegda is initial and not pnpendda is initial.
          pnpbegda = c_date1.
          pnpendda = pnpendda.
        elseif not ( pnpbegda is initial and pnpendda is initial ).
          pnpbegda = pnpbegda.
          pnpendda = pnpendda.
        endif.
      endif.
    ENDFORM.                    " get_period

  • Adobe Form - Print page at the end for every record of a Z table with Text

    Hello friends, I am facing a challenging here and I need to develop the following below. Mind you, I don't have much exposure/experience with Adobe Forms
    Scenario: Standard REAL ESTATE Contract Form
    I have a Z table containing RENTAL OBJECTS, in my case 3 records and I want, at the end of the form print one page like below to each record that i have in my Z table.
    "Dear Z-field1 one, regarding your contract for Z-field2, Address Z-field3, blah blah blah"
    In essence, print a page for each one of them at the end, with the text above using the fields from the z table.
    I searched the forum and couldn't find any thing like it.
    If someone can help it would be much appreciated.
    Thanks, Marco

    Hi Marco,
    You must be having the ztable fields in the context or in the data heirarchy of the adobe form.
    Assume that your main form is on the page1.
    Create a table bound to ztable with 3 rows in it and make it invisible on the form.
    Below the form create 3 pages page2, page3 and page4.
    Create a ISR text display and on the initialise event write the code such as:
    this.rawValue = data.page1.Table2.Row1.Cell1.rawValue;
    Create as many ISR texts as you want and initialize it using the above method.
    Page1
    form
    Page2
    Row1 values
    Page3
    Row2 Values
    Page4
    Row3 Values
    Hope this helps.

  • Multiple print for pdf form retains the value from previous!

    Hello All,
    We have developed Adobe Print Forms for our business requirements.
    When we try to print these forms from the direct transaction, it prints fine. But when we try to select multiple forms to be printed with one transaction, the pdf form generated has data from all the selection!
    Eg: Form printed properly for Delivery Note through transaction VL02N.
    The same form when we try to print for multiple deliveries from transaction VL71, i retains the data and prints one huge form having all delivery data!!
    Please help us out in this issue and let us know what is tha we are missing in this process!
    Thanks a lot for your time and help.
    Gaurav

    Hi ,
    i think that the problems comes form the data you give to the form, do you make a refresh of internal table before populated them ...
    regards

  • SAP Vendor Master Communication Details for SMART FORM Printing.

    Hi
    Could you please advice Functional module to extract SAP Vendor Master Communication Details for SMART FORM Printing.
    Thanks in Advance.
    Regards
    Ravi

    Hi Ravi,
    I don't know about a function module, but the vendor master table LFA1 has a field ADRNR pointing to the general address table with the fields for e.g. language and to the tables ADR2 for phone numbers, ADR3 for fax numbers and ADR6 for e-mail addresses.
    BR
    Raf

  • Need help . Bought original HP 21b ink for F370 all in one printer , its not printing

    Hi , 
    Need help . Bought original HP 21b ink for F370 all in one printer , its not printing at all .Kindly mail at [Thank you for visiting the HP Support Forums. I am sorry to inform you that your post has needed some editing to remove personal information.]
    . Thanks .

    Hello @Bn23 , and welcome to the HP Forums, I hope you enjoy your experience!
    I see you're running into print issues.  I would love to try and help you, but I do need a little information first. I am linking a few HP Support documents below that will show you how to find which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit. With this information we can provide you with accurate information.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Also, when you print, does a blank page come out, or does no paper feed through the printer?  Is there any errors that come up?
    Please let me know what you find.  Thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Japan page format for legal form printing

    Dear Experts,
    I have an issue where I need to identify which page/spool format to be used for JP legal form printing that use 4 quadron forms.
    Program name : RPCEADJ0
    if spool format is X_24_80_JP, how do i know if this is 4 quadron forms format?
    TQ

    Hi,
    Thanks for you reply.
    I cannot control left and right margin in PDF. Also, it is a PDF file so eventhough somehow you are able to change left and right margin, the content does not adjust itself to fit the legal page (as it does in word or excel).
    Let me know if there is any other option.
    Thanks,
    RS

  • Define a printer for a form

    Hi Experts,
    Please tell me how to define a particular printer for a particular Sap script Form ??
    and one more thing that how to define the width and height of the whole form ?
    Regards,
    rohit

    Hi,
    In the Functuion module 'OPEN_FORM' you can give set DEVICE as a PRINTER and in that you have one more exporintg parameter called OPTIONS  in that you can pass printer name directly
    OPTIONS-TDPRINTER = printer name
    width and height for a form .
    Thid is depend upon the page format you select in the basic settings.
    If you want to have particulaer size then look into the pageformats avialble and select suitable one.
    Reward points if useful.
    Regards,
    Nageswar
    Edited by: Nageswar Vattikuti on Feb 19, 2008 3:07 PM

  • Smart form printing same data  in all the 10 pages for tcode va03

    Hi Experts
    with tcode va03 i am taking print preview of sales document when i go for print preview it is showing all the 10 pages
    with line items but when i take print for all 10 pages it is displaying first page data in all the 10 pages
    i had checked with basis consultant regarding print problem it is fine from their part
    what can be the reason
    Thanks & Regards
    anu

    Hi Anu,
    Welcome to SDN.
    In hope your Sales Document Print Preview is a Smartform. So, in the Smartform first page check for the next page assignement. Also, debug your Smartform for any issues with reference to the looping of data.
    Regards,
    Pranav.

  • Standard Print program / Form name for transaction F-58

    Hi,
        Can anybody tell me what is the standard printprogram / standard form name for the "Account Payable" for transaction "F-58".
    It's quite urgent. Points will be rewarded.
    Br,
    Laxmi

    Hi
    <b>Form name:
    F110_PRENUM_CHEK
    program name:
    RFFOUS_C</b>
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • I have an IPad 2 and have been printing to my wireless printer for almost a year , all of sudden it states it's going to print and says its sending to that printer and nothing prints. I ran the reports on the printer and it's fine, please help!

    I have been printing from my IPad 2 to my HP wireless printer for a year, all of a sudden it's states it's printing but nothing will print, wirless printer ran all programs, everything is fine. Does anyone know what s happening?

    Double-click on your home key, find the Printer Control app, hold your finger down on it until the red circle with a white dash appears. Press on the dash, press on the home key and try again.

Maybe you are looking for

  • AP Invoice with PO information

    Hi All, My query is getting duplicate values i have kept all the join conditions correctly.please let me know its urgent.Advance thanks i am pasting the query. select HL.LOCATION_CODE "LOCATION CODE", HL.DESCRIPTION "DESCRIPTION", aid.period_name "PE

  • Search affected Answers / BI Publisher report when column changed.

    We have developed a large of Answers or BI Publisher report. If the width of a column, used in some of the reports, is changed, is there any way to find out / search the affected Answers or BI Publishers reports ? Or do I need to open each report to

  • ABAP with EWM

    Hi all, I need to learn ABAP with EWM. I want to know what's different about EWM? Can anyone help me with some documentation on this? That will be really helpful. Thanks! Moderator Message: Do not ask for Documentation. Instead search for them on the

  • LP8, Leopard, UAD, RAM... the whole **** thing!

    Hi all, Been reading lots of threads recently covering a whole range of issues, - a startling amount of which I have come across myself. Here are my experiences... There's no doubt in my mind that Leopard & LP8 are having trouble with each other. Thi

  • Can't open FCP project

    Hi everyone I encountered a problem with my FCP project and I'm not sure how to fix it. The current workflow is like this - A project is started on FCP 4.5 and later on brought to FCP 5 for final master to BetaSP. (Reason for doing this is becoz we c