cancel
Showing results for 
Search instead for 
Did you mean: 

Pricing Conditions and related tables information required?

Former Member
0 Kudos

Hello Experts,

I have a few questions regarding the Prcining Conditions:

1. When a create a new condtion using VK11 which all tables get effected?

2. What data exacty does KONH and KONP tables contain?

3. I have to use BAPI_PRICES_CONDITIONS to upload new conditons from a flat file.Before that I have to verify that there are no duplicate enteries already present in the database.For this validation which all tables do i have to check?

Please reply ASAP.

Thanks,

Vipul

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

You can check the field CDHDR and CDPOS in that regards.

Access CDHDR with

OBJECTCLAS = 'VERKBELEG'

OBJECTID = Order_NO[/code]

Now access CDPOS with

OBJECTCLAS = 'VERKBELEG'

OBJECTID = Order number

CHANGENR = CDHDR-CHANGENR

TABNAME = 'KONVC' [/code]

Check fields..

UNIT OLD

UNIT NEW

CUKY OLD

CUKY NEW

VALUE NEW

VALUE OLD [/code]

And all check KONV, KONP and (A0* in SE11) tables.

Regd,

Madhu

Former Member
0 Kudos

Check this thread..

Former Member
0 Kudos

Hi Guyz,

Thanks for your replies.......but my problem is still not resolved.

Can someone please tell me that after running the BAPI_Prices_conditions in which all tables my records should be reflected.

I am currently only seeing my records in A623 ( for my condition type) with nothing in the KNUMH filed.

I need to do both insert new records and update the existing ones also,

Please help me with this

Vipul

Former Member
0 Kudos

Hi,

the tables that you need to check are of series 'A4NN', where NN is a wide range of tables(eg A411), it depends on which SAP implementation you are using the VK11 thing.

Regards,

Nirmal