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: 

BAPI again

former_member404244
Active Contributor
0 Kudos

Hi Experts,

I hope some one sees this on week ends..

I have finalized two BAPI's BAPI_ALM_ORDER_MAINTAIN

and BAPI_ALM_NOTIF_CREATE for the creation of work order and notifiication.

But the problem is BAPI_ALM_NOTIF_CREATE does not have 'sort field' ( EQFNR ) in its structure. Will there be any method of updating this field as EXTENSION_IN parameter is missing for it? any way of updating the missing fields ?

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos

Hi,

Are you trying to update EQFNR in table ILOA?

If you are then please try FM ILOA_UPDATE.

Regards,

Ferry Lianto

0 Kudos

HI ,

But once my notification is created , how can i link that to iloa-eqfnr , i mean what t pass in FM?

I am doing a a conversion and do not have the Primary key data for the table?

Is there any other alternative?

Thanks.

0 Kudos

That FM is direct update..and too risky.

can you one suggest other Fm's ?

thanks.