Hi
Lets say ODS - A is loaded with data.
I deactivate the ODS - A.
when I'm loading another ODS - B. In my update rules I access ODS A. Since ODS - A is inactive, my select statement will return a sy-subrc as non zero???
what sy-subrc will I get.
Please no guess answers.
Thanks for your answer.
Bye Meps
Hi Meps,
since the table /BI*/A<ODS Object name>00 doesn't exist the database will give an error like "table or view doesn't exist", this will typcially result in a sy-subrc not equal zero, depending on how you implement it. If you first check the data dictionary for existence of the table you will not get any error message at all. So the easiest thing for you to do is write a test report and put your select as you would like to have it on a non-existing table and debug.
REgards, Klaus
Add a comment