Skip to Content
0
Former Member
Jun 25, 2009 at 03:34 AM

fetch records

142 Views

Hi,

I hav one internal table itab1 with all cust num's.

i hav another itab2 there i wanna place all related fields of the cust by using itab1-kunnr.

i wrote a select statement with sme inner joi conditions.

so, when it satisfies all conditions only data is displaying. if any of the condition is failed in select stmt, i coudlnt able to get atleast one field.

is ther any possibility to find for which kunnr the condition is failing?

kindly let me knw