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

Function module that creates pricing condition

Former Member
0 Likes
1,837

Hi !

I am looking for 1 or 2 function modules with which I can read condition record and create condition record ?

I want to reproduce the transaction call VK11 / VK13 (or more generally XK15)

Does the function SALES_PRICE_READ & BAPI_PRICES_CONDITIONS really works

Does someone have an idea ?

Thanks in advance,

Maxime

3 REPLIES 3
Read only

Former Member
0 Likes
1,166

its works 'BAPI_PRICES_CONDITIONS'

Read only

0 Likes
1,166

Hi,

Ok thanks, do you know which information are mandatory :

PI_INITIALMODE (Not mandatory ?)

PI_BLOCKNUMBER (Not mandatory ?)

PI_PHYSICAL_DELETION (Not mandatory ?)

Tables

TI_BAPICONDCT

TI_BAPICONDHD

TI_BAPICONDIT

TI_BAPICONDQS

TI_BAPICONDVS

TO_BAPIRET2

TO_BAPIKNUMHS

TO_MEM_INITIAL

I just want to create a price in a table Axxx / konh / Konp

And I did not find to make it work.

Thanks in advance,

Maxime

Read only

former_member376453
Contributor
0 Likes
1,166

Hi You can try FM: BAPI_PRICES_CONDITIONS

You can also try to work with : IDOC_INPUT_COND_A, this is actualy the FM works for condition record COND_A. Try with this one.

Kuntal