Application Development 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: 

Delivery

Former Member
0 Kudos

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

2 REPLIES 2

naimesh_patel
Active Contributor
0 Kudos

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

Former Member
0 Kudos

Hi ,

Go to this link ,

This link provides all the information about the links in table for SD .

http://www.erpgenie.com/abap/tables_sd.htm