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

BAPI for VK33?

Former Member
0 Likes
1,723

Hi,

I'm searching a BAPI to display a list of prices for a material like the transaction vk33.

Thank You

Julie

Hi,

I'm searching a BAPI to display a list of prices for a material like the transaction vk33.

Thank You

Julie

7 REPLIES 7
Read only

Former Member
0 Likes
1,668

check BAPI_PRICES_CONDITIONS

also chk these fms.

RV_VIEWS_FOR_CONDITIONS

PRICING_GET_CONDITIONS

Read only

0 Likes
1,668

I need to obtain a list of material price like VK33 produce.

Input information :

Sales organization

Distribution channel low

Distribution channel high

Document currency

Condition type

Valid on

Output information :

List of prices by material and distribution channel

I've tried to display the bapi PRICING_GET_CONDITIONS with the transaction SE37 and my client SAP ECC 6.0 gave me "No vendor specified"

Can I find this BAPI documentation (Tabs Imports Exports and Tables are the most important) somewhere?

Thank You for Your Help

Read only

0 Likes
1,668

Hi.. Try the following FM's

RV_VIEWS_FOR_CONDITIONS

PRICING_GET_CONDITIONS

BAPI_CMPGN_DET_CONDITIONS

BAPI_FREEGOODS_CONDITIONS

BAPI_LISTING_CONDITIONS

BAPI_PRICES_CONDITIONS

BAPI_FTR_CONDITION_CHANGE

BAPI_FTR_CONDITION_CREATE

BAPI_FTR_CONDITION_DELETE

BAPI_FTR_CONDITION_GETLIST

And here is the sample code for BAPI_PRICES_CONDITIONS

Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code

Cheers

Edited by: Rob Burbank on Mar 22, 2010 4:25 PM

Read only

0 Likes
1,668

I'm not able to find all the input data that I need in the BAPIs you listed.

I'm not able to execute one of these and have results....

Do you know if it's possible to see the source code of VK33 to know exactly what BAPI is used?

Read only

0 Likes
1,668

Hi Julie,

The program for VK33 - SAPMV13A

Check this out for source code.

http://www.cnblogs.com/wiele/archive/2007/09/29/910349.html

Cheers

Read only

0 Likes
1,668

What is the purpose of the source code report you gave me, I'm not sure to understand the ling with VK33 - Price List.

Thank You

Read only

0 Likes
1,668

Hi,

You asked for the source code for VK33.

Put a breakpoint in call function and see which BAPI has been called..

Cheers