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

UI Components Properties, Methods, Functions, etc..

Former Member
0 Likes
504

Hello everyone,

I have been trying to find the table on SAP that stores the UI components properties, methods, functions, etc..

As far as i know the Metadata Repository (RSA1) is in charge of managing these information, but is there any table that has this data?

Doing some research i found that table TADIR contains the Directory of Repository Objects, and querying to the table i found lot of information, unfortunately i dont understand it.

So, i dont know if somebody has a document, that explains how SAP manages the UI components (buttons, radio buttons, grids, etc..) and where is this information recorded?

If somebody knows something else that could help me, please let me know or contact me at guillermo.riojas@gmail.com

Thanx in advance,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
457

Guil,

Basically TADIR is the table which contains the object information.

Every object developed in SAP is associated with program id, object type and object name and that is the information which is stored in TADIR.

If you are looking for UI components, FM's etc, I dont think one exists in SAP. If you come across that, please let the forum know. It will be very helpful.

Thanks,

2 REPLIES 2
Read only

Former Member
0 Likes
458

Guil,

Basically TADIR is the table which contains the object information.

Every object developed in SAP is associated with program id, object type and object name and that is the information which is stored in TADIR.

If you are looking for UI components, FM's etc, I dont think one exists in SAP. If you come across that, please let the forum know. It will be very helpful.

Thanks,

Read only

Former Member
0 Likes
457

Sorry i made the wrong question.

I'll try to explain it.

Im using SECATT for functional testing, and recording some actions in the transaction MB01, i realized that SECATT, gives different names to the fields. For example:

For the tcode MB01, program 'SAPMM07M' and screen 200.

The field "Movement Type" field is named 'RM07M-BWARTWE'

As far as i know the RM07M is the name of the structure which is stored in memory during the execution of the program. Now, my first question is, the field BWARTWE, where is it? , because i couldnt find it in the sap table.

and my second question is, is there any place where sap records the relation between the fields that the structure uses and the field of the table that will saved the data?

Any suggestion or help is welcomed. If somebody has any documentation realted with this issue, please let me know, i will really appreciated.

Thanx in advance.