cancel
Showing results for 
Search instead for 
Did you mean: 

Read condition record like VK13

Former Member
0 Kudos

Hi ,

I'm looking for a FM that retrieves the condition values similar to transaction:VK13

I have got all the mandatory information like VKORG,VTWEG,MATNR,VKGRP..etc similar to VK13

I tried using the following FM but without success

WV_KOMK_FILL_V

WV_KOMP_FILL_V

CONDITION_RECORD_READ

SALES_PRICE_COND_TYPE_GET

PRICING_GET_CONDITIONS

PRICING_LOAD_CONDITION_TYPS

SD_COND_TYPES_OF_PRICING_PROC

WB2_SD_MAUNAL_PRICING_COND_GET

CONDITION_TYPS_FOR_PRICING

SALES_PRICE_CALCULATE_01

SD_COND_AUTH_CHECK

SD_GET_ALL_CONDTYPE_FROM_KOTAB

Please advise,

Dave

Accepted Solutions (0)

Answers (1)

Answers (1)

od_manikandan
Active Contributor
0 Kudos

Hai,

If you want list all the records for a condition type - You can create Pricing report using T code : V/LA

and maintain the combination which used to maintain the VK11 condition record, in that you can select

Page Header

Group header

Item level

This report can be executed using T code V/LD.

+++

In case of you want use the condition used in a sales document - for printing, reporting, then

Through abap:

1) Pick KNUMV number of the document condition from VBRK and put in KONV table

2) In KONV table select KPOSN and for that line check the particular condition type (JEXP)

3) for that condition type (JEXP) pick the value from field KWERT.

Regards,

Mani

Former Member
0 Kudos

Hi,

Thanks for your answer,

But I need to use the price, that is why I'm looking for a function.

I know how to access the tables (Axxx, KONH, KONP...) but I thought using a function would be a more elegant and solution.

Any other suggestions for a Bapi/Function ?

Thanks again,

D