Without writing the event start-of-selection we can execute
a report program.Then what's the purpose of writing it?
Answer / madan
if not using any events means no need for START-OF-SELECTIONS.
Suppose using any events statement that time you should use
START-OF-SELECTIONS.
Is This Answer Correct ? | 5 Yes | 0 No |
What are the uses of table pool or table cluster.
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
if data is inserted only using bdc open and bdc insert and not bdc close session funx module wat will happend? will data b inserted?
full buffering would be appropiate what type of tables ?
What will you code in start-of-selection & end-of-selection ?
how to code in SMARTFORMS for MULTIPLE RECORDS?
In order to upload purchase order details, how you handle multiple values for a single field?
How do we create the Field exits?
Can we store Data in Cluster table?
Differentiate database index and match code.
Can we write inner join between transparent table and cluster table? If both having common fields?
What will happen if i dont use initialization and start of selction event in report?