Application Development and Automation 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: 
Read only

Access DDIC structures?

Nawazuddin
Explorer
0 Likes
556

Dear All,

I need to know how to find values stored in stractures,

like rv45a one stracute under this one field is btgew , so i want to now how get this value.

plz help me

Thanks.

Edited by: Julius Bussche on Nov 4, 2008 4:58 PM

3 REPLIES 3
Read only

Former Member
0 Likes
508

Hello

Structures are runtime data structures that do not contain data

except at runtime. They will be filled with data by the program somewhere.

Regards

Greg Kern

Read only

Former Member
0 Likes
508

Structures gets populated only at run time..if u want to know the value of a populted structure during program then set a breakpoint in ur program and debug it.

Read only

Former Member
0 Likes
508

Hi,

As RV45A is a structure.....it does not store data.....the original data is posted into the database table - VBAP.

Arunima