cancel
Showing results for 
Search instead for 
Did you mean: 

Tables for VK11 and VBO1

former_member231409
Participant
0 Kudos

Dear All,

we have a requirement,we need to check the logging as per the Tcodes. For that reason, i want to know what the tables are used in the background for the below TCodes.

VK11- Create Condition

VK12- Change Condition

VBO1 - Create Rebate Agreement

VBO2 - Change Rebate Agreement

regards

santosh

Accepted Solutions (0)

Answers (4)

Answers (4)

Jelena
Active Contributor
0 Kudos

Not sure what's the point of such "logging" but the tables may be identified using SQL Trace (ST05). Naturally, this would show the tables that are accessed when specific actions are performed. I doubt it would be feasible to have a complete list of absolutely all the tables (and, again, not sure what purposes this could possibly serve).

Former Member
0 Kudos

Hi SK

You may take reference of below mention thread regarding Rebate Agreement

http://scn.sap.com/thread/1295915

Hope this will help you

Regards

AJC

Former Member
0 Kudos

Dear Santosh

Pricing Data Dictionary Tables:

KONH:Condition Record Header/Condition Record Scale info.

KONP: Condition Record Item

KONM:Conditions (1-Dimensional Quantity Scale)

KNOW: Value Scale

AXXX :  Pricing Condition Table

KOTNXXX : Free Goods Condition Table

KOTEXXX : Rebate Condition Table

(XXX = Table Number)

Thanking you!

Ashish Mishra

0 Kudos

create condition - table  KONP

Rebate agreement KONA

regards

eswar

former_member231409
Participant
0 Kudos

Dear All, in addition to my above queastion, apart from the below tables, is there any other tables are used for the Tcode VK11,VK12,VBO1 and VBO2

for VK11 and VK12 is  KONV , KONP and KONH

Tables for VBO1 and VBO2 is KONA,  KOTE001,KOTE002, KOTE003

Kindly Reply