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: 

Table name required

Former Member
0 Kudos

Hi Experts,

I am working with MEK1, For creation new vendor price details. Its creating properly even its displayng fine in MEK3.

But am not able to find the correct Inforecords or database table of these entries. Can any one having idea please tell.

Even i tried with F1 help, its went with a structure there also am not able to find a database table name.

anyone please help this problem.

Mohana

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

while you work with MEK1 befor that ActivateSQL Trace and then perform the transaction and do the process after completion Deactivate the SQL Trace and Display Trace.

You can find all the associated tables related with MEK1.

This will work

procedure-:

Tcode ST05->Activate Sql Trace

new session window Open MEK1..

Regards

Ravi

6 REPLIES 6

Former Member
0 Kudos

Hi,

while you work with MEK1 befor that ActivateSQL Trace and then perform the transaction and do the process after completion Deactivate the SQL Trace and Display Trace.

You can find all the associated tables related with MEK1.

This will work

procedure-:

Tcode ST05->Activate Sql Trace

new session window Open MEK1..

Regards

Ravi

Former Member
0 Kudos

Hi,

T685 is the transparent table for storing Condition Types.

The other related tables can be:

T681V --> Conditions: Usages

T681A --> Conditions: Applications

T681 --> Conditions: Structures

KONA --> Rebate Agreements

T6B1 --> Rebate : Rebate Agreement Types

Hope this helps you.

Former Member
0 Kudos

Hi,

Check table T681B

Hope it helps.

Regards,

Sachin

0 Kudos

Hi,

If you might used F1 on any field and it might have taken you to a structure.

In the structure against that field you can find a data element .

Just double click on the data element and now try to find Where used list for this data Element.

In the search criteria just restrict it to Data Base tables only.

A list of tables will be displayed. Just search all these tables if any of them serves your purpose.

GauthamV
Active Contributor
0 Kudos

Check A017 table.

Former Member
0 Kudos

Hi all,

I got the solution.. The answer is A018.

Thnx for providing ur valuble timings.

Mohana