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: 

Program to find custom fields in standard table

Former Member
0 Kudos

I have a requirement to write a program which will take a list of standard tables as input and will list out the custom fields or Z fields in each table. How can I do this?

Will award points to helpful replies.

Thanks,

V.

Edited by: Vartika Mittal on Oct 11, 2010 1:03 PM

Moderator Message: Two things, 1) Offering to award points is against forum rules. 2) SDN is not here to do your job for you. Thread locked & points unassigned.

Edited by: Neil Gardiner on Oct 12, 2010 8:12 AM

3 REPLIES 3

former_member193284
Active Participant

Hi Vartika,

you can use below tables to find relations between tables and fields and domains. Hope this helps you.

DD01L Domain

DD04L Domain and data element

DD08L Table and field name

DD05S Table and field name

Thanks

Former Member
0 Kudos

beware... Zfieldnames are actually in the SAP namespace. Customer namespace is ZZ, but there is no rigid enforcement, and you will thus find Z fields, ZZ fields and fields that don't begin with Z have been appended by customers.

Former Member

I used table DD03L