Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Escaping Host Variable

Former Member
0 Kudos

Hello,

Can anyone clearly explain the concept of Escaping Host Variable in ABAP and that why and in which situations we should use it?

Thank you,
Arman

1 ACCEPTED SOLUTION

Former Member

Host variables are part of the "new" SQL syntax in ABAP. There are lots of new functions available in newer releases, but the interpreter needs to distinguish host- (data from the application server) and server (data from the database) variables. See https://help.sap.com/abapdocu_740/en/abenopen_sql_host_variables.htm

1 REPLY 1

Former Member

Host variables are part of the "new" SQL syntax in ABAP. There are lots of new functions available in newer releases, but the interpreter needs to distinguish host- (data from the application server) and server (data from the database) variables. See https://help.sap.com/abapdocu_740/en/abenopen_sql_host_variables.htm