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: 

SAP function modules that can bring the Field titles from DD* tables based

Former Member
0 Kudos

Hello Experts,

I am looking for function module, which can bring the field titles from database tables based on the table.

For EX: If pass the table name BKPF then it has to return the all field name of the BKPF table.

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Table DD03L.

2 REPLIES 2

GauthamV
Active Contributor
0 Kudos

Use DD03L table .

Also use this FM.

F4_DD_TABLE_FIELDS

DD_GET_DD03P

Former Member
0 Kudos

Table DD03L.