cancel
Showing results for 
Search instead for 
Did you mean: 

Condition Record

Former Member
0 Kudos

Hi Gurus,

How do we know the table names and the feild names, for ex: I want to know the tables that are accessed when I try to create a condition record say pr00 and also how the feilds are populated in the transaction

regards,

pavan

Accepted Solutions (0)

Answers (5)

Answers (5)

VijayasekarK
Active Participant
0 Kudos

Hi Pavan ,

When you create a Sales Order and save the same , the condition details are stored in the table KONV.

The relation between VBRP ( Sales order billingItem table ) and KONV is as follows....

Pass VBRP-KNUMV to KONV-KNUMV to get the condition details like amout ....

-


When you enter a condition type in Sales order , various tables like T681A , T685A are referenced in background and according to the amout you have entered the calcualtion is done .....

Hope it helps......

Regards,

Vijay

Former Member
0 Kudos

hi,

just to add , usually tables names can be searched with SE84, because in some cases if you press F1 and F8, you may get structure name. In that case if you take field name and go to SE84, there you can find out table name under ABAP dictionary.

pl reward if it helps.

Thanks,

Sadhu Kishore

Former Member
0 Kudos

Hi Pavan,

You can get to know the field names and table by clicking on F1 - Technical information , ystem will display the field name & the table.

All the fields are basuically stored in a table, if you want to see tables go to Se11 and if you want to chcek the table entries go to SE16

Regards

Srini

Former Member
0 Kudos

hi pavan,

click F1 on a field and then select the technical data to know the table name. But this same field can exist in more than one table, for which you need to go SE84 and then select the where used list. Depending on the context and the requirement we need to understand from which table, a particular filed is being called.

Hope it helps.

thanks,

Sadhu Kishore

Former Member
0 Kudos

Hi Pavan, if you want to know the filed names... put press F1 on the field and check technical data.. you will get field names and program name...

Hope it helps you

Ramki