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

Problem in the function module RV_CONDITION_COPY

Former Member
0 Likes
735

Hi Experts,

In standard vk11 if i enter wrong unit of measurement, than it is prompting me the

conversion facotor when creating coondition record.

We have cretaed the zkv11 transaction by calling function module RV_CONDITION_COPY.

But if i pass RV_CONDITION_COPY wrong unit of mesaaurement, it is updating  the konp table.

But in the sales order this price will be in the inaactive status.

I debugged both standard and ztransaaction,, bith calling the same program, with many include.

But the flow of the both is different.

In standard program where it is reaching to the call popup, ztransaction is not reaching there...

any one any suggestion...

Regards,

Udupi

3 REPLIES 3
Read only

SreekanthKrishn
Contributor
0 Likes
614

Hi,

First of all, please mention the purpose of creating a Z t-code.

If Z t-code is really required, you can create a program and call BAPI BAPI_PRICES_CONDITIONS to create condition record.

Thanks,

Sreekanth

Read only

0 Likes
614

To upload the mass material, which is coming flat file.

Program reads the data and populate through function module RV_CONDITION_COPY.

Regards,

Zubera

Read only

0 Likes
614

Did you get a chance to try BAPI BAPI_PRICES_CONDITIONS.?