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

Data model for BKPF

Former Member
0 Likes
673

How to get the data model for any table with Field name and text in the excel sheet.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
623

Hi,

You can use FM DDIF_FIELDINFO_GET to get the field names and text of any SAP table. Then you download the result of internal table DFIES_TAB to excel. sheet.

Regards,

Ferry Lianto

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
623

In table DD03L pass th table name and execute.

On the display screen download the table in Spreadsheet format.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
624

Hi,

You can use FM DDIF_FIELDINFO_GET to get the field names and text of any SAP table. Then you download the result of internal table DFIES_TAB to excel. sheet.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
623

Thanks for reply.