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: 

Accessing Info Structure

senthil_kumar29
Participant
0 Kudos

Hi Guys,

I need to access some data from Info Structure S039.

How to do that? Some info about Info structure will be appreciated.

Some source code example would be great.

Thanks for Ur time.

Cheers

Senthil

3 REPLIES 3

Former Member
0 Kudos

" Info structure " is required for various analysis purpose as all analyses are based on some info structure.

Info structure is consist of (1) Characteristic (2) Key figure & (3) Period unit.

Suppose, you want to get the information about the "Sales volume" for a "Material X" last "3 months".

So, here, CHARACTERISTIC is the "Material" (on which you are getting the report).

KEY FIGURE is the "Sales volume" and

PERIOD UNIT is last "3 month".

0 Kudos

Hi.. I go this info already from the forum..

I like to know to access data from Info structure..

Cheers

Senthil

senthil_kumar29
Participant
0 Kudos

I got the solution..

For some report development in MM, I need to access some data from S039 Info Structure.

But I was not sure how to access the data from it, since its a pool type database like InfoTypes.

I find out regardless of their databse type, they can be accessed like a transparent table through SE11 and using ABAP database statements.