Skip to Content
0
Former Member
May 19, 2010 at 06:21 AM

Probel while selecting data from table

29 Views

Hi,

As per my below code i want to select data from table AFKO where PLNBEZ = it_mat-matnr, and GETRI IS BLANK , but data is not comingin IT_AFKO

**********************CODE

select AUFNR RSNUM GAMNG PLNBEZ From AFKO into table it_afko for all entries in it_mat

where PLNBEZ = it_mat-matnr

and GETRI = ' '.

****************************

regards,

zafar