What are control break statements?
Answer Posted / arjun manglekar
Belo are some more diff. between AT NEW and ON CHANGE OF
statement..
1) AT NEW checks all the values above it ..where as
ON CHANGE OF cheks only that particular value
2) AT NEW can be used in only LOOP..ENDLOOP where as
ON CAHNGE OF can be used in any looping ...e.g
LOOP..ENDLOOP, DO..ENDDO, WHILE..ENDWHILE etc.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain the difference between function group and function module?
What are field symbols?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
What is an rfc?
How can we achieve MVC ?
What do you understand by work area and internal tables in abap? Why do we use it?
What are th control break events in abap?
Explain what are the events used in interactive reports?
Name the special commands of list?
How to create a button in selection screen ?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Explain what are the system fields? Explain?
What is the different between template and a table?
What are the functional modules used in sequence in bdc? : abap bdc
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?