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: 

can any one give me reply for this

Former Member
0 Kudos

creuser,credate,driver these fiels are primary key for which table.

1 REPLY 1

Former Member
0 Kudos

goto any table containing these fields and look at check table...

goto se84->abap dictionary->fields and enter these field names.... u will get list of tables.... now goto se11 and enter any of these tables.... goto the required field and check if the check table column is filled....

else.. double click on the field... u will find check table name...

that means this field is primary key in that table(check table).

Regards

Vasu