control break statements in ABAP?

Answer Posted / deepti pattnaik

at first ... endat.
at new ... endat.
at end of ... endat.
on change of ... endon.
at last ... andat.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between dialog program and a report?

611


Can you show multiple alvs on a single screen?

598


What are the events in ABAP language?

608


What are the basic components of dialog program?

693


How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?

697






What is an “on input filed” statements?

629


How to call transaction in session method without recording?

1543


Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.

604


can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?

1543


Will 50,000 records be uploaded directly into APP's Server?  

1915


What are the parameters in bdc_open_group? : abap bdc

602


If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary

660


What are matchcodes?

555


What are the differences between session method and call transaction method? : abap bdc

553


How do you document abap/4 programs? Do you use program documentation menu option?

699