cancel
Showing results for 
Search instead for 
Did you mean: 

FM: C1F5_SPECIFICATIONS_MODIFY Performance

Former Member
0 Kudos

Hello SAP Gurus,

We have a requirement to create new remote function module which should in turn call STD function module C1F5_SPECIFICATIONS_MODIFY to update product safety/ substance information (EHS-Product Safety).

We would like to know the advantages/limitations of implementing the FM: C1F5_SPECIFICATIONS_MODIFY over calling BDC for CG02 transaction to update the product safety/ substance information.

If anyone has implemented this FM: C1F5_SPECIFICATIONS_MODIFY, please share your experience.

Thanks in advance.

Regards

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

JuanCarlosDelga
Contributor
0 Kudos

Hi Vijaya.

The transaction CG02 uses controls, you can't populate the properties tree, try to use the function module BAPI_BUS1077_CHANGE instead.

Check the transaction BAPI for documentation.

Regards

JCD

christoph_bergemann
Active Contributor
0 Kudos

Hello Vijaya.

please go on as Juan proposed. The FMs

C1F5_SPECIFICATIONS_MODIFY ( (e.g. http://www.se80.co.uk/sapfms/c/c1f5/c1f5_specifications_modify.htm) )

C1F5_SPECIFICATIONS_READ

and

C1F5_SPECIFICATIONS_DELETE replace the old ones

C1F2_SUBSTANCES_CREATE

C1F2_SUBSTANCES_DELETE

C1F2_SUBSTANCES_READ

C1F2_SUBSTANCES_READ_WITH_REF

But the C1F5 once are not released to be sued by customer (If I remember correct).

BAPI_BUS1077_CHANGE

BAPI_BUS1077_CREATE

and

BAPI_BUS1077_DELETE

are released to be used by customer.

With bets regards

C.B.

Edited by: Christoph Bergemann on Dec 24, 2010 1:34 PM

christoph_bergemann
Active Contributor
0 Kudos

Hello all

if you make a survey in SAP marketplace you will find a number of useful OSS regarding use of:

BAPIs

APIs

etc.

in connection with the topic "Performance" Therefore you should use as search criteria in SAP marketplace "performance" with APIs as mentioned or with the BAPIs.

Additionally there are further OSS available talking about EH&S buffering of data (LUWs etc.). These are improved from time to time so you should check regularly SAP marketplace

With best regards

C. B.