Hello,
I am doing a select query as following:
SELECT * from RBKP into table it_RBKP where RBSTAT = '3'.
I have one more internal table called it_t01[] which I have prefilled with values of BELNR and GJAHR based on some predefined criteria.
I want to do above select on RBKP only for those BELNR and GJAHR that do not exist in it_t01[] internal table.
How can I do this ?
Thanks.
Regards,
Rajesh.