What does an EXEC SQL stmt do in ABAP?
Answer / rajkumar gupta
To use a Native SQL statement, you must precede it with the EXEC SQL statement, and follow it with the ENDEXEC statement as follows:
EXEC SQL.
ENDEXEC.
Is This Answer Correct ? | 0 Yes | 0 No |
How Group 10 sets of records per group of Internal Table in ABAP. Good Afternoon All, I have one internal table which have 400 records ,i need to group these records in set of 10 records . for example: ID value 2 100 1 95 3 90 4 85 6 80 7 75 8 70 10 65 9 60 ---------------------------------- Total : 720---------------------------------------1st group ------------------------------- 11 59 13 58 12 55 14 54 15 52 18 51 16 50 17 49 19 40 20 39 ------------------------------- Total : 507 -----------------------2nd Group ------------------------------ .......... .......... ........ please help me ....how i get this in abap. Thanks
Have you printed any report?
What are indexes? : abap hr
How to call A report from other report widout using include program..??
what is actaul procedure of session method of bdc. pls me complete steps.
how can we print both side in smartforms? what connects smartform to it's driver program? in which event validation is done?
Flow of SD and MM
Does the table can have multiple foreign keys?
What are the developments you have done with Modulepool?
Explain what is a logical database?
You are given functional specs for a BDC program and you need to decide whether to write a method call transaction or a session. How u will decide?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???