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_PRICES_CONDITIONS

Former Member
0 Likes
1,220

Hi,

Please tell me how to delete condition records from VK13 using BAPI_PRICES_CONDITIONS.

Thanks in Advance

Meenu

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,096

Please let me know what data are we suppose to pass to the BAPI BAPI_PRICES_CONDITIONS to delete the condition records from the database. I want to use this BAPI in my custom program. Or Please let me know if there is any other Function Module or BAPI available to do the same.

Hi,

Please tell me how to delete condition records from VK13 using BAPI_PRICES_CONDITIONS.

Thanks in Advance

Meenu

5 REPLIES 5
Read only

Former Member
0 Likes
1,096

HI meenu,

gues you are talking about Pricing condition record.

You can delete a condition record in VK11 mode. But it will be only mark for deltetion. If you want to delete it completely. Go to IMG> SD->Basic Function> Pricing--> Pricing control --> Condition Type --> Maintain Condition type..Here in master Date there is a check box (delete fr. db.) where you will get 3 options. Select With Popup.

It will delte compltely

thanks

karthik

reward me if usefull

Read only

Former Member
0 Likes
1,096

I want to delete the condition records through my program using some BAPI. Please let me know how to do this..

Read only

0 Likes
1,096

HI,

GIVE YOUR PROGRAM

THANKS

KARTHIK

Read only

Former Member
0 Likes
1,097

Please let me know what data are we suppose to pass to the BAPI BAPI_PRICES_CONDITIONS to delete the condition records from the database. I want to use this BAPI in my custom program. Or Please let me know if there is any other Function Module or BAPI available to do the same.

Read only

0 Likes
1,096

Use the function module RV_CONDITION_copy, it has the option to delete the condition records.