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: 

Need help getting ME33K data

Former Member
0 Kudos
5,366

I need some help. I have inherited a custom ABAP written by a long-gone consultant back when we ran 4.0b (we're using 4.7x200 Enterprise now, Basis 620). I've been asked to make some changes, but I cannot seem to find the Outline Agreement Date field in any table. It's obviously in a structure (RM06E-VEDAT), but I haven't found it in an actual table. Can someone help?

Normally, I am a Project Systems guy, but this program touches MM-PUR just enough to stump me.

Transaction: ME33K

Program: SAPMM06E

Screen: 220

Screen field: RM06E-VEDAT

1 ACCEPTED SOLUTION

Former Member
0 Kudos
2,053

Check EKKO-AEDAT.

You can use key EKKO-EBELN = Contract No to popualte this field and use the same.

2 REPLIES 2

Former Member
0 Kudos
2,054

Check EKKO-AEDAT.

You can use key EKKO-EBELN = Contract No to popualte this field and use the same.

Former Member
0 Kudos
2,051

Ashish,

Thanks! I think this will do the trick!