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

Field Tables

Former Member
0 Likes
602

hi freinds,

I have a requirement to get the previous delivery referance(delivery note) in a report..

Here the field of the delivery note is LFSNR. and the table is in GOHEAD( but it is structure). Is it possible to retrieve data from a structure by writing a ABAP program?

Is there any other reference table name for the structures?

Expecting the replies soon...

Thank you

hi freinds,

I have a requirement to get the previous delivery referance(delivery note) in a report..

Here the field of the delivery note is LFSNR. and the table is in GOHEAD( but it is structure). Is it possible to retrieve data from a structure by writing a ABAP program?

Is there any other reference table name for the structures?

Expecting the replies soon...

Thank you

2 REPLIES 2
Read only

Former Member
0 Likes
531

Hi,

Stuctures can't hold the values, just fetch the value from database table and will display it.

If u want to find the table for that value, use this method

Activate SQL tracer ST05 trxn,

and execute trxn which contains delivery note ( GOHEAD-LFSNR).

and then go and deactivate SQL tracer and display tracer.

Do ctrl+f using LFSNR

it'll show the table from where LFSNR is fetched.

Read only

Former Member
0 Likes
531

Hi Mohan,

please check QCPR and RBSELLIFS tables, hope u can fetch lfsnr from ebeln and item..

regards,

Dinesh.