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

BAPI_OBJCL_CHANGE

Adi_Bathineni
Participant
0 Likes
431

Hi Guru's,

I'm using BAPI_OBJCL_CHANGE for changing the Characteristics,

I'm passing the Parameters as below.

OBJECTKEY = LV_OBJECT

OBJECTTABLE = 'MARA'

CLASSNUM = LV_CLASS

CLASSTYPE = KLART

LV_OBJECT = '0000000000000000715682BATCH1'

LV_CLASS = 'MILL_SD3' - CLASSNUM

KLART = '023' - CLASSTYPE

IF I USE THE ABOVE DATA IN THE SE37 TO EXECUTE , IN THE RETURN TABLE I'M GETTING THE FOLLOWING MESSAGES.

T ID NUM MESSAGE

S CL 506 SAVING CHANGES TO ASSIGNMENTS

S CL 737 ASSIGNMENT CHANGED

IF I USE THE SAME BAPI IN SE38 (FOR MY CUSTOM PROGRAM)

I'M GETTING THE FOLLOWING ERRORS

ENTRY " " IS TOO LONG

THE ASSIGNMENT WAS NOT CHANGED.

Thanks in advance.

Regards,

Adi

1 REPLY 1
Read only

Adi_Bathineni
Participant
0 Likes
362

I got this