cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to change Specification in EH&S

Former Member
0 Kudos

Hi Andreas

I want to know is there any difference in using C1F2_SUBSTANCES_READ_WITH_REF to read out property data and

BAPI_BUS1077_GETDETAIL

Also I came across the following 2 Bapi's an alternative for C1F2_SUBSTANCE_UPDATE

BAPI_BUS1077_CREATE : To create any new value for the Property

BAPI_BUS1077_CHANGE : To change any existing value for the property

Had anyone tried this.. Please let me know some tips about this Bapi.

Appreciate your help

David

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member665351
Discoverer
0 Kudos

by using C1F2_SUBSTANCES_READ & C1F2_SUBSTANCES_UPDATE we can change inactive records status.

former_member665351
Discoverer
0 Kudos

Hi All,

I want change Status for inactive record by using this BAPI: BAPI_BUS1077_CHANGE.

Please let me know how it possible to change Status for invalid records.

So that it will help for me.

former_member665351
Discoverer
0 Kudos

Hi All,

Can you please help on above issue for solution by using BAPI_BUS1077_CHANGE.

Former Member
0 Kudos

Hi David,

there is not much difference in the use of the C1F2 APIs and the BAPIs. Just the interfaces are different. Internally in the BAPI is calling the C1F2 APIs.

Maybe the use of the BAPIs is a bit easier, because the documentation is better.

Regards,

Andreas