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

structure

Former Member
0 Likes
604

how do i extract data stored in a structure in this case DIADR. i need to extract the address of the notification. is there any other table not structure that i can use to extract notification address

4 REPLIES 4
Read only

Former Member
0 Likes
567

You cannot fetch data from the structures. In Debugging check how data is getting populated. Let us know the transaction and fields so that we can help you

Read only

0 Likes
567

the transaction is iqs21 and field AP_LIST in structure RIHEA

Read only

kiran_k8
Active Contributor
0 Likes
567

Timothy,

Give the correct field name or description to get apt replies.DIADR is not having any field as mentioned by you.

Use SE84 to get the fields and the related tables

or

go to st05

activate the trace

run the transaction which is having this Notification Address field.

deactivate the trace

click on display the list.

click on list trace.

This way you will be able to see the table related to the structure to which this field value is getting populated.

K.Kiran.

Read only

Former Member
0 Likes
567

Hi,

Strutures will not hold the values..only at the runtime we can allot the values to the structures..At a time you can hold only one value in the structure...

If u find any structure.Put tht structure name iun se11

Then after clicking the change button,inside there will be a button having arrows called where-used list in functional menu bar..

It will take you to a screen having checkboxes...there u can click what ever you want and check it out...

REWARD IF USEFUL!!!!!!!!!!