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: 

|{ <ls_obj> }| ABAP syntax?

Former Member
0 Kudos

Does anyone know what this syntax is with the |{  }| ?  I could not find anything on SDN or Google.

From a little debugging it seems it is appending the return parameter from the method call.

2 REPLIES 2

oliver_wurm
Active Participant
0 Kudos

Hi David,

this syntax is used to form string templates. Please use the ABAP Keyword Documentation for '|' (= String Expression) and '{' (= Embedded Expressions). You can reach the documentation by pressing the little " i " Button in the ABAP Editor. Please enter | or { in field "Search Term".

<removed by moderator>

Regards

Oliver

Message was edited by: Matthew Billingham

0 Kudos

Hi David,

forgot to say that string expressions are available with Release 7.02 ...

Regards

Oliver