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: 

which is the best method to upload data for ME32K transaction

Former Member
0 Kudos

Hi,

I am trying to upload data for service contracts ME32k. The data would contain line item for a given agreement number. And for each of these line items services would be maintained. The services can run up to 4 levels. Under each level there can be n number of line items maintained. Could any one of please let me know if there is any BAPI available to do this. The BDC method looks to be complicated and in some cases impossible as the service level tree will not appear in the screen while recording. Any solutions will appropriately awarded.

example: the agreement number 123456

for this there is a line item 10.

choose this line item 10, go to the menu option services.

here we can maintain different outline levels and there can be 4 sub groups. under each of this subgroup sub line items can be maintained.

Thanks

madhu.

1 ACCEPTED SOLUTION

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can use BAPI BAPI_AGREEMENT_MAINTAIN to change contract.

Regards,

Ferry Lianto

3 REPLIES 3

Former Member
0 Kudos

According to note 434281, there are no BAPIS, but batch input should be possible.

Rob

ferry_lianto
Active Contributor
0 Kudos

Hi,

You can use BAPI BAPI_AGREEMENT_MAINTAIN to change contract.

Regards,

Ferry Lianto

0 Kudos

Hi,

Thanks for the suggestion, But I don't think this function module will solve my purpose. I have checked the parameters of this function module and there is not single one relevent to service item. This BAPI I think is used for creation of Material agreement or material contract. Not the service agreement or contract. As mentioned earlier the service items would be created under each line item of the agreement and it involves multiple hierarchy.

Could you please suggest me a feasible solution.

Thanks

Madhu.