on 2010 Dec 24 4:50 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
User | Count |
---|---|
9 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.