cancel
Showing results for 
Search instead for 
Did you mean: 

How to find tables used in GNIL component

Former Member
0 Kudos

Hi,

I want to know how to find tables being updated/refered in particular GENIL component/ its specific objects like root or search objects. Also I want to know procedure to find out that components main implementation class and API classes running in GENIL component to read, modify, delete and create data records.

All I have with me is Componet Set and component.

Accepted Solutions (1)

Accepted Solutions (1)

venkata_bharath
Participant
0 Kudos

Hi outhale,

For your question you can find out the information in transactions GENIL_MODEL_BROWSER and GENIL_BOL_BROWSER.

Regards,

Venkat

Former Member
0 Kudos

Hi,

I have checked in those transactions but it only shows structures that are used. It doesn't pin point which table is used.

Thanks for ur suggestion.

venkata_bharath
Participant
0 Kudos

Hi Outhale ,

There is only one answer for all the questions you had asked , that you can find out by Debugging.

Regards,

Venkat

Edited by: venkatabharathv on Sep 19, 2011 2:48 PM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

CRM is designed in a way to keep the UI independent of underlying DB tables. So, there is no one-one relationship exists between BOL/GENIL structure to the DB tables.

having said this, I use ST05 trace usually to track the DB tables.

-Satish