What is the disadvantage of using EXEC SQL stmt do in ABAP?
Answer Posted / yogendra pandey
Using inverted commas (") or an asterisk (*) at the beginning of a line in a native SQL statement does not introduce a comment as it would in normal ABAP syntax
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the page windows?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
What is luw?
Define external layer?
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.
What does the insert statement in extract datasets do? : abap modularization
Normally how many and what files get created when a transaction program is written?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is the client concept in sap?
What is asynchronous update?
Explain the systems fields used for interactive lists and lists?
What are the contents in technical specifications?
What is the modification assistant?
What is the basic difference internal tables and database tables? : abap data dictionary
What type of user exits have you written ?