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: 

ME_CONFIRMATION_UPDATE

Former Member
0 Kudos

Hello friendz. I am using DELVRY03, IDOC_input_DESADV1 for updating order confirmation tab details. I used ME_CONFIRMATION_UPDATE for updating these without creating the inbound delivery. Now I have a problem. I am unable to display DELIVERY DATE and DELIVERY TYPE in the order confirmation tab wchich are RM06E-EEIND and RM06E-LPIEN where RM06E is a structure. I am able to find del date and type in EKES tables .Can anyone help me out how to display these from RM06E structure.

Thanks in advance

1 ACCEPTED SOLUTION

former_member223537
Active Contributor
0 Kudos

I am sorry. Its EKES.

5 REPLIES 5

former_member223537
Active Contributor
0 Kudos

DELIVERY DATE would be EKPO-EINDT

DELIVERY TYPE is constant value "1".

0 Kudos

is it ekpo or ekes ?

former_member223537
Active Contributor
0 Kudos

I am sorry. Its EKES.

0 Kudos

I am able to load the EKES table fields. But I want to display delivery date in Corfirmation Tab which is RM06E-EEIND and not EKES-EINDT. How can i do display the delivery date ?

Former Member
0 Kudos

i got to know how to proceed. Thanks all for helping me out