What is the difference between At first and On change
control command.
Answer Posted / nayanbls.sahu
At fist : It Compare Previous Record. but it only use with
in loop.
On change : It compare with auxiliary memory.but it can use
out side loop.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain about Recording Function?
Difference between top-of-page and top-of-page during at line- selection?
What is a multiple line field? : abap bdc
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/
What is protect & endprotect?
What is an on”*-input filed” statement?
What are the domains and data elements?
What are the different message types available in the abap/4 ?
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
Can you create an internal table dynamically?(at run time)
Sy index and sy tabix
How do you delete duplicate records from internal table?
Where the payroll results are stored
How to eliminate duplicate entries in internal tables?
Where are you used type casting?