cancel
Showing results for 
Search instead for 
Did you mean: 

sql statement

Former Member
0 Kudos

Is there any chance for me to execute pure sql statement in SAP or Abap query ?

thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Nibu
Contributor
0 Kudos
Former Member
0 Kudos

Hi dude!

You can execute SQL sentences from transaction DBACOCKPIT (select on the left pane "Diagnostics" -> "SQL Command Editor").

Developers can also insert whether Open SQL or native SQL sentences in their ABAP code (Open SQL will be translated to native SQL by the database interface). However, you may also be aware that it is not recommended by any means and not supported to modify directly the database, as you may loose the business integrity.

You can learn more on this by checking:

http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb3969358411d1829f0000e829fbfe/frameset.htm

I hope that this helps!! Cheers!

-Jesú