Hi Harshit,
I'm not sure the tests your doing to test the emptiness of your internal tables before doing a FOR ALL ENTRIES are correct.
I generally use a
IF IT_DFKKOP[]IS NOT INITIAL
insteadt of
IF IT_DFKKOP IS NOT INITIAL
Regards,
Frederic
Hi Harshit,
I'm not sure the tests your doing to test the emptiness of your internal tables before doing a FOR ALL ENTRIES are correct.
I generally use a
IF IT_DFKKOP[]IS NOT INITIAL
insteadt of
IF IT_DFKKOP IS NOT INITIAL
Regards,
Frederic