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

How to read structure type

jiri_faltin2
Explorer
0 Likes
441

Hi Experts,

I need to read, which type is some structure declared using DATA statement.

Example:

Declaration is:

data: ls_return type bapiret2.

How can I read in my program, that the structure ls_return has type bapiret2?

Thanks&regards,

Jirka Faltin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
409

Press F1 on DESCRIBE.

Rob

Hi Experts,

I need to read, which type is some structure declared using DATA statement.

Example:

Declaration is:

data: ls_return type bapiret2.

How can I read in my program, that the structure ls_return has type bapiret2?

Thanks&regards,

Jirka Faltin

1 REPLY 1
Read only

Former Member
0 Likes
410

Press F1 on DESCRIBE.

Rob