Goutham,
Are you able to fix the issue?. I tried all the options as per the note 2130431 still I am getting same error.
Let me know if you have any inputs to resolve the issue.
Error Message:
The following error messages occurred on: 05/31/2016 07:51:14
Failed to create triggers for table MARC with logging table /1CADMC/00000284
RFC destination: SLT_S_SAPECC
Database connection: R/3*
SQL statement: CREATE TRIGGER "XXXXXX"."/1LT/00000284INS" AFTE R INSERT ON "SAPABAP1"."MARC" REFERENCING NEW ROW NEW FOR EACH ROW BEGIN /* UTC_TIMESTAMP 2016053119 5114*/ IF ( :NEW.MANDT = '200' ) THEN INSERT INTO
"XXXXX"."/1CADMC/00000284" ( "IUUC_SEQUENCE" , "IUUC_TIMESTAMP" , "IUUC_PROCESSED" , "MANDT" , "M ATNR" , "WERKS" , "IUUC_OPERAT_FLAG" ) VALUES ( "SAPABAP1"."SEQ_/1CADMC/00000284".NEXTVAL, to_char
(CURRENT_UTCTIMESTAMP, 'yyyymmddhh24missFF7'), ' ' , :NEW."MANDT", :NEW."MATNR", :NEW."WERKS", 'I'); END IF; END;
/1LT/00000284INS trigger creation failed for table MARC
nesting depth of trigger and procedure is exceeded : maximum nesting depth 8, trigger XXXX./1LT/0 0000284INS on table XXXX.MARC
Thanks,
Sunny.