‎2006 Jun 15 8:01 AM
Hi friends ,
I have created on RFC in R/3 to update saftystock in MARC table . when i execute this in SE37 it is updating the MARC table . The proble is when i execute this RFC from BW system with the
CALL FUNCTION 'ZSCPI033' destination 'TCOCLNT101'
EXPORTING
BAPI_HEAD =
BAPI_MARC1 =
BAPI_MARCX =
IMPORTING
BAPI_RETURN = V_RETURN1
TABLES
INT_MAT = t_process
.
It is updating the record in MARC table of R/3 system with the value 0. BAPI_return type is showing 'S'.
can anybody help me on this pls.
Regards
prithvi.
‎2006 Jun 15 8:04 AM
‎2006 Jun 15 8:04 AM
‎2006 Jun 15 8:20 AM
‎2006 Jun 15 8:26 AM
Hi
Kindly do coding
put a COMMIT WORK after the RFC
if l_failure = 'X' .
rollback work .
message i000 with reservation ' : Data not saved! '.
else.
commit work .
message s000 with reservation
' : successfully saved! '.
endif.
Reward points...for your query answered