Skip to Content
0
Former Member
Dec 05, 2008 at 06:56 AM

SAP std Structure

73 Views

Hi.

I have to create an ALV report.

among all the standard tables I have some standard SAP defined structures for eg RIHSTPO,MINST and many more...

Regarding DB table like mara i know that I have to create a structure, internal table and WA and then fetch the data from DB table and populate ITAB for generating ALV etc etc.

Now please tell me when I have Structure and not DB table, How to display data? for eg, in RIHSTPO i have to display MENGE as a column in ALV, how can I do so?

In my selection screen also I have to create a select-option field of type structure, can I write, select-options: klart for rmclf-klart . ? in this case how to declare the structure, can declare same as table? i.e. TABLES: rmclf or declaration for structure is different ?

Please explain the procedure with small sudocode.

Thanks in advance