2007 Nov 14 2:26 PM
Hi gurus,
Created a z report for the delivery information
I need to display the below mentioned data on the output..
deliverydoc->header---> dates -
> here
<b>event begin of date end of date begin actual end actual</b>
Need to capture the data and to diaplay on the output of the report.
Can Any tell me in which tables the data is stored............
Thanking in advance.
Deepthi
Hi gurus,
Created a z report for the delivery information
I need to display the below mentioned data on the output..
deliverydoc->header---> dates -
> here
<b>event begin of date end of date begin actual end actual</b>
Need to capture the data and to diaplay on the output of the report.
Can Any tell me in which tables the data is stored............
Thanking in advance.
Deepthi
2007 Nov 14 2:49 PM
You have to look for this tables:
1. GO to LIKP.. take the HANDLE field
2. GO to TSEGE where HEAD_HDL = LIKP-HANDLE
Fields are :
EVEN_TSTFR
EVEN_TSTTO
Both fields are converted date.
You can get the date from this fields like this:
data: l_date type d.
CONVERT INVERTED-DATE TSEGE-EVEN_TSTFR INTO DATE l_date.Regards,
Naimesh Patel
2007 Nov 14 2:55 PM
Hi ,
Go to this link ,
This link provides all the information about the links in table for SD .
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |