cancel
Showing results for 
Search instead for 
Did you mean: 

DATA MAP?

Former Member
0 Kudos

Hi,

I want to know if there is a way that i can download, every field in a trasacion lets say material master, in to an excel sheet. With its description, length, type, requierd or not, and stuff like that. The problem is that I have to do this for multiple transactions.

THANKS.

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

The length of fields, being mandatory is configurable through the customizing. That information is read during transaction runtime so the field itself doesn´t know whether it´s e. g. mandatory or not. The same is true for other transactions.

The number of fields may also change during support package implementations or if you activate an additional function through the switch framework.

To find out all the tables being read during e. g. a "master data creation" you could activate and SQL trace in ST05 and check all the tables that are read and data inserted.

Markus