ā2014 Nov 20 2:38 PM
HI ,
i am working on EHS Module.
i have used Bapi's
BAPI_BUS1077_GETDETAIL ( import -[scenario-1] ,sub_header-[ substance-300000003690].
BAPI_BUS1077_CHANGE
By using this bapi's i will get the data fom GETDETAIL bapi. and making some changes in SUB_HEADER and moving it to CHANGE bapi. but the data is not changing by seeing in the table(ESTRH) or transaction(CG02).
can any one provide the solution for this issue.
Thanks in advance.
ā2014 Nov 20 4:06 PM
do you call Function 'BAPI_TRANSACTION_COMMIT' afterwards (its a must)
i assume you dont get an error message? is the field SUB_HEADER Changeable in Dialog /NCG02? The BAPI only can Change fields that are changeable.
ā2014 Nov 21 6:12 AM
Hi Jorg,
Thanks for your valuable information.
i have used COMMIT bapi, but it is not updated.
Can u please help me which fields are editable in the screen in tcode CG02.
ā2014 Nov 26 8:37 AM
Hi Anji,
What are you trying to update in SUB_HEADER?
After completing BAPI_BUS1077_CHANGE, did you check RETURN parameter? RETURN parameter table contains the info, warning and error messages while trying to change the specification.
Regards,
Kannan Veerapandian.