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 does it mean DATA(out)=

0 Kudos
358

Hi,

what does it mean DATA(out) =

?

5 REPLIES 5

AlexGourdet
Product and Topic Expert
Product and Topic Expert
0 Kudos
286

Thank you for visiting SAP Community to get answers to your questions.

As you're looking to get most out of your community membership, please consider include a profile picture to increase user engagement & additional resources to your reference that can really benefit you:

I hope you find this advice useful, and we're happy to have you as part of SAP Community!

All the best,

Alex

junwu
Active Contributor
286

new way to declare a variable(data object in abap)

Sandra_Rossi
Active Contributor
286

Simple: there's an index in the ABAP documentation > look at DATA.

raymond_giuseppi
Active Contributor
286

Read online help (search DATA)

Berinath
Participant
0 Kudos
286

Hi mandel ,

Data(out) indicates that a new variable, "OUT," is being declared inline. It's just creating the variable. Variables may be single variables, workarea, or internal tables.

For inline decleration, refer

DATA, Inline Declaration for Variables - ABAP Keyword Documentation (sap.com)

Best Regards,

Berinath Ulisi.