Hi Guys,
I am uploading data using DBconnect from a view in Oracle database of NON sap system. I am loadign data into ODS object. I have a info object ZC_DOCTYP and field name in view is DOCTYPE.
I have mapped it one to one in Transfer rules. I only want to Load data where DOCTYPE is only of value 98 to ODS .
I have created a START ROUTINE in update rules
DELETE DATA_PACKAGE WHERE /BIC/ZC_DOCTYP <> 98.
Can you please tell whether my routine is correct or not. But ZC_DOCTYP info object is not in my ODS object.THIS info object i have added to communication structure. I just want to use DOCTYPE for filtering.
Regards,
Baljit Singh