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

insert new condition type in billing document using BAPI

Former Member
0 Likes
1,285

Hello Experts,

How to insert new condition type in billing document using BAPI?

Clients requirement to add a new condition type in billing after generation of billing using abap program.

The requirement is based on billing document numbers.

Is it possible to add new condition type using BAPI?

-- Ritesh Inamdar

2 REPLIES 2
Read only

kiran_k8
Active Contributor
0 Likes
670

Ritesh,

Usually we maintain the Condition Type in the Pricing Procedure and make it active or deactive using a Custom Routine in VOFM.Never heard of a requirement which needs to get this done using a BAPI.

It is more surprising that you need that based on a Billing Document Numbers which I assume based on a number range.Usually it will be based on Company Code/Sales Area/Customer/Material which will be achieved through a Custom Routine in VOFM.Let's see what experts say.

K.Kiran.

Read only

Former Member
0 Likes
670

Kiran Sir,

Actually I wish to update condition value in billing by adding new condition record for parked invoices.

The condition type is already available in system (ZF00).

Please suggest BAPI function module to update condition value by adding condition record in billing

Thanks.

Ritesh