Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PS module : BAPI_OBJCL_CHANGE and Networks

former_member246786
Participant
0 Likes
343

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?

1 REPLY 1
Read only

former_member246786
Participant
0 Likes
304

Sorry : wich Table not wich BAPI to use