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: 

Field BUDAT is under which Field

Former Member
0 Kudos

Dear Guru's

Can any one please tell in which table is Field BUDAT?

Also please tell me how to find this in general, is there any tcode to find it or any process..

thanks in adv

Dev

1 ACCEPTED SOLUTION

Former Member
0 Kudos

General Procedure is:

GO to SE11.

Put the object: In this case BUDAT as the data element.

Then do the Where Used List (CntlShftF3)

6 REPLIES 6

raymond_giuseppi
Active Contributor
0 Kudos

Most important table for BUDAT is BKPF header of financial document, but there are many other tables. (about 200 tables, depending on version and custom tables)

To find those tables : use se84 R/3 Repository Information System, open folders ABAP Dictionary, Fields, Table fields

Regards

ThomasZloch
Active Contributor
0 Kudos

Repository info system (SE90) has the answer to this and many other questions.

choose ABAP dictionary -> fields -> table fields and enter "BUDAT" as field name.

Any bets on how many tables will returned?

Thomas

0 Kudos

Dear Guru's

Thanks a lot for immediate response..

all i can thanks is by assigning points to you ...

Dev

Former Member
0 Kudos

General Procedure is:

GO to SE11.

Put the object: In this case BUDAT as the data element.

Then do the Where Used List (CntlShftF3)

Former Member
0 Kudos

Hi,

go to se11.

Enter the 'BUDAT' in the data element tab and select where used list(located in application menu).

Now the search returns the tables where the field is using.

Regards,

Kishore

Former Member
0 Kudos

Thanks a lot