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
Why bapi need then bdc ? : abap bdc
What functions does a data dictionary perform? : abap data dictionary
What is the meaning of table buffer? This buffer is used by which type oftable?
what are the critical issues u face in ur project?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
What are the different window types in sapscript?
Explain what are interactive reports?
How will you find manager of an employee
What are the different control break statements available inside a loop?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
In select-options, how to get the default values as current month first date and last date by default?
Define infotype ? : abap hr
How to creat transactions? : abap data dictionary
difference between Valuation type and valuation category?
Can you print decimals in type n?