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

How to get the database table field names from program

Former Member
0 Likes
2,475

Hi,

Can any one tell me,whether any function module is there which can get the table field name and its details ,when we pass database table name to it.

Thanks in Advance

<REMOVED BY MODERATOR>

Regards

Shibin

Edited by: Alvaro Tejada Galindo on Feb 14, 2008 12:41 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,038

Hello,

Use this:

DB_GET_TABLE_FIELDS

Cheers,

Vasanth

Hi,

Can any one tell me,whether any function module is there which can get the table field name and its details ,when we pass database table name to it.

Thanks in Advance

<REMOVED BY MODERATOR>

Regards

Shibin

Edited by: Alvaro Tejada Galindo on Feb 14, 2008 12:41 PM

3 REPLIES 3
Read only

Former Member
0 Likes
1,039

Hello,

Use this:

DB_GET_TABLE_FIELDS

Cheers,

Vasanth

Read only

Former Member
0 Likes
1,038

Hi,

DD02L Table contains the SAP Tables.

DD02T Table contains the SAP Table Texts.

DD01L Table contains the Domains

DD01T Table contains the Domain Texts.

DD03L Table contains the Table Fields.

DD03T Table contains the Table Field Texts. (Language Dependent)

DD04L Table contains the Data Elements.

DD04T Table contains the Data Element Texts.

DD05s Table contains the Foreign Key Fields

last words with L and T only. L->Database Fetch T-> Text

For ur question use table DD03L or DD03T.

Regards,

Chandru

Read only

ThomasZloch
Active Contributor
1,038

<REMOVED BY MODERATOR>

use DDIF_FIELDINFO_GET

Edited by: Alvaro Tejada Galindo on Feb 14, 2008 12:42 PM