how to edit text in script?and how to migrate scripts into
smart forms?
Answer Posted / bharat vamsi
First Go to smartforms T-Code
Goto utilities->Migrate form
There Give the name of the Script that has to be migrated
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
State the system field for the current date?
What is an abap dictionary? : abap data dictionary
Name the special commands of list?
How to read files and process BDC's automatically ?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
Explain what is an rdbms?
Can a constructor be declared private? If yes then in which scenario?
Can there be more than 1 main window in sap script?
Explain pai and pbo.
Define alv programming in abap?
Give examples of transparent table?
What are Table control and tab strip control in dialog programming ?
Is it possible to pass data to and from include programs explicitly? : abap modularization
What are the different kinds of lock modes?
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/