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: 

structure

Former Member
0 Kudos

hi,

Im using transaction IW21, and wanna display the short text for the object code, damage code and cause code.These are a part of thr structure RIWO00. I am not being able to find a check table for RIWO00-TXTCDOT, RIWO00-TXTCDFE and RIWO00-TXTCDUR.

could anyone please suggest some solutions to this?

suitable answeres would be rewarded with full points.

Thanks

2 REPLIES 2

Former Member
0 Kudos

RIWO00 is a structure and you cant find these data in ABAP dictionary. At run time only the structure will hold the data.

Former Member
0 Kudos

RIWO00 is a structure which doesn't hold data.

However you have

<b>TQ80 </b>is a table which holds the data. You can retrieve the data from this table

Regards,

Pavan