Problem in smart forms &Driver program..urgent....

Hi friends ,
          I am having 4 windows  in a page ,
          I am having 4 wa as wa1, wa2, wa3, wa4 in my driver program of SF.
for ex my itab is hving 10 lines , i am passing first line of my itab to wa1 and print in First window of  page 1, second line to wa2 and second  window /page1....
4 line of itab to wa4 dispaly in 4 th wind/pag1.
5,6,7,8, lines of itab in again wa1,wa2, wa3 ,wa4 into window 1,2,3,4 of page 2 and
9,10 lines of itab in wa1,wa2 into win1 , win 2 of page 3. For ex my itab can hve 'n' lines....this is the scenerio...
my question is .........
1. how can i always take 4 line pass in wa1 , wa2 3 & 4 , then go for next four , then rest ........in my driver program....
2. In Sf after complition of 1st four in page 1 , how it will move next four to page 2, rest in page 3.....
can any one help me ...it is very urgent....advance thanks,
Reagrds
LAkshmi..)....

Hi ,
Goto Global Settings -> Form Attributes
In the Form Attributes,click the General attributes tab you will find the package name of the smartform.
Regards
DV

Similar Messages

  • Smart Form-Driver Program

    Hi All,
             I have created a driver program and I have two smart forms , The thing is like from one driver program i want to  executed two smart forms where logic is almost same for the both the forms.So put me some code lines if possible .
    with regards,
    Swathi.K

    Hi swathi,
    Yes based on conditions you can print the smartform in the driver program.
    SELECTION-SCREEN BEGIN OF BLOCK block  WITH FRAME.
    PARAMETERS:
    p_vintag  RADIOBUTTON GROUP rad1,
    p_contag RADIOBUTTON GROUP rad1,
    p_rmctag  RADIOBUTTON GROUP rad1,
    p_rfrtag  RADIOBUTTON GROUP rad1.
    SELECTION-SCREEN END OF BLOCK block.
       IF sy-subrc EQ 0.
    *"For Vintag smartform................................................
        IF p_vintag EQ 'X'.
          w_form = 'Y_HFA_VINTAG'.
    *"For Containertag smartform..........................................
        ELSEIF p_contag EQ 'X'.
          w_form = 'Y_HFA_CONTTAG'.
    *"For Remanufacturedtag smartform.....................................
        ELSEIF p_rmctag EQ 'X'.
          w_form = 'YH_HFA_REMAC'.
    *"For Reefertag smartform.............................................
        ELSEIF p_rfrtag EQ 'X'.
          w_form = 'YH_HFA_REEFER'.
    Regards,
    Sravanthi

  • Smart forms driver program name for SF_LB_INVOICE

    hi abapers
                pls help me to find the driver programs for a standard smart forms like (SF_LB_INVOICE).
    i need the driver program name of this smart form.
    thnks
    pardeep

    Hi ,
    Goto Global Settings -> Form Attributes
    In the Form Attributes,click the General attributes tab you will find the package name of the smartform.
    Regards
    DV

  • Smart form driver program for VF23

    hi any one can tell me is there a standard driver program for a smartform to run  transaction VF23. There is a Standard SAP script program named RVADIL01 . Is there a similar driver program for Smartform for the same Invoice List Transaction .

    Hi swathi,
    Yes based on conditions you can print the smartform in the driver program.
    SELECTION-SCREEN BEGIN OF BLOCK block  WITH FRAME.
    PARAMETERS:
    p_vintag  RADIOBUTTON GROUP rad1,
    p_contag RADIOBUTTON GROUP rad1,
    p_rmctag  RADIOBUTTON GROUP rad1,
    p_rfrtag  RADIOBUTTON GROUP rad1.
    SELECTION-SCREEN END OF BLOCK block.
       IF sy-subrc EQ 0.
    *"For Vintag smartform................................................
        IF p_vintag EQ 'X'.
          w_form = 'Y_HFA_VINTAG'.
    *"For Containertag smartform..........................................
        ELSEIF p_contag EQ 'X'.
          w_form = 'Y_HFA_CONTTAG'.
    *"For Remanufacturedtag smartform.....................................
        ELSEIF p_rmctag EQ 'X'.
          w_form = 'YH_HFA_REMAC'.
    *"For Reefertag smartform.............................................
        ELSEIF p_rfrtag EQ 'X'.
          w_form = 'YH_HFA_REEFER'.
    Regards,
    Sravanthi

  • How to find ADOBE form driver program

    Hi,
    How to find out ADOBE form driver program. I have form name and interface name. I want to know driver program.
    Thanks
    Ramesh

    Hi,
    You can the following two ways.
    1)Go to your Interface or the Form which you have created -> Use Display object list to see form and Print program that are linked to that Interface.
    2) You can use NACE transaction->
    Select the application type, and Click Output Types->
    Choose the Output type and Click on Processing Routines
    Here you can find the Driver program and and the Corresponding PDF Form.
    Regards,
    Amit.

  • Problem with Smart Form ('RLE_DELNOTE')--Please Help

    Hello,
    I am facing a problem in the smart form.
    So far I am printing certificates (QM module) for the finished goods.  i.e. first level batches.  Now I should incorporate down level batches info also. i.e. semi finished goods info (second, third... level batches).  I am not aware of how to find out the semi finished goods info of a finished good.  Each finished good may have one or two levels of semi finished goods....The print program i am using is 'RLE_DELNOTE'.
    Can any body suggest me what i have to do?
    I have tried with FM 'CHVW_BATCH_WHERE_USED_LIST'.  But is of no use.....please tell me...
    Best Regards,
    Shekhar

    To check to see if you have an OpenGL problem:
    In Photoshop choose Edit - Preferences - Performance.
    Is [ ] Use OpenGL Drawing checked?
    If so, uncheck it.
    Close and restart Photoshop.
    Does the problem persist?
    If so, you probably can correct it with a video driver update.
    Don't forget to go back and re-enable Use OpenGL Drawing.
    To update your video driver:
    Right-click on your desktop and choose Screen Resolution.
    In the dialog that comes up, choose Advanced settings.
    Click the Adapter tab, if it isn't already current.
    What Adapter Type is listed?  Note the brand and model.
    If it is an ATI model, visit this web site:
    http://support.amd.com/us/Pages/AMDSupportHub.aspx
    If it is a nVidia model, visit this web site:
    http://www.nvidia.com/Download/index.aspx?lang=en-us
    Follow the instructions to choose the proper card and operating system.
    Download and install the latest drivers for your hardware.
    -Noel

  • How to get material number in smart form driver prog attached to MM01:NACE?

    Hi,
    I have attached driver program of smart form to MM01 usinfg nace.
    On save smart form should get generated.
    Can anybody guide me how to get material number from MM01 in driver program on saving MM01.
    as of now am not getting values in smart form.
    What additional lines to be coaded in driver program to get material number.
    Thanks.

    hi,
    use nast table in your import paramaters of smart forms.
    In the Nast table you can find a field with object key which holds the Material Number.
    Hope this helps.
    Thanks,
    subash

  • A strange problem in smart form?

    Hi,
       I met a strange problem in my smart form. When I click "Check" button in each window of each page, system said "Window (my window name) does not fit onto page(height)". Even I create a new page and a new window in it, it still said this error when I click "Check" button in the new window.
       I have tried to enlarge or reduce the window's size, but this error still occured. But I can activate the form correctly. And there is a syntax error in the generated program:
       FORM %EV2.
        LOOP AT INTO .
        CALL FUNCTION 'SSFCOMP_TABLE_ROW_BEGIN'
        EXPORTING I_LINE_TYPE = 'LINE2'
      You can see there's an error in loop statement.
      Could you tell me the reason and how to solve it?
      Thanks a lot!

    hi
    good
    as you have maneioned in your error  you have said that you have created your own window,but the check box as you mentioned which check box that it it is output options tab check box or in the condition tab check box.
    in the general attribute select the secondary window from the dropdown box and output options tab select the page size as you need .
    i hope you will get some output .
    thanks
    mrutyun

  • Smart forms - print program rvaddn01

    Hi
    Kindly some one let me know how to do smart forms for packing list layout using the standard print program
    RVADDN01.Expecing a quick answer.
    Thanks in advance.
    Regards

    Hi Surya,
      The standard Smartform Layout is the <b>LE_SHP_DELNOTE</b>
    And the standard Driver program is <b>RLE_DELNOTE</b>.
    You can use these things for a Packlist.
    Hope this works very well...
    Cheers,
      Sampath....

  • Smart form Driver Prog For Printing Invoice Lists

    Hi Sap Gurus,
    I am using the standard Sap drver prog RLB_invoice which is used for all invoices(ie Invoice,credit,debit,cancellation).Now,plz can anayone let me know the driver pgm used for printing invoice list smartform.
    will the RLB_INVOICE serve my purpose or is there any other Prog.
    Thanks in advance.
    Points will be rewarded for successfull answers

    Hi,
    For Invoice
    Form name = LB_BIL_INVOICE
    Driver Program = RLB_INVOICE
    Regards
    Edited by: K.P.N on Jan 9, 2008 2:53 PM

  • Sorting problem in smart form

    Hi,
    Good day guys
    Ive dev the smart form for workshop invoice..  everything fine but they need sort the stracture one which is LBBIL_IT_GEN.
    so ive created the custome stracture ZLBBIL_IT_GEN and added the numaric field at end of the strc.
    move-corresponding gs_it_gen to ZLBBIL_IT_GEN1.
    lv_num = lv_num + 001.
    ZLBBIL_IT_GEN1-MTART = GV_MTART.
    ZLBBIL_IT_GEN1-num = lv_num.
    sort ZLBBIL_IT_GEN1 by num.
    Move-corresponding ZLBBIL_IT_GEN1 to gs_it_gen.
    I think, it wont be work out. bcoz stracture doent hold the data..... how to over come the problem.. sorting is very imp for fun guys..
    regards
    chandu

    Hi,
    Actually ive a condtion.. if the material type [mtart] is "yser" .. in the material column should be blank.. the the material type is zrsa. then it needs to print materail and description.
    Material              Description
                                 xyz
                                  abc
                                  laptop
    123                        abc
                                  compu
    456                         pen
    678                        book
    if see the  the  5 th item get the blank ..so there is prob.. first needs to gets the all blanks then print  one who having the mateiral and description.
    but its prints right way.. bcoz its comes based on material type.. but need to sort this....
    how to do it..plz let me know
    thanks
    chandu.P

  • Problem with smart forms.......

    Hi friends, I m facing a strange problem while using smart form. I am using values from standard smartform for invoice n just modifying the layout. The problem is tht,the value i m getting is like '14.223,56' bt the actual value that i want should be  '14,223.56'. That is the '.' and ',' are interchanged. Please tell me some way by which i can make it right.
    Good points will surely be awarded for answers.
    Thanks..........

    Have you checked your user defaults in transaction SU01
    under the defaults tab there is a section for decimal notation.

  • Adobe form driver program

    Hi gurus,
    How can i find the driver program for an adobe form.I have the required adobe form names by F4 help in transaction SFP.I want to find out their corresponding driver programs.how can this be done?

    Hi Sam,
    Similar to Smartforms, the print program for adobe forms use a standard function module to determine the name of the generated adobe form function module.  The module is called FP_FUNCTION_MODULE_NAME, so if you do a where-used on this module it will give you a list of the programs that generate adobe forms.  It's not a exact link to your form, but it will give you a smaller target.
    Regards,
    Nick

  • Export Documents - Smart Forms - Print program

    Hello,
    I searched the sap notes to find standard print programs from SAP for the export documents with message type:
    FECO
    FETR
    FEEU
    The smart forms are easy to find.
    They are FT_COM_FEEU, FT_COM_FETR, FT_COM_FECO.
    But I don´t find the print programs belonging to the forms.
    Greetings
    Mark

    If you look at the SMARTFORMS they are all blank.
    I would create your own SMARTFORMS and call them in a similiar way as the example programs listed below :
    SF_EXAMPLE_01
    SF_EXAMPLE_02
    SF_EXAMPLE_03
    Hope this helps.
    Cheers
    Colin.

  • About interactive forms driver program

    Hello Everyone,
          I want driver program sample code for interactive forms, if any one is having any good example of this than plz send me on following mail id:
    "[email protected]"
    Thanx & Regards,
    Rahul Talele

    Hi Rahul,
                  Check the program...
                   SAPBC480_DEMO.
    Regards,
    Omkaram.

Maybe you are looking for

  • 24" screen problem -- hellish experience

    Well this certainly has been a long road through **** that Apple has dragged me through with this 24” aluminum iMac. After a number of calls, and hours of my time to AppleCare complaining about the left side of my screen being twice as bright as the

  • Not connected to oracle

    hai all, i given the java coding as follows public static void main(String args[])           Connection con=null;           try                Statement st;                ResultSet rs;                String driver="sun.jdbc.odbc.JdbcOdbcDriver";    

  • Can't connect to WIFI after upgrading to IOS 6

    After upgrading to IOS6, my 4S stopped connecting any available wifi networks. It keep poping up "Unable to join the network "***" " when I tap any wifi spots I've been used so far. My problem is not like most people says. Instead of taking me the th

  • Will there be a lens focal length filter in LR3?

    I find the aperture filter useful and recently needed to find focal lengths used for three of my lenses. Had to export thousands of jpegs for each lens to drop into a another program to get the information. Grouping FL together would give a resonable

  • Mighty mouse problem: Need help immediately!

    hi I've a problem with my apple wireless mouse I've bought this mouse two years ago with my Macbook Pro and I've been using the mouse with it ever since. My mouse came with the cd but I've lost it somewhere. Now I've changed my workplace and here I'm