Replace SAP Script of COPI transaction with new Smartform?

sorry ..wrong place
Edited by: Suzie on Apr 28, 2010 10:03 AM

Why?  Do you have a couple of months to spend on the development? 
SAPScript will be supported by SAP for the predictable future; there have clients all over the world relying upon it.  If you need to change the output, SAP best practice is: leave the driver program as is, copy the script layout set into a custom (Z) version, and add any necessary /: PERFORM... routines and any new fields.
On the other hand, if your client or employer is (misguidedly, IMHO) insisting upon a new SmartForm (which will also mean a new driver program), you could try the programmed conversion.  When I went to SmartForms class, even the instructor advised against using the tool, since (at that time, at least) you were likely to have an unusable pile of trash after the attempt to convert the layout set, but that was in 4.6c.  Perhaps the "real" SmartForms build that became available beginning in WebAS has better tools.

Similar Messages

  • To replace SAP script with smartform in customer statement using t-code F.27

    Hi, I have a requirement to replace SAP script while generating a customer statement form using F.27 with Smartform. The standard program which triggers the SAP script is RFKORD11. Can anyone tell me how can we achieve this. Thanks in advance. BR, Karthik.

    Hi
    do you find a solution for your issue? Or did anyone else know how to send raw data instead of the pdf or fixed file from transaction F.61?
    Thanks for any ideas or help
    Axel

  • Regarding Adding multiple SAP Scripts in one Transaction

    Hi All,
    I have a requirement where i will have to develop one custom transaction which will have multiple SAP Script Forms to it.
    The scenario is as below:
    First i will have to create a Program with Selection-Screen with 10 Radio buttons in one Block - Here Each Radio Button indicated Diffrent FORM[SAP SCRIPT].
    Down to it i will create another Block with some selection-screen fields. Like Order Type, Order No, Customer PO number, SOLD TO, BILL TO, SHIP TO etc.
    And based on Radio button selected allowed order types will vary!
    So after selecting one Form[Radio button] and enetring other selection fields once i press execute button.
    i need to display list of Orders in ALV List output with check boxes for each record in the List Output.
    Here all the radio button Forms are related to <b>Sales Order document and Delivery document</b>
    So do we need to create new ALV List Report (or) We can use submit <b>VF31</b> transaction's program <b>[sd70av3a]</b>.
    After we are displayed with orders in the output.
    Then we should provide a functionality as such if user selects mutiple Orders/Check boxes he should be able to view multiple Orders one after other, and simultaneously generate PDF Files for Each Order Selected and attach them in Mail send them to Block of users.
    Can anybody give there sujjestions.
    Without generating spool request no's is it possible to generate PDF files for SAP SCript output!
    Is it possible to Generate & attach one/multiple PDF files to mail ID and send them to list of users!
    Can anybody give inputs.
    Thanks in advance.
    Thanks & Regards,
    Prasad.

    hi prasad,
    There is one concept called Print Work Bench(PWB) to print the multiple scripts or smartforms which r assigned to a same transaction.
    If u need the info related to PWB shoot me a test mail to [email protected]
    i will send u the same
    fot the same u can check the below link also
    http://help.sap.com/saphelp_nw04/helpdata/en/64/bf2f12ed1711d4b655006094192fe3/content.htm
    <b>Prasad i didn't get the mail from you plz check it once again</b>
    If u find it useful plz mark the points
    Regards,
    Naveen
    Message was edited by: NAVEENKUMAR GUDURI

  • SAP Script info req to print new line iten on new page

    hi
    i had an req to print the list of MATNR & KUNNR on script,but the req is like this,at NEW MATNR,the script shd start with new page,say,if there are 5 MATNR,2 are same & 3 are same with diff KUNNR.
    On first page:2 MATNR shd be printed
    On Second Page:3 MATNR shd be printed & so on each time on new page...
    Please tell me how to do it,in window MAIN,how shd i wirte code for this?
    regds

    hey,
    Check this,
    First in your print program call FM 'START_FORM'.
    Then call FM 'WRITE_FORM'
    After this call FM 'CONTROL_FORM' :
    CALL FUNCTION 'CONTROL_FORM'
    EXPORTING
    command = 'NEW-PAGE'
    EXCEPTIONS
    UNOPENED = 1
    UNSTARTED = 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.
    At last call FM 'CLOSE_FORM'.
    By using FM control_form and passing parameter 'NEW-PAGE' you will get one new page even thow if content of ur main window of previous page is not exceeding..
    hey call new-page for every new matnr
    Regards,
    Midhun Abraham
    Edited by: Midhun Abraham on Oct 11, 2008 8:47 AM

  • Problem in sap-script, page count when trigger new page.

    Hi to all,
    Please help on my sap-script problem. When I trigger new-page the page count should continue.
    Ex: I have total of 2 pages, the second page is trigger in new-page. the page count of 2nd page should show as Page 2 of 2. but it shows on me is still Page 1 of 2.
    my command of new-page is in the zprogram. using function command_control
    thanks to all,
    I will reward points.
    Booh.

    Hi ,
    use &PAGE& of &SAPSCRIPT-formpages&
    IF Found Helpfull.
    Do Reward.
    Regards.
    Eshwar

  • SAP script for MIRO transaction

    Hi,
    Please give me the standard sap script available for MIRO transaction

    Hi,
    Arun: The program name is RM08NAST
             The form name is MR_PRINT
    You can get the details by going thru' NACE transaction or TNAPR Table.
    Reddy: Please understand MIRO is for invoice posting. As you said its not for GR, PO or any other blah blah.
    Arun, hope its enough. Feel free to revert back.
    --Ragu

  • How to attach print program and sap script for F150 transaction

    How to attach print program and Z sap script for F150 transaction

    Hi,
    you can find the customization for dunning in transaction SPRO under this path: Financial Accounting->Accounts Receivable and Accaounts Payable->Business Transactions->Dunning.
    Kostas

  • SAP-Script - Draw Table (Boxes) with variable number of lines

    Hello,
    I want to create a Table with Frames in a SAP-Script Form. First of all I don´t know the position of the table in the window main. It can be page 2 or 3 on top or in the middle. But i have to describe a position like
    POSITION YORIGIN '12.95' CM.  How can i position the table in a variable way?
    And i don´t know the number of lines of the table. How can I manage to draw the correct numbers of boxes as numbers of lines exist?
    Kind Regards
    Carsten Fuchs

    Hi carsten,
    1. Drawing GRID (just like excel, matrix)
       is very cumbersome in sapscript layout.
      (either dynamically, or hardcoded)
    2. Moreover, the final look,
       may or maynot appear as requried,.
      ie. exactly with proper alignment and grid lines.
    3. If the font size is required to change,
      then the dynamic position also changes.
    4. If the grid is supposed to go to the next page,
      again the calculation and logic becomes tougher.
    5. To use grid, its better to use smartform,
       which provided FINE CONTROL of the grid
      and its lines and width, height, style etc.
    6. In sapsctip, at most we can use
       UNDERLINE (_) and PIPE (|)
    regards,
    amit m.

  • HT1937 how can i replace my iPhone 4G -broken screen with new IPHONE 4G?

    hi Guys, I have iPHONE 4G 15 G, yesterday i broke the screen, however it still works super fine, and the touch works normal too. Only the screen is 50% damaged. I have been informed that I can change it with new 4G 16G by paying like 120 GBP, how can I do that ?

    Take your iPhone to an Apple Store or call Apple Support. They'll exchange your iPhone for £126,44 if you ship it in or £119 if you can get to an Apple Store. The unit you get in replacement will be refurbished and an idential model to the one you have now.
    Regards.

  • Replacing old iTunes library on desktop with newer one from Laptop?

    I have two libraries. My original's on a desktop that was linked to an iPhone 3s. When I got a 4s, I setup a new one on a laptop because my desktop was not available for several months.  So, I setup new library with 4s and have it configured the way I want it.  Is there a way to replace the old library on desktop with the one from the laptop?
    Sorry if this has been asked before, but I couldn't find my exact problem.

    Move the entire library to the desktop, launch iTunes with the Shift key held down, and point it to that library. If the library contains rented movies, they won't play on the desktop.
    (101838)

  • Replacing an album on my Ipod with new  volume settings

    I changed the audio setting on Itunes to enhance the sound, and would now like to replace the albums already on my Ipod(nano) with the same albums but with the new settings. How?

    Just sync the iPod. It will replace the songs on the iPod with the ones in iTunes.

  • Replacing tunes in iTunes in computer with new hard disk

    I recently had to replace my hard disk. I have authorized my computer (same as old one, but with new hard disk). Can't unauthorize the previous one. But want to transfer the music (from my CDs) currently on my iPod to iTunes on my computer. Having problems doing this. Any way to do so? Thanks.

    Connect your iPod to your computer. If it is set to update automatically you'll get a message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" will irretrievably remove all the songs from your iPod. When your iPod appears in the iTunes source list change the update setting to manual, that will let you use our iPod without the risk of accidentally erasing it. Check the "manually manage music and videos" box in Summary then press the Apply button. Also when using most of the utilities listed below your iPod needs to be enabled for disc use, changing to manual update will do this by default: Managing content manually on iPod and iPhone
    Once you are safely connected there are a few things you can do to restore your iTunes from the iPod. If you have any iTunes Music Store purchases the transfer of purchased content from the iPod to authorised computers was introduced with iTunes 7. You'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    The transfer of content from sources such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. Have a look at the web pages and documentation, this is just a small selection of what's available, they are generally quite straightforward. You can read reviews and comparisons of some of them here:
    Wired News - Rescue Your Stranded Tunes
    Comparison of iPod managers
    TuneJack Windows Only (iPhone and iPod Touch compatible)
    iPod2PC Windows Only
    iDump Windows Only
    SharePod Windows Only
    iPodRip Mac & Windows
    YamiPod Mac and Windows
    Music Rescue Mac & Windows
    iPod Music Liberator Mac & Windows
    Floola Mac & Windows
    iGadget Mac & Windows (iPhone and iPod Touch compatible)
    iRepo Mac & Windows (iPhone and iPod Touch compatible)
    iPod Access Mac & Windows (iPhone and iPod Touch compatible)
    TouchCopy Mac & Windows (iPhone and iPod Touch compatible)
    There's also a manual method of copying songs from your iPod to a Mac or PC. The procedure is a bit involved and won't recover playlists but if you're interested it's available on page 2 at this link: Copying Content from your iPod to your Computer - The Definitive Guide
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync. I would also advise that you get yourself an external hard drive and back your stuff up, relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days, you can get loads of storage for a reasonable outlay.
    Message was edited by: Zevoneer

  • Previously backed up wife's Compaq Laptop along with my iMac and MacBook Pro to Time Capsule.  Replaced wife's Windows Vista Laptop with new Sony Windows 8 Laptop.  Now can't access Time Capsule to back-up.

    I also need advice on removing old Compaq back-up.  That laptop is dead.  Hard drive wiped and removed before recycling.  Help

    Windows 8 seems to still be waiting for bonjour..
    Open windows explorer and type in the TC address directly in the address bar.
    \\TCIPaddress or TCname
    Replace with the actual of course.
    If no go, ping the TC ip address .. still no go, then the networking on the windows machine is set wrongly.. never used win8 so no idea.. but turn off the firewall and ensure the laptop is in the home area, not work not public.
    You have to get ping response to open the TC.
    On the TC setup the guest access to on and full read and write access.

  • I would like to replace my old AE 802.11g with new version 802./11n - How do I connect

    I have just bought a new Airport Express (802.11n wi-fi)  and would like to use it as the base station in place of the older version (802.11g).
    The old one to be used in another room connecting to my sound sytem as an extention to the new one.
    Both of these AEs  utilise different Aiport Utility (5.6 against 6.1).
    Can anyone please give me some detailed explanations of  how I can set-up these devices, if indeed they are possible.
    Alan

    Sorry, just to make sure: Do you want the older 802.11g Express just for iTunes streaming or (in addition) to extend the wireless range of the newer 802.11n Express? If it is the latter, you may want to reconsider doing so as the only way to extend with "mixed" base stations is with a Wireless Distribution System (WDS).
    A WDS has two major disadvantages: 1) It can only operate in the 802.11g radio mode, basically negating the advantage of your 802.11n Express, and 2) For every base station added to the WDS, the overall bandwidth is cut in half. So starting with 54 Mbps (for 802.11g), your extended wireless network will be running around 25-27 Mbps.

  • Suggestions for replacing my 24 inch 2008 iMac with new one?

    I wish I could afford better, but this is the one I am looking at.

    kd4ko wrote:
    This is the specs. of the IMAC I am considering.
    Apple
    27” IMac - 3.2GHz
    3.2GHz quad-core Intel Core i5 (4th gen Haswell)
    8GB (two 4GB) memory, 1TB Hard Drive
    Turbo Boost up to 3.6GHz
    NVIDIA GeForce GT 755M with 1GB
    802.11ac Wi-Fi - Next gen. of wireless
    $1,699.99
    This will work pretty well. Just a few observations:
    - if you can afford it, the experience of using a mac under Mavericks or Yosemite is improved if the boot drive is an SSD, or at least a "Fusion Drive"; the responsiveness of the system in general is much better.
    - going with this model with 8GB of RAM is the right call; memory can easily be upgraded later, from reputable third party vendors like OWC or Crucial, for much less than it would cost at Apple
    - if you are serious about video work, do consider a fast external drive for your productions. USB3 works fine, and is usually much cheaper than Thunderbolt
    - you'll need extra drives (even lowly USB2 are fine) for backup

Maybe you are looking for

  • How set memory back to full capacity?

    Before I got my ipod I had all of my music on windows media player and when I plugged in my ipod it started putting all of those songs onto my ipod. I didn't want to try and stop it for fear I would mess something up and now half of my ipod's memory

  • Can Verizon add the pay date to the e-mail that is sent for billing reminder.

    Can Verizon add the pay date to the e-mail that is sent for billing reminder. Then you would have to sign on to look that up.   Your current bill   for your account ending in 4609-00001 is now available online in My Verizon   Total Balance Due:   $26

  • How to send price condition changes to external system

    Hi all, By using trans: VK11/VK12 we may add and change pricing conditions for a particular condition type. We want to send to PI changes beeing made (for amount, date interval, e.t.c...). Our condition type is ZPRB, involving the following table to

  • Problem reading from file, please help me.

    i have a file named test.txt like this. 12 321 13 321321 11 421 10 421 1 4253 6 3214 3 4214 1 46543 4 5435 5 54353 1 5435 3 7654 im trying to write a class that has a method which returns a String[12][2] . The String should be like this: String[0][0]

  • Desbloquear iphone 5

    Hola necesito saber con desbloqueo de forma segura un iphone 5 comprado en USA a Sprint