what is the Difference between Scripts and Smart Forms?
Answer Posted / mytri
script: it is clent dependent. main window is compulsary.
no multiple page format. lables can be created.
smartform: its client independent. it takes comparitively
half the time to design when compared to scripts. it is
more user friendly. we can go without a main window. when
executed it generates a function module. lables can not be
created. we can have multiple page formats.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the differences between abap and ooabap. In which situation we useooabap?
what is the process of creating quotation using BAPIs.
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
In the `select' statement what is group by ?
Can i Have Some Realtime Examples on Badi ?
How many lists can a program can produce?
What is a table attribute? : abap data dictionary
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What is the use of lock objects?
Explain difference between primary key and unique key?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What is the difference between Classic badi and Kernal badi ?
what is field string ? & where we are using field strings?