2009 Jan 08 6:43 AM
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
2009 Jan 08 6:59 AM
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.
2009 Jan 08 9:09 AM
Hi Mohan,
please check QCPR and RBSELLIFS tables, hope u can fetch lfsnr from ebeln and item..
regards,
Dinesh.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |