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

BAPI_ALM_ORDER_MAINTAIN with TECHNICALINCOMPLETE

SyambabuAllu
Contributor
0 Likes
1,365

Hi Experts,

I have successfully implemented BAPI_ALM_ORDER_MAINTAIN with method value 'TECHNICALCOMPLETE'.

Now,I have to implement same BAPI with method value 'TECHNICALINCOMPLETE'.

As per the FM documentation below are the methods available.

Can you please suggest how to implement new method if it possible or else any other FM is available for the same.

Thanks,

Syam

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,303

Hi Syam

Using this i dont think so its possible. But if you drill down the BAPI and see how it sets complete status you will find it uses FM STATUS_CHANGE_INTERN_MULTI in inlcude LCOIHFH7. You can use this but you will have to do all the validations carefully.

Nabheet

Hi Experts,

I have successfully implemented BAPI_ALM_ORDER_MAINTAIN with method value 'TECHNICALCOMPLETE'.

Now,I have to implement same BAPI with method value 'TECHNICALINCOMPLETE'.

As per the FM documentation below are the methods available.

Can you please suggest how to implement new method if it possible or else any other FM is available for the same.

Thanks,

Syam

5 REPLIES 5
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,304

Hi Syam

Using this i dont think so its possible. But if you drill down the BAPI and see how it sets complete status you will find it uses FM STATUS_CHANGE_INTERN_MULTI in inlcude LCOIHFH7. You can use this but you will have to do all the validations carefully.

Nabheet

Read only

0 Likes
1,303

Hi Nabheet,

Thanks for you quick response.

Can you please explain in detail with steps above your post.

I think it's not related to STATUS.Can we find method variable value is 'TECHNICALINCOMPLETE'.

Thanks,

Syam

Read only

0 Likes
1,303

Techincally complete TECO is the status. Go inside the FM call in this BAPI. then search for your method name gloablly you will see. the place where it is called:)

Nabheet

Read only

0 Likes
1,302

Hi Nabheet,

I want BAPI for method value 'TECHNICALINCOMPLETE', Can we use same BAPI for the same or can you suggest any other BAPI available which implements method value 'TECHNICALINCOMPLETE'

Ref: Method 'TECHNICALINCOMPLETE' is not available in below program.

Thanks,

Syam

Read only

0 Likes
1,302

Yes that is why i have mentioned a function module which can help in setting the status in my previous post.