cancel
Showing results for 
Search instead for 
Did you mean: 

Mass tax code update on contracts (transaction me32k)

Former Member
0 Kudos

Hi there,

Is it possible to do a mass tax code update on a group of contracts under transaction ME32K? I can't see a CATT script or BDC working since there could be dozens of outline agreement items per contract.

Any input would be appreciated! Suggestions specific to 4.6c preferred, but I would still be interested in solutions for higher level versions as well (such as ECC 6.0).

Thanks,

L

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

FYI I have this figured out.

I use logical dabatase 'ENM' to read all of the purchase orders and their associated agreements.

I then use function module 'BAPI_AGREEMENT_MAINTAIN' to actually maintain the tax codes on the orders.

Thanks for all your help.

L

Former Member
0 Kudos

No it cant be posible for mass update for contract

it can be done for purchase order

but u can used SCATT for this or LSMW

reward if usefull

Former Member
0 Kudos

Ok I think the function module 'BAPI_AGREEMENT_MAINTAIN' should do what I need. I just need to find the right way to load the structures to run the function.

I don't see a 'bapi_agreement_display' or equivalent so far. Is there a logical database that reads this information?