Application Development 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: 

Reg: Price Condition VK11 _ BAPI/FM

Former Member
0 Kudos

Hi,

May i know what is the BAPI / FM to create Condition (VK11).

Arun.d

2 REPLIES 2

Former Member
0 Kudos

Hi check this link

Former Member
0 Kudos

CALL FUNCTION 'BAPI_PRICES_CONDITIONS'

TABLES

ti_bapicondct = lt_bapicondct

ti_bapicondhd = lt_bapicondhd

ti_bapicondit = lt_bapicondit

ti_bapicondqs = lt_bapicondqs

ti_bapicondvs = lt_bapicondvs

to_bapiret2 = lt_bapiret2

to_bapiknumhs = lt_bapiknumhs

to_mem_initial = lt_cnd_mem_initial

EXCEPTIONS

update_error = 1

OTHERS = 2.

IF sy-subrc <> 0.

-Write the message here-

MESSAGE e001 WITH text-e02.

ENDIF.