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

Material Management Table Dictionary

Former Member
0 Likes
493

Hi Experts,

I need to find out the field names, data element, data type and the short descriptions of the following tables:

EKKO

EKPO

EKBE

MSEG

MKPF

LIPS

I understand I can retrieve this from TCODE SE11 but these tables are not available on our system. Is there any documentation that provides such details?

Thank you for your assistance.

Gary

Moderator message: please ask somebody with access to SAP ECC for this information, but not via these forums (would yield too much redundant information).

locked by: Thomas Zloch on Oct 6, 2010 6:19 PM

2 REPLIES 2
Read only

Former Member
0 Likes
414

It is obvious that since these tables are not available on your system no way its possible that you can have their documentation.

Regards

Abhii

Read only

Former Member
0 Likes
414

Hi Gary,

You need to use DDIF_FIELDINFO_GET function module, which is a RFC enable function module. So you need to call that from your system using proper RFC destination for your R/3 systems.

Regards,

Amitava