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


Please Help Members By Posting Answers For Below Questions

Why bapi need then bdc ? : abap bdc

749


What functions does a data dictionary perform? : abap data dictionary

806


What is the meaning of table buffer? This buffer is used by which type oftable?

957


what are the critical issues u face in ur project?

2212


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.

2003


What are the different window types in sapscript?

745


Explain what are interactive reports?

806


How will you find manager of an employee

1058


What are the different control break statements available inside a loop?

770


What is the meaning of abap/4 editor integrated with abap/4 data dictionary?

835


In select-options, how to get the default values as current month first date and last date by default?

812


Define infotype ? : abap hr

932


How to creat transactions? : abap data dictionary

837


difference between Valuation type and valuation category?

2177


Can you print decimals in type n?

752