Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

tab

Former Member
0 Likes
333

1.what do u mean by the tab of a script and what is the procedure to transferdata from one tab to another tab.

2.what are THE GENERAL ELEMENTS OF A SCRIPT AS WELL AS SMARTFORMS WITH REGARD TO LAYOUT SET

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
310

Hi Sandeep,

I Think This would Answer your second Question...

1. Labels cannot be created in smartforms.

2. Routines can be written in smartforms tool.

3. Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.

4. The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 80. is printed on page one, other data of position no 80 is printed on page 2. And there's nothing you can do about it. Actually, there is something you can do about it. By using a folder node and checking the 'protect' checkbox, everything in that folder will be page protected.

Difference b/w smartforms and scripts.

Script Smartforms

client dependant independant

not possible multiple page formats are possible

compulsory without main window it can

labels are used labels cannot

not generated once session created function module

Difference b/w smartforms and scripts.

Script

client dependant

multiple page formats not possible

compulsory main window

labels are used

not generated

Smartforms

client independant

multiple page formats are possible

without main window it can

labels cannot

once session created function module

Smartforms have all the functionalities of Sap Scripts. I found the following which cannot be achieved with smartforms.

1. Smart forms are client independent.

2. Lable printing software (for example BARTENDER) can be directly inserted into SAP Script thus enabling Scripts to print Lables. Smartforms do not recognise such code. So whenever you create a label you will need to start from scratch in smartforms.

....

Hope This Would Help...

Reward If useful info *

1 REPLY 1
Read only

Former Member
0 Likes
311

Hi Sandeep,

I Think This would Answer your second Question...

1. Labels cannot be created in smartforms.

2. Routines can be written in smartforms tool.

3. Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.

4. The protect and endprotect command in sapscript doesn't work with smartforms. For example on a invoice: First data of position no 80. is printed on page one, other data of position no 80 is printed on page 2. And there's nothing you can do about it. Actually, there is something you can do about it. By using a folder node and checking the 'protect' checkbox, everything in that folder will be page protected.

Difference b/w smartforms and scripts.

Script Smartforms

client dependant independant

not possible multiple page formats are possible

compulsory without main window it can

labels are used labels cannot

not generated once session created function module

Difference b/w smartforms and scripts.

Script

client dependant

multiple page formats not possible

compulsory main window

labels are used

not generated

Smartforms

client independant

multiple page formats are possible

without main window it can

labels cannot

once session created function module

Smartforms have all the functionalities of Sap Scripts. I found the following which cannot be achieved with smartforms.

1. Smart forms are client independent.

2. Lable printing software (for example BARTENDER) can be directly inserted into SAP Script thus enabling Scripts to print Lables. Smartforms do not recognise such code. So whenever you create a label you will need to start from scratch in smartforms.

....

Hope This Would Help...

Reward If useful info *