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: 

How to download all field from material view wise

Former Member
0 Kudos

I want to download all field name with description and length, which we are using in Material view wise through MM01.

Tell me the technique.

Thank you in advance.

Kunjan shah

2 REPLIES 2

messier31
Active Contributor
0 Kudos

Hi Kunjan,

There is no technique available provided by SAP.

You will have to code for some custom program.

You can use function module like RFC_GET_SCREEN_DEFINITION which helps to get screen details...

Former Member
0 Kudos

In Case your screen fields are taken from a DDIC structure, you migh use DDIF_TABL_GET...