Reprinting the form in sapscript

hi,
how to do the reprinting in sapscript? is there any code needed for this?for example if there is changes in PO number in ME23N, then when printing again the PO layout it will have a reprint text in the header.
please help.
thanks

Hi!
Yes, you have to code it. You can use the NAST table, it contains the printed outputs.
Regards
Tamá

Similar Messages

  • Form in SAPscript convert to PDF in the backend

    Hi,
    Is there a way to convert a form created in SAPscript, directly to PDF in the backend?
    I am aware that there is a report RSTXPDFT4 to convert a spool output to PDF. But I do not want to create a spool for the SAPscript. I want the form to be directly downloaded as PDF.
    As the program will be generated as a background job, i want it to download to pdf directly to a filepath specified on the selection screen. Also, I can only use SAPscript, not adobe form or smartforms to generate.
    Thank you for your help.

    Hi Hm He,
    Were you able to send the sapscript in pdf to specified path yet? I have the same problem here. I want to be able to send the sapscript in pdf to a unix path to be ftp'd to another server via batch.
    Please advise.
    Thanks
    Bee Soo

  • How to reduce the size of the paper for form in sapscripts?

    Hi All,
    How to reduce the size of the paper for form in sapscripts?
    Thank you.
    Regards,
    Alice

    Goto SE71, enter your form name and press F6.
    Now goto Basic Settings (Button Top right in the Dynpro, not in the button bar tho).
    Now change page format and orientation to desired one.

  • What is the difference between DME and forms (smartform,sapscript)?

    rfumsv00 program doesnot give me the option to output data onto standard SAP forms for India butit gives me an option to generate DME files. Does that mean I can generate the form required as per legal reqiurements using DME?Will the output of the DME be just like the form output? How to view a DME output?

    Goutham,
    Please go through the Dev guide initial chapters and most of your queries should be answered. In short, OAF scores over forms majorly becauase the pages created in OAF are considerably lighter if they had been created using Forms developer. All you need is to share a URL to your clients and they can access the pages without installing anything else on their machines. OAF has its own implementation of most of the functionalities provided by forms. In this way it is able to provide an alternative. The details can be sought from the guide.
    Thanks
    Sumit

  • How can i print all the contect of the code in sapscript window ? ?

    how can i print all the contect of the code in sapscript window ? ?

    Hi,
    Do you mean that you want to print the ABAP code to SAPscrip form ?
    Svetlin

  • How can I reprint the report?

    Dear Team,
    I have a requirement,
      I have going to print the custom report (label print) once pick confirm has been done automatically.
      If due to some reason (printer is not working or report not printed properly, or labels are not printed properly) have to reprint the same report.
    how can we achieve this requirement. ?
    My report will generate the pdf output. If Its stores in server how can we re use and print that same pdf. or do let me know if you have any other options.
    Thanks & Best Regards,
    Sathiya

    Hallo Sathiya,
    You can try this,
    Find the last Concurrent which had the issue
    printer is not working or report not printed properly, or labels are not printed properly
    Using the Copy Option/Button in the New Submit Request Form, Re Run your report with the same parameters.
    Thanks

  • So, I've got formscentral and i have my responses, but is there a way i can view the actual form that was submited, i.e. I need the actual data to be in the forms format

    I've created a form for my club members to submit online. This works really great and I have all the data that I need in the excel sheet BUT I need to reprint the actual form that the members submitted. How do I do that?
    Regards

    Welcome to the world of digital media. Your can't really transfer it. I don't know what the rules are about transferring to your spouse but I do know that in some cases when you die, your heirs cannot inherit your digital media. This is why there is still an advantage to buying the CD since the usage rights belong to whomever holds the physical media.
    A possible workaround is to burn the songs to a music CD with yout account (tracks only without song titles) and then having your wife upload it as a regular music CD onto her account. It's been a while since i've done this so I'm not sure if it would work now.
    Please note that I'm not advocating copyright and/or TOS violations. I'm only suggesting ways to copy music for your own personal use which has traditonally been permitted. I only did this because I wanted to convert iTunes songs to mp3 files so I could burn them onto a data CD for use in my car. It would make sense that since married couples are a joint entity, this would be personal use.
    Also, I'm not a lawyer so don't take this as legal advice.

  • Problem printing date on the form

    Hello friends ,
    I am doing form for the HR . Is there any special formatting needed to print the date on the form . I am doing this .
    &t_payment-paydate& in the main window of the form .
    t_payment is the table and paydate the date of payment . But instead of printing 1/22/2006 . It is printing 3//20/07/2 some junk value . Is it the format related problem ?
    Any suggestions . You help would be greatly appreciated .
    Regards & Thanks ,
    Hari

    HI,
    You can do like this.
    You make the following changes in the program
    1. Define a character type field
         data: v_payment_date(10) type c.
    2.  Assign the date value to the character field
          write t_payment-paydate to v_payment_date.
    You make the following changes in your sapscript text element.
        instead of using field t_payment-paydate use v_payment_date.
    Thanks
    Ramakrishna

  • Reprint the processed order with BDC call transaction

    Hi Mentors,
    I have a problem with printing the order which is coming in a cockpit program.
    for that i am using the bdc and call transaction 'ZVA31' which is exactly the standard program 'SD70AV1A'.
    but after first processing i am not able to reprint the processed order.
    Below is my bdc code and i am using processing mode 1 at the time of recording.
    FORM ZSD70AV1A_PRINT_BA01 USING p_vbeln TYPE vbeln.
    DATA: wa_ba01 TYPE nast-kschl VALUE 'BA01'.
    perform bdc_dynpro      using 'SD70AV1A' '1000'.
    perform bdc_field       using 'BDC_CURSOR'
    'RG_KSCHL-LOW'.
    perform bdc_field       using 'BDC_OKCODE'
    '=ONLI'.
    perform bdc_field       using 'RG_KSCHL-LOW'
    wa_ba01."wa_ba01."'ba01'.
    perform bdc_field       using 'PM_NSORT'
    '01'.
    perform bdc_field       using 'PM_VERMO'
    '1'.
    perform bdc_field       using 'RG_VBELN-LOW'
    p_vbeln."'513785'.
    perform bdc_dynpro      using 'SAPMSSY0' '0120'.
    perform bdc_field       using 'BDC_CURSOR'
    '04/03'.
    perform bdc_field       using 'BDC_OKCODE'
    '=&ALL'.
    perform bdc_dynpro      using 'SAPMSSY0' '0120'.
    perform bdc_field       using 'BDC_CURSOR'
    '04/03'.
    perform bdc_field       using 'BDC_OKCODE'
    '=PROC'.
    CALL TRANSACTION 'ZVA31' USING BDCDATA
    MODE   'A'
    MESSAGES INTO MESSTAB.
    CLEAR BDCDATA[].
    ENDFORM.                    " ZSD70AV1A_PRINT_BA01
    Br,
    Surya

    Solved myself.
    DATA: wa_ba00 TYPE nast-kschl VALUE 'BA00'.
    DATA: p_vermo TYPE kschl.
    DATA: cur_vstat TYPE nast-vstat.
    SELECT SINGLE vstat INTO cur_vstat FROM nast
    WHERE objky = p_vbeln
    AND   kschl = 'BA00'.
    IF sy-subrc = 0 AND cur_vstat = 0.
    p_vermo = '1'."wa_vstat.
    ELSE.
    p_vermo = '2'.
    ENDIF.
    p_vermo is processing status.
    Br,
    Surya

  • Street and Country are not displaying on the Form

    Hi all,
    Does anyone know why the STREET and COUNTRY is not displayed on form?
    I have debugged into SAPscript, the value for REGUH-STRAS and LV_REGIO is there, but somehow it just cannot display on the form.
    /           <B>&REGUH-NAME1&<B></></>
    /           <B><B><B>&REGUH-STRAS&<B></></></></>
    /           <B><B><B><B><B>&REGUH-ORT01&<B></></></></></></>
    /           <B><B><B><B><B><B><B>&REGUH-PSTLZ&<B></></></></></></></></>
    /           <B><B><B><B><B><B><B><B><B>&LV_REGIO&<B></></></></></></></></></></>
    Please advice and thanks in advance.

    Hello,
    Use Condence symbol 'C' in the respective fields.
    &REGUH-STRAS(C)& / &REGUH-ORT01& / &REGUH-PSTLZ& / &LV_REGIO(C)&
    Regards,

  • Linking PE51 Form and SAPScript Form

    I have found quite a few posts on this topic but I didn't find anything conclusive.
    We have an SAPScript form and a PE51 form. We run the Pre-program DME where we specify the PE51 form name. Then we run the DME program. But the form is not generated.
    I just wanted to understand the right method to link the PE51 form to the SAPScript form. I have read about 525-HR and REGUD-TXTHR. Can anyone please explain in detail what these are and how they help in linking the PE51 form and the SAPScript?
    Thanks and Regards,
    Vidya.

    I have really not found an answer to this one, but still closing it as need to post more questions!

  • Idoc generation and reprint for smartforms and sapscripts

    Dear Experts,
    Currently our scenario is as below.
    We are using XML for all outputs. once IDOC is generated it is passed to XML port and print is issued.
    To reprint IDOC we have a customised program where in we can enter idoc number and print output.
    Now we are converting all to smartforms and at some places sapscript. So how to setup reprint for idocs in smartforms and  sapscript as it is done for sapscripts. Do we need to make some config in WE19 to issue smart forms and sapscripts.
    If possible please give all steps right from preparing structures till reprint.
    Can anyone help with detailed solutions.

    Closed as no answer received

  • Reprinting A form multiple times

    Hi,
         I have to reprint a form multiple number of times and each time a print is given
        a text COPY # is added in my layout
    For example: if it is printing first time then nothing is added
    If 2nd time then Copy 1
    IF 3 rd time then COPY 2 and so on...
    I have got this logic but not sure if it will work:
    •     Scan table NAST for any other occurrences of the same output using the NAST Key fields except the Date (NAST-ERDAT) and Time (NAST-ERUHR).
    o     If this is the first instance then it is not a reprint
    o     If one entry exists this is the 1st reprint i.e. COPY 1
    o     If two entries exist then this is the 2nd reprint i.e. COPY 2etc…
    Thanks
    Ricky

    Hi ,
    This could also be solution , but I am not sure Please check with your Functional Guy .
    1) create different output types for Ex: Requestor , Copy  etc ,
    2) when you need print out for both , both messages have to created in that Tcode ,
    3) regarding the Format change You can handle the output type in in the script or  Smart form and accordingly you can print the text .
    *Hope this Helps

  • Automatic tests for "smart forms" and SAPScript

    Hi there,
    we have some really horrible SAPScript and SmartForms here, mixing up presentation with business logic and database table selects in the layout (!).
    We want to refactor these objects. We have some test data at hand to continouously reproduce the form. And we have some expectations on the output document. The result could be saved as a PDF document and then scanned by an appropriate tool?
    Other approaches?
    Any experiences out there?
    How to write Unit Tests? Is this possible at all? Or is integration test the only option?
    Regards,
    Rüdiger

    Hello Naimash,
    thank you for the answer. I didn't know this menu path. There is a function module SSFDISPLAY_OTF_LIST underlying this menu path.  I will check out wether this module can be called in the background. It can be combined with the usual conversion of ABAP lists to plain text (as used in "System->List->Save to file"). Finally, regular expressions or a common diff tool can be used to check the expectations. All this could equally well be performed in an ABAP program.
    Since all the texts of the smartform appears in the result document, this permits to check at least all the form content. Layout and images get lost. But this could be verified after the redesign in the integration test phase. For the refactoring process, verification of the text content for various processes will be sufficient.
    Thanks and regards,
    Rüdiger

  • Revert RDI file forms to SAPScript format

    Hi Gurus,
    We are currently implementing a change on how the forms are to be processed. Currently, the forms are in SAP but being pushed to Streamserve application for layouting and formatting. The way it is triggered is that from SAP, it triggers an RDI file to be sent to the Streamserve application for layouting before it is being sent to output device.
    And now we want to change it by getting rid of application and have the SAPScript format the forms. Have read some documentation onf converting SAPScript to RDI file. Is there links/documentation on how to do the reverse side? Any information you can share on how to go about it?
    Thanks a lot!
    Napoleon

    Hi Christian, Sandra,
    Thanks for the reply. We understand that any output layouts will be lost, but that's ok. Our intention is now to process the layouting of forms from an external application to push it back to a SAP based solution via SapScript. In this way, we get rid of the external apps and its associated cost, in turn, drive some efficiency in the IT process.
    Do you know how to disregard the RDI settings?
    Cheers,
    Nap

Maybe you are looking for

  • Is my Mid-2011 MacBook Air eligible for free upgrade to Mountain Lion?

    hey pals, I bought the MC969 (11" 4GB 128GB) MacBook Air on 1st July 2012. Just wanna know that is the IVth Gen MacBook Air which is barely a week old, eligible for the mountain lion uptodate program?

  • "Error when interpreting the runtime repository"  for IUICOBJD component

    Hello experts, I create an enhancement set for IUICOBJD component, and the systems return my the error: "Error when interpreting the runtime repository" Then in ICWEB, this enhancement affect to the view  connectionObject. And this view doesn't appea

  • Trying to understand iphoto 'structure'

    ok so i have some photos on one of my three hard drives in my mac pro.. when i import them into iphoto library, something happens within the pictures folder inside of the user folder. I see what appears to be a duplicate of the original photo. is thi

  • Nokia 7610 USB drivers

    I have installed the DKU-2 cable driver. afterwards when the phone was connected to the PC different drivers could not be installed from the product CD ROM though the computer detected the device. the computer searches a long time for USB phone paren

  • Video Downloading Error- 8008....help please!

    Hi all. I would be so greatful for someones help. Since I bought my Ipod Video I frequesntly purchase videos from Itunes. Recently, I purchased 8 diffent videos-- ranging from television shows to movies, etc... The problem is that I cannot download a