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

Database table for Pricing Condition

Former Member
0 Likes
1,448

Hi,

Can some one pls help me in finding the database table where I can fetch all the Access Sequences ('A' tables) associated for a particular Pricing Condition.

Regards,

Pankaj.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,139

Hi,

Goto T685 and fetch KOZGF for your condition type(KSCHL) and KVEWE = 'A'.

Goto T682I and fetch KOTABNR vaues for all entries in above selected table based on KVEWE = 'A', KAPPL and KOZGF.

Prefix 'A' to above selected KOTABNR values to get the 'A' tables.

Hope this helps you!!!

Regards,

Ganga

2 REPLIES 2
Read only

Former Member
0 Likes
1,140

Hi,

Goto T685 and fetch KOZGF for your condition type(KSCHL) and KVEWE = 'A'.

Goto T682I and fetch KOTABNR vaues for all entries in above selected table based on KVEWE = 'A', KAPPL and KOZGF.

Prefix 'A' to above selected KOTABNR values to get the 'A' tables.

Hope this helps you!!!

Regards,

Ganga

Read only

Former Member
0 Likes
1,139

Thanks Ganga!