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

Function Module to save data to table AFIH during Service Order creation

Former Member
0 Likes
1,537

Function Module to save data to table AFIH during Service Order creation

Does anyone konw how can I save data to table AFIH and PMSDO during Service Order creation/change? Please help. Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,077

Hi,

You can use Function Module 'BAPI_ALM_ORDER_MAINTAIN'.

Hope this may be useful.

Regards,

Sravanthi

4 REPLIES 4
Read only

Former Member
0 Likes
1,077

Hi Ayem,

Can you explain the scenario a little bit more. The Table names that you mentioned are not available in the CRM System. Can you tell me in which system are the tables available ?

Thanks and Regards,

Samantak.

Read only

0 Likes
1,077

This message was moderated.

Read only

Former Member
0 Likes
1,078

Hi,

You can use Function Module 'BAPI_ALM_ORDER_MAINTAIN'.

Hope this may be useful.

Regards,

Sravanthi

Read only

0 Likes
1,077

Thanks Sravanthi. But I still have some more issue with this BAPI. 'Coz I my requirement is to add a new screen enhancement. So I created additional custom fields to table AFIH. This is my problem, I can't find ways to update those fields.

When I looked in your BAPI, I can't find ay structure there that includes those custom fields for update. Do you have more idea on this? Any reply will be highly appreciated.