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: 

I have questions on VBAK-VDATU (Request Delivery Date..)

Former Member
0 Kudos

Hi, I found it is strange...

When i using VBAK to check an SO document, i found there is a fields called 'VDATU' whose description is 'Delivery Request Date'.

Then i want to goto VA03 to locate where this field is located on the front-end screen.

Obviously that on the Sales Tab, there existe an 'Delivery Request Date' on the screen. I guess this must be the same as VBAK-VDATU...

But when i press F1 to check its technical information but found that the field name becomes to RV45A-KETDAT???

Even the fields name is not the same???

May i know whether these 2 field is the same field?

If it is, then why the name displayed in different name???

Thanks!!!!

Message was edited by:

Hoo Laa

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Hoo Laa,

VBAK-VDATU - Requested delivery date

RV45A-KETDAT - requested delivery date

here program use RV45A Structure and it updates the data into VBAK Table

always use VBAK-VDATU Field.

Thanks

Seshu

4 REPLIES 4

Former Member
0 Kudos

Hi Hoo Laa,

VBAK-VDATU - Requested delivery date

RV45A-KETDAT - requested delivery date

here program use RV45A Structure and it updates the data into VBAK Table

always use VBAK-VDATU Field.

Thanks

Seshu

0 Kudos

Hi Seshu,

Thanks.

May i know why SAP dont name that structure field as RV45A-<b>VDATU</b>? Why they name it as RV45A-<b>KETDAT</b> instead???

I just guess whether 'KETDAT' is in German language?

Thanks.

Message was edited by:

Hoo Laa

0 Kudos

Even VBAk is also german,Sales order is the screen program,here we do not use direct table name to user enter,once user data on structure it will save into respect database table.

if you look at SAPMV45A Program and see the top include ,here you can able to find out respective tables.

Hope you got it.

Thanks

Seshu

gopi_narendra
Active Contributor
0 Kudos

RV45A-KETDAT is just a structure, where as the field VBAK-VDATU is the 'Delivery Request Date' which you are looking for.

Regards

Gopi