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: 

How to use LDB ADA in custom report...

aris_hidalgo
Contributor
0 Kudos

Hello Experts,

How do I incorporate the logical database ADA in my report? Can I also use it in my selection-screen?

I searched for examples here but to no avail. Examples will be highly appreciated.

Thank you and take care!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

try like:

TABLES: ada.

Types :

begin of it_ada.

include STRUCTURE ada.

types: end of it_ada.

select-options: field for ada-field.

GET ada FIELDS field1 field2....

Regards..

1 REPLY 1

Former Member
0 Kudos

Hi,

try like:

TABLES: ada.

Types :

begin of it_ada.

include STRUCTURE ada.

types: end of it_ada.

select-options: field for ada-field.

GET ada FIELDS field1 field2....

Regards..