cancel
Showing results for 
Search instead for 
Did you mean: 

Create Events in BOL , BOR

Former Member
0 Kudos

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 

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jose,

Check the type of program where you written the code . It should of type 'include' .

I'm guessing , since you mentioned that if you use 'START_OF_SELECTION' its getting activated , then it could be because of different program type .

Check - Report - > Goto ->Attributes

Regards,

Arun