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


Please Help Members By Posting Answers For Below Questions

What are the pooled and cluster tables?

566


What are the types of views? : sap abap data dictionary

644


A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?

543


What is human resource information systems (chris)? : sap abap hr

543


function modules are also external subroutines. State true or false. : abap modularization

602






Explain how do you use structures in the abap programs?

540


how to create view in bdc..??

2331


How do you use structures in the abap programs?

598


Explain the difference between tables and structures?

483


Can I execute user exits? If yes, how?

592


What is the difference between leave transaction and call transaction?

613


Which transaction code can I use to analyze the performance of abap program?

558


What is the significance of delivery class?

584


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.

1768


Explain lsmw?

651