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 or FM to update ESTRI table in SAP EHS?

Former Member
0 Likes
1,087

Hi all,

I need to update sequence number or ORD field in ESTRI table ( ESTRI table contains, values of all identifiers of CG02) for a given Identification type. Is there any BAPI or FM to update ESTRI table?

Note : Else i need to use modify statement to update the field in ESTRI table , which is not recomended.

Thanks in advance!

Regards,

Sherif

Hi all,

I need to update sequence number or ORD field in ESTRI table ( ESTRI table contains, values of all identifiers of CG02) for a given Identification type. Is there any BAPI or FM to update ESTRI table?

Note : Else i need to use modify statement to update the field in ESTRI table , which is not recomended.

Thanks in advance!

Regards,

Sherif

3 REPLIES 3
Read only

Former Member
0 Likes
832

DId u try with  BAPI_BUS1077_CREATE

Read only

0 Likes
832

Hi Ram,

Thanks for your prompt response , i have not tried yet, but does it update or modify the existing records in the table? i think the FM would create a new record in the table rather than modifying the existing record. Do correct me if am wrong. I would try and let you know.

thanks once again.

Regards,

Sherif

Read only

0 Likes
832

Yes u are right, just came across one for 'CHANGE'  as well its  BAPI_BUS1077_CHANGE

Let me know if this works