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

Schedule line date

Former Member
0 Likes
1,138

Hi guys!

I need to create some kind of report for my SD. It should contain all orders and first material availability date. This date is displayed in SD order in "all items" area as "first date" (data element name: ETDAT)

I dont know how to find (select) this date.

I was looking in VBEP table. There is EDATU field but I don't understand logic of ETENR. Sometimes is this date in 1st and sometimes is in 2nd line of VBEP table?

Help please.

Hi guys!

I need to create some kind of report for my SD. It should contain all orders and first material availability date. This date is displayed in SD order in "all items" area as "first date" (data element name: ETDAT)

I dont know how to find (select) this date.

I was looking in VBEP table. There is EDATU field but I don't understand logic of ETENR. Sometimes is this date in 1st and sometimes is in 2nd line of VBEP table?

Help please.

3 REPLIES 3
Read only

Former Member
0 Likes
958

Hi,

Check with your functional consultant, he should be able to answer your query. ETENR is the schedule line number. The schedule lines with confirmed quantity greater than 0 are the open schedule lines.

regards,

Advait

Read only

Former Member
0 Likes
958

anyone else needs some points??

Read only

former_member480923
Active Contributor
0 Likes
958

Use this FM to get the date: VBEP_EDATU_AUSGEBEN.

The input parameters are VBEP-EDATU which is the first confirmation date as based on the material aviability .. where confirmation Quantity is not initial and TPRG-PRGRS which is the display type (i.e. date, period, month etc..) and return you the first date.

Hope That Helps

Anirban M.