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

uploading pricing conditions using bapi

Former Member
0 Likes
1,084

hi i got requirement that i need to upload pricing conditions for transaction VK15 and the BAPI to be used is BAPI_PRICES_CONDITIONS can any one suggest what are the inputs for this BAPI for creating pricing conditions and which tables it will updated...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
713

Try in KOMV, KOMVD, KONP & KONH.

2 REPLIES 2
Read only

Former Member
0 Likes
713
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  IMPORTING
*"     REFERENCE(PI_INITIALMODE) TYPE  XFELD DEFAULT ' '
*"     REFERENCE(PI_BLOCKNUMBER) TYPE  BAPICRMDH2-BLOCKNO OPTIONAL
*"     REFERENCE(PI_PHYSICAL_DELETION) TYPE  XFELD OPTIONAL
*"  TABLES
*"      TI_BAPICONDCT STRUCTURE  BAPICONDCT
*"      TI_BAPICONDHD STRUCTURE  BAPICONDHD
*"      TI_BAPICONDIT STRUCTURE  BAPICONDIT
*"      TI_BAPICONDQS STRUCTURE  BAPICONDQS
*"      TI_BAPICONDVS STRUCTURE  BAPICONDVS
*"      TO_BAPIRET2 STRUCTURE  BAPIRET2
*"      TO_BAPIKNUMHS STRUCTURE  BAPIKNUMHS
*"      TO_MEM_INITIAL STRUCTURE  CND_MEM_INITIAL
*"  EXCEPTIONS
*"      UPDATE_ERROR
*"----------------------------------------------------------------------

Check the structures via SE11 - should give you some idea.

Edited by: Jacek Zebrowski on Jan 22, 2009 11:54 AM

Read only

Former Member
0 Likes
714

Try in KOMV, KOMVD, KONP & KONH.