‎2006 Jul 21 8:38 AM
Hi,
I would like to update the characteristic of a network (PS module). I try to use the BAPI_OBJCL_CHANGE function but I'm not able to found the table it's waiting for:
I try with these parameters :
CALL FUNCTION 'BAPI_OBJCL_CHANGE'
EXPORTING
OBJECTKEY = lw_objkey
OBJECTTABLE = 'INNOB'
CLASSNUM = lw_eastwood
CLASSTYPE = GK_021
IMPORTING
TABLES
ALLOCVALUESNUMNEW = LI_NUM
ALLOCVALUESCHARNEW = LI_CHAR
ALLOCVALUESCURRNEW = LI_CURR
RETURN = LI_RETURN.
But I have an error cause INNOB isn't the good table. Could you tell me wich BAPi to use?
‎2006 Jul 21 8:39 AM