Adobe form Purchase order

Hi Everybody,
I am working on Purchase  order form ( ADOBE Form). Need to display PO header and item details.But it is not for a single PO and it is for multiple POs.First i need to display one purchase order and its items after completing the all items of the first PO , the second PO and its' details should come in the next page.
                                I'm getting all PO details on the same page.  How can i get it as above mentioned?
Thanks,
Vinit

HI ,
  I have written like this in the driver program but its' not working.
LOOP AT it_final INTO wa_final.
    At new vbeln.
      NEW-PAGE.
    CALL FUNCTION fm_name
      EXPORTING
  /1BCDWB/DOCPARAMS        =
        it_final                 = it_final
        wa_final                 = wa_final
IMPORTING
  /1BCDWB/FORMOUTPUT       =
     EXCEPTIONS
       usage_error              = 1
       system_error             = 2
       internal_error           = 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.
endat.
  ENDLOOP.
Thanks,
Vinit

Similar Messages

  • Faxing Adobe Form Purchase Order

    I have created a Adobe Purchase order form (based on MEDRUCK_PO) which can print and print preview just fine. However I do not know how to get this form to fax. I found note 1377496 which makes changes to program FM06PE04, but this only applies to release 604 and we are on 600 and non of the context blocks match.
    Short of creating a custom version of SAPFM06P or modifying FM06PE04 is there a way to FAX Adobe PO forms?

    I think you just have to use message control standard functions (NACE transaction) and sapconnect (SCOT transaction), as with any other type of form. Did you check whether it works?

  • How pop up form Purchase Order !

    How pop up form Purchase Order  and show last record

    Basically you perform same steps as you would do manually in B1 app, that is
    - Click Modules - Purchasing A/P - Purchase Order = .ActivateMenuItem("2305")
    - Click Data - Last Data Record = .ActivateMenuItem("1291")
    Pls, try searching this forum for more details, it's all there.
    For example, Load standard SBO form from add-on might be useful.
    HTH
    Juha

  • Adobe MM Purchase Order - Output as FAX Message Type - Output Missing

    Hi All,
    Hope some one has some pointers on what to do here, I am at a bit of a loss.
    Situation.
    I have developed a Adobe Purchase order based on the std form MEDRUCK_PO supplied with the ECC6 R/3 system.  We have kept the same interface inputs, so no changes would be required to the SAP std output program.
    Any additional customising data was implemented as globals in the interface and coded accordingly.
    The purchase order is produced and output when using the output type of printer.  However when we change the output type to FAX no output is produced.  By this I mean no changes are shown in the wait queue in SCOT and no messages are shown in SOST.  However the record in NAST shows that the output was produced OK.
    Questions:
    1) Does the SAP std program need to be modified if the output type is FAX?
    2) What configuration changes are required if any to get this working?
    Thanks in Advance
    David Cooper

    It is not possible to FAX Adobe Output using the SAP std Supplied code in ECC6 SP12.

  • Pop up new form(Purchase Order) with current data

    Dear All,
    i have created a COPY TO button in my addon form. Now my quiry is that when ever i press the COPY TO button the purchase order form will open with my addon form data. Kindly suggest me the code.
    Thanx
    Sanjoy Paul

    Hi...
             use this code...
    Try
    SBO_Application.ActivateMenuItem("2305")
           oForm = SBO_Application.Forms.ActiveForm
                OItem = oForm.Items.Item("4")
                Oedit = OItem.Specific
                Oedit.Value = vendor.ToString()
                rs1 = Nothing
                rs1 = OCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                'rs1.DoQuery(" Select Ur Table")
                'OItem = OPOForm.Items.Item("aaa")
                'Oedit = OItem.Specific
                'Oedit.Value = rs1.Fields.Item("Ur - Field").Value & ""
                OItem = OPOForm.Items.Item("bbb")
                Oedit = OItem.Specific
                Oedit.Value = rs1.Fields.Item("Ur - Field").Value & ""
            Catch ex As Exception
                SBO_Application.MessageBox(ex.Message)
            End Try
    REM Matrix
    OItem = oForm.Items.Item("38")
            oMatrix = OItem.Specific
            oCols = oPoMat.Columns REM Columns
    Oedit = oCols.Item("1").Cells.Item(1).Specific 'item no
                Oedit.Value = itmcd.ToString()
    It Will Work...
    Regards...
    Billa 2007

  • MIGRATING SAPSRIPT TO SMART FORM Purchase Order

    Hi all
       my requirement is that here existing customised script of purchase order . i need to migrate customised script to smart form.(i need to develop what ever the output of customised script that i have to show in smartform)
      i went to smart form Trasaction and migrated, while activating this form it is showing so many errors
    please help me on this ..
    Regards
    Nagendra

    Hi
    In this case I think you should copy the std report to drive the print: the layout has to be different, but the data to be printed are the same. So It's better to use the std program because the get all data you need: if you want to use the smartform here you should consider only the part to select the data, because the part to print them will be included in the sf; so these std program can be very helpful for you.
    I believe the problem can be the layout, if it's very different from std one you should create a new one without to worry the old/std layout, but these can depend on only you.
    Max

  • SAP CRM 5.0 Adobe Form Sales Order Creation

    Hi Gurus, i have the following requirement:
    capture sales order off-line and upload them to CRM. I need to achieve this via Adobe Form. Can anybody suggest a way or any documentation available for this? because i need to understand the technology platform since it differs from SAP CRM 2007.
    Thanks

    Do you have a similar guide for CRM4.0 (ISA4.0)?
    It would be very useful for me. Please send me it to [email protected] if possible.
    Thank you very much
    Javier

  • Adobe print form - Purchase order MEDRUCK_PO

    Hi,
    Today I tried to make use of the MEDRUCK_PO adobe print form.
    This form is defined by SAP. They also updated the print program, which is SAPFM06P with entry ADOBE_ENTRY_NEU.
    The first problem I encountered was that the print program didn't find the PDF function module name. In stead it was looking for the FM of the smartform. I did a modification to this part so now the logic looks first at the type (Smartform, PDF of SapScript). This works but now I get an update termination.
    This error says that ULINE is not recognised.
    Did someone already this? I thinks its impossible to have the ULINE statement in a PDF form?!
    Thanks
    Bert

    Hi,
    I have sorted my problem out.  If you do not have transaction SAPLWMC you can use sm30 on view V_TNAPR.
    Now I am getting error messages when SAP generates the FM for the form.  It is complaining about currency fields that do not exist in the HEADER stucture of the interface.  Specifically it is complaining about WRF_POTB_CURRENCY-OTB_CURR which is referred to as the currency key for a couple of other fields.  The structure WRF_POTB_CURRENCY is included in the table EKKO and EKKO is included in the MMPUR_PRINT_EKKO which is used for the HEADER structure for the interface (both MEDRUCK and MEDRUCK_PDF).  Any ideas how to fix this?  I am probably going to have to create a new structure(s) to get this working.
    Regards,
    Dion

  • Samrt forms Purchase order template

    Hello guys,
    we are having a SAP 4.7 system and we want to do your purchose orders via SmartForms.
    But there is no template in the system. Are there any notes for example were I can get this....
    Thanks
    BR
    Christian

    Even I was of the same opiniion(PO smartforms being available in 4.7)
    In which case, you can migrate the MEDRUCK sap script (Which is used for the PO) to smartforms
    How?
    Check this:
    Re: Regarding Migration of SAP Script to Smartform
    Regards,
    Ravi Kanth Talagana

  • To find name for standard smartform of purchase order in Tcode me21n.......

    Please do not offer rewards
    Hi Abapers,
                 I had doubt, regarding how to find the name of standard smartform available for purchase order in tcode - ME21N.
              After executing ME21N, n print preview i get a form without logo. So i want to customize the form according to my clients requirement.For this i want to know the Smartform name, so tat i can copy to 'Z.....' and make the customization.
              Can anybody assist me overcome this problem of how to find out the name of smartform without knwing functionmodule name also....
                <<Text removed>>
    Advanced Thanks..............
    Edited by: Matt on Mar 25, 2009 10:26 AM

    DESIGN ONE SMARTFORM AS PERUR NEED.
    DRIVER PROGRAM FOR THISIS
    *& ZSAPFM06P
    &----     Print of a PO by SMART FORMS               *
    *& Purchase order printing program
    &----      FORM ENTRY
    SmartForm from customizing table TNAPR
    determine smartform function module for invoice
                    variant            = ' '
                    direct_call        = ' '
    control-no_open   = 'X'.
    control-no_close  = 'X'.
    call smartform invoice
                         archive_index        = toa_dara
                         archive_parameters   = arc_params
                    mail_appl_obj        =
                         mail_recipient       = ls_recipient
                         mail_sender          = ls_sender
                         output_options       = ls_composer_param
                         is_bil_invoice       = ls_bil_invoice
                         is_repeat            = repeat
              importing  job_output_info      = ls_job_info
                        document_output_info =
                        job_output_options   =
      error handling
       message id sy-msgid type sy-msgty number sy-msgno
               with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    analyse internal error table of Smart Forms
      add your handling
    REPORT ZSAPFM06P.
    TABLES: TNAPR,
            nast.
    DATA: lf_fm_name TYPE rs38l_fnam,
          lf_formname TYPE  tdsfname,
          control type ssfctrlop,
          errtab  type tsferror.
    FORM entry_neu using ent_retco ent_screen.
      lf_formname = tnapr-sform.
        CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
             EXPORTING  formname           = lf_formname
             IMPORTING  fm_name            = lf_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.
      control-no_dialog = 'X'.
      control-preview   = 'X'.
      control-langu     = sy-langu.
          CALL FUNCTION lf_fm_name
               EXPORTING
                           control_parameters   = control
                           user_settings        = 'X'
                           is_nast              = nast
               EXCEPTIONS formatting_error     = 1
                          internal_error       = 2
                          send_error           = 3
                          user_canceled        = 4
                          OTHERS               = 5.
      if sy-subrc <> 0.
        ent_retco = 0.
      else.
        ent_retco = 0.
      endif.
      call function 'SSF_READ_ERRORS'
           importing
                errortab = errtab.
      if not errtab is initial.
      endif.
    ENDFORM.
    DEFINE UR PROGRAM NAME AND SMARTFORM NAME IN NACE.

  • ECC 6.0 Purchase Order Smartforms

    Dear all,
      I know the standard PO smartform and print program are:
      Smartforms: /SMB40/MMPO_L
      Print Program: /SMB40/FM06P
    But i can't find them in my ECC 6.0 system.  Any suggestion??
    Regards,
    Kit

    PURCHASE ORDER SMARTFORM   IN ECC 6.0
    PURCHASE ORDER SMARTFORM   IN ECC 6.0
    Smart Form Purchase Order in ECC 6.0
    Reward points..

  • How to config the adobe form to report RFIDYYWT

    I have created a new custom Adobe form ,can any one of you help me in configuring that form to repot RFIDYYWT,if I config standard form (IDWTCERT_US_1099MISC) in SPRO and it is working fine but when i am config the custom form,i am not able view the print.Please help me.

    I found this thread while researching the same question.  By creating an implementation of BADI IDWTREP_ADOBEPRINT, you'll be able to add your custom forms to the filter values of your BADI implementation after which program RFIDYYWT will recognize them.  You'll need to add code to the PREPARE_ADOBE_PRINT method of your implementation in order to print your custom forms.
    In my scenario, I needed to copy the SAP delivered 1099-Misc Adobe forms in order to create a custom version of them.  The steps I performed were:
    Copy SAP Adobe forms IDWTCERT_US_1099MISC and IDWTCERT_US_1099MISC1 to create custom versions of them (ZIDWTCERT_US_1099MISC and ZIDWTCERT_US_1099MISC1). 
    Created ZIDWTREP_ADOBEPRINT implementation of BADI IDWTREP_ADOBEPRINT.
    Added my custom forms ZIDWTCERT_US_1099MISC and ZIDWTCERT_US_1099MISC1 to the filter values of my implementation.
    The code I added to the PREPARE_ADOBE_PRINT method was copied directly from the SAP class CL_IM_IMPUS_IDWTREP_ADOBE method IF_EX_IDWTREP_ADOBEPRINT~PREPARE_ADOBE_PRINT.  The only change I had to make to the copied code was to replace the references to the SAP forms with the values for my custom forms.
    Now with our custom forms in place, we're able to produce Copy B, as well as Copy 1 and Copy 2 when printing our 1099 MISC forms.   

  • Bom item in adobe form will display inside the main item

    hi gurus,
    Currently i am displaying a print adobe form of order confirmation (va02) . but requirement is like i need to display Bills of Material item  bit inside the main item level . for ex : there are total 50 line items in a sales order and for item no 20 , 30 and 40 are the Bom item in that sales order only.now rather to print all the items in a same level i  need 30 and 40 will display bit inside in the form.....currently i am using table row in form......
    Edited by: Manoj Kumar on Jan 8, 2008 1:21 PM

    hi gurus,
    Currently i am displaying a print adobe form of order confirmation (va02) . but requirement is like i need to display Bills of Material item  bit inside the main item level . for ex : there are total 50 line items in a sales order and for item no 20 , 30 and 40 are the Bom item in that sales order only.now rather to print all the items in a same level i  need 30 and 40 will display bit inside in the form.....currently i am using table row in form......
    Edited by: Manoj Kumar on Jan 8, 2008 1:21 PM

  • Migrate invoice printing to adobe forms

    Hi all,
    I want to evaluate ADOBE forms in order to decide whether it is useful to migrate SD printing from SAPScript to ADOBE forms.
    To do that I would like to print a sample form (invoice) with this technology. Is there a sample form and a sample interface that could be used for invoice printing?
    How do I have to customize the output type to make it work with ADOBE forms?
    Thank you for any hints.
    Regards
    Norman

    Hi,
    migration from script to adobe is a big problem.
    dont go for that.
    many problems will come after migration, the time to take rectification is more than the development directly.
    Thank U
    Jay----

  • Purchase order Adobe form

    Hi,
      Is there a standard adobe form for Purchase order.
      If it is there how do i configure the standard form to trigger on
      Print preview of a purchase order and also how do I attach it
      to the standard output type NEU.
    Regards

    Hi,
    In ECC 6 it seem's to be a SAP Template for P.O .
    Also SAP Modify the print program to add a new entry for Adobe foms .
    So in transaction NACE for output type NEU set the form_entry to the new one ( i don't remember the name sorry ) , put the form with the adobe forms name and in the last colum set ti to adobe forms .
    Hope it's help you .
    regards.

Maybe you are looking for

  • Where can I find a download site for Mozilla Firefox 7.0 for mac?

    I will be working as a ChaCha guide soon, and the ChaCha required toolbar doesn't work with Firefox 8.0. Is there a website that offers 7.0 for mac?

  • EPCF - determine in Portal or not

    Hi all, Can use EPCF to determine if I am in portal or not? Is there a EPCF function to do that. Thanks in advance. Regards, Janvi

  • Changes to one element in a Bindable ArrayCollection is not shown

    If I have an ArrayCollection that is marked as Bindable and I change the content in of the elements. This change is not propogated to the view. What do I have to do in order to get this change visible to the view? [Bindable] public var menuDataArr :A

  • BACK GROUND FILE CREATION

    IF SY-BATCH = ' X' IF NOT i_down[] IS INITIAL.         OPEN DATASET p_pf_01 FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.         LOOP AT i_down.           v_down-co_name = i_down-co_name.           v_down-plant   = i_down-plant.           v_down-d_adr  

  • Time needed for uploading with FTP ?

    Is this procedure instant and painless, or is there an incubation time when you just wait ? I want to see how the site looks in the browsershot site - which seems to have a long waiting list- and feel I ought to be pressing onwards ( I'm trying to ha