Application Development 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: 

MSGFN - possible operations for BAPI_PRICES_CONDITIONS

milascon_daniel
Participant
0 Kudos

Hi experts,

i'm using function BAPI_PRICES_CONDITIONS for creating price conditions.

Price conditions contains KUNNR and MFRNR fields.

When i want to create a new condition record, if there is an old condition it always make an update - it does not create a new record.

It's possible when i call BAPI_PRICES_CONDITIONS to create a new condition record even if an old record exist in A*** table?

Table bapicondct from function BAPI_PRICES_CONDITIONS contain a field called operation. For this field i'm giving value 009.

What are possible values for this field?

Thank you.

1 ACCEPTED SOLUTION

former_member188827
Active Contributor
0 Kudos

003 Delete: Message contains objects to be deleted

004 Change: Message contains changes

005 Replace: This message replaces previous messages

009 Original: First message for process

023 Wait/Adjust: Data should not be imported

018 Resend

you can display domain 'MSGFN' in se11 and click on value range tab to check values

Edited by: abapuser on Aug 18, 2009 12:03 PM

4 REPLIES 4

former_member188827
Active Contributor
0 Kudos

003 Delete: Message contains objects to be deleted

004 Change: Message contains changes

005 Replace: This message replaces previous messages

009 Original: First message for process

023 Wait/Adjust: Data should not be imported

018 Resend

you can display domain 'MSGFN' in se11 and click on value range tab to check values

Edited by: abapuser on Aug 18, 2009 12:03 PM

0 Kudos

I've tried all of those values .... none of those values doesn't make an insert.

How could i make a new record ?? Does anybody know ?

Former Member
0 Kudos

hii,

Hi,

One Option could be to delete the existing Condition Record and Create a New One with New no.

Refer :

regards,

Shweta

Former Member
0 Kudos

HELLO,HAVE YOU SOLUEVED THIS QUESTION YET?

I MET THE SAME QUESTION

COULD YOU GIVE ME A SUGGESTION