Hello SLT Experts ,
Depending on the values of a first table I want to use a filter in a second table during the migration , I have found
this piece of code in BOL which it is suppose allow me to read the info of a specific table in this case VBRK
select * from dmc_acspl_select into table lt_acspl_select where migr_obj_alias = 'VBRK'
I have tried to put this code but I am not even able to active it ..., I get statement not accesible , I try to activate the whole function group no luck , same error , use start-of-selection but during migration I get an error .
Do you know what the problem is ? Is there any documentation about programing the includes ? the structures ? etc available regarding this topic somewhere . ?
thank you very much