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

Export Material and Price Data

Former Member
0 Likes
719

Hi SAP Experts,

I found two ways to implement a Master Material and Price Export to an external system, first with IDOC MATMAS01 and Idoc COND_A with an enhancement VKOE0001 PRICING CONDITION.

Here I don't know how I can match a material with tht sales price?

And the second one with the BAPI. But how I create a BAPI for Material and Sales Price?

And which is the better way?

Thanks and Bye,

Frederic

Hi SAP Experts,

I found two ways to implement a Master Material and Price Export to an external system, first with IDOC MATMAS01 and Idoc COND_A with an enhancement VKOE0001 PRICING CONDITION.

Here I don't know how I can match a material with tht sales price?

And the second one with the BAPI. But how I create a BAPI for Material and Sales Price?

And which is the better way?

Thanks and Bye,

Frederic

4 REPLIES 4
Read only

Former Member
0 Likes
659

Frederic,

you can use BAPI_MATERIAL_SAVEDATA.

pass sales view in BAPIMATHEAD and sales data in BAPI_MVKE.

Amit

Read only

0 Likes
659

Amit,

can you please explain me that more detailed?

What is the BAPIMATHEAD and how can I have a look on it?

Where I can find the BAPI_MVKE to have a look on it?

Maybe you can help me.

Bye

Frederic

Read only

0 Likes
659

open BAPI_MATERIAL_SAVEDATA in se37 and read the documenttation first.

What is the BAPIMATHEAD and how can I have a look on it?

Where I can find the BAPI_MVKE to have a look on it?

you can see these in inport parameter which you must pass as you want to both material and sales price.

Amit.

Read only

0 Likes
659

Amit,

it seems that the FU BAPI_MATERIAL_SAVEDATA is only for Create and Change Material Master Data. Is that correct?

I've following Use Case, I will send e.g. one Material with the sales price to an external system (later all material with their sales price). And for that case I'm searching for a solution. Can you bring me on the correct way to implement something like that.

I would be very pleased if you can help me.

Bye,

Frederic