Hi all,
I have done following code in user exit EXIT_SAPLMV02_002 inside function module IDOC_INPUT_MATMAS01.But for some reason classification view is not getting created and following errors are observed-
CALL FUNCTION 'BAPI_OBJCL_CREATE'
EXPORTING
objectkeynew = objectkeynew1
objecttablenew = 'MARA'
classnumnew = wa_classnumnew1
classtypenew = classtypenew1
STATUS = '1'
STANDARDCLASS =
CHANGENUMBER =
KEYDATE = SY-DATUM
NO_DEFAULT_VALUES = ' '
IMPORTING
CLASSIF_STATUS =
TABLES
ALLOCVALUESNUM =
allocvalueschar = allocvalueschar1
ALLOCVALUESCURR =
return = return1
ERRORS-
Table not supported for class type.
Please help to resolve this issue.or let me know the table object for class type.
Thanks.
.
Edited by: sanu debu on Apr 21, 2009 12:52 PM