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: 

Code to include Structure infoset query

jogeswararao_kavala
Active Contributor
0 Kudos

Dear Experts,

I am a functional person in Plant Maintenance.

I am working on an infoset/query and having to use some fileds from structure RIWO00.

System warns for a code in case of use of Structure in the Extras-->Additional structure option.

Kindly help me in knowing what is the code I have to add in the Extras-->Code page of Infoset to include this structure.

Regards

Jogeswara Rao

5 REPLIES 5

Former Member
0 Kudos

Hi,

Instead of including the fields from the structure I/O table for notifications try to add the fields from any table in the Extras.

Try it out.

Thanks

Arbind

0 Kudos

Thanks Arbind for responding,

These fields are not available in any tables.

Regards

Jogeswara Rao

0 Kudos

Hi,

If you are creating the Infoset using SQ02 than in Extras u have to click on create button >Additional StructureGive the name as ZRIWO00 -->In DDIC structur provide RIW000 ( YOUR STRUCTURE NAME ) --. ENTER.

Its done.

Now you can write the ABAP Code for fetching the values as per your business logic.

Hope it helps you.

Thanks

Arbind

0 Kudos

I've done this part of including the structure.

I am stuck at writing the ABAP code.

Regards

Jogeswara Rao

0 Kudos

If you click Shift+f8 Code section will display, there you can write the code.

FYI....Please go through the below code,might it helps you..

Link:[;.

Thanks

Arbind