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: 

WHat is the use of '!' operator in OOPs abap?

Former Member
0 Kudos

Hi,

I am New to OOPs ABAP and want to know the use of '!' operator in ABAP programmming.

Any help in this regard will be appreciated.

Regards,

Satish

1 ACCEPTED SOLUTION

horst_keller
Product and Topic Expert
Product and Topic Expert

http://help.sap.com/abapdocu_751/en/index.htm?file=abennames_escaping.htm

There is no use in classes, but unfortunately the class builder inserts ! before names.

B.t.w., if you enter ! in the search field of the F1 help, you are directed to the documentation ...

2 REPLIES 2

horst_keller
Product and Topic Expert
Product and Topic Expert

http://help.sap.com/abapdocu_751/en/index.htm?file=abennames_escaping.htm

There is no use in classes, but unfortunately the class builder inserts ! before names.

B.t.w., if you enter ! in the search field of the F1 help, you are directed to the documentation ...

0 Kudos

Thank you 🙂