Application Development and Automation 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: 
Read only

Escaping Host Variable

Former Member
0 Likes
7,104

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
Read only

Former Member
2,115

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
Read only

Former Member
2,116

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