cancel
Showing results for 
Search instead for 
Did you mean: 

SLT error while appending table with new field

former_member182537
Active Participant
0 Kudos


Hi Gurus,

Our scenario is as SAP ECC->SLT->Oracle and at the minute DMIS in ECC and SLT is not same.

I am facing some issues when trying to append new field to a table and then in Adv replication setting - have created a rule as well.

For example- I added new field ZTEST of type CHAR to the table but then in transformation i have assigned it constant value of 'ABC' and rule was released without any syntax error, so the code was .below generated -

FORM _RULE_ZTEST_C


  USING


    e_ztest TYPE ANY  .                                "EXPORT PARAMETER



    e_ztest = 'ABC'.



ENDFORM.          "_RULE_ZTEST_C

In mapping value tab assigned Data type in SAP say CHAR to VARCHAR2 in ORACLE and releated  fields information as well.

but we are not able to replicate this to ORACLE via SLT and it fails with error - table not found in master control table list .But when i just appended new field without any rule the field goes to oracle and just when we assign something it fails.

can you advice in attached screenshot what do we have to map in mapping values tab -is that mandatory ?

please advice thanks for help

regards

nilesh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182537
Active Participant
0 Kudos

hi ,

can someone advice please