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 |
Q : I want to see material details in secondary list based on material No. from basic list. I will double click on any row, any field of basic list (not on field containing material no.) & the secondary list will display material details according to material No. on that row. Is it possible? If so how?
What is the advantage of structures? How do you use them in the ABAP programs?
How do you find if a logical database exists for your program requrements?
If there are two table with Foriegn Key relationship, and if any changes is made to the check table in Table Maintanance Generator how will this the other table?
What does the insert statement in extract datasets do? : abap modularization
how many ways to delete ztable field values without using table maintenance generator?what is that?
smartforms have an advantage i.e,both layout and code can combine .but when we go for driver program in smartform?
What is lock mechanism? How do we create lock objects in abap?
What are interface/conversion programs in SAP?
Where the payroll results are stored
what are the differences between scripts & smart forms?
17) How will you validate selection screen elements?