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

|{ <ls_obj> }| ABAP syntax?

Former Member
0 Likes
2,544

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.

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

oliver_wurm
Active Participant
0 Likes
1,608

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

Read only

0 Likes
1,608

Hi David,

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

Regards

Oliver