Hi,
Your where condition is incorrect. Change it as below
data lv_where type string.
CONCATENATE 'EBELN = ' `'` stru_node_ekpo-ebeln `'` INTO lv_where RESPECTING BLANKS.
Regards,
Kiran
Hi,
Your where condition is incorrect. Change it as below
data lv_where type string.
CONCATENATE 'EBELN = ' `'` stru_node_ekpo-ebeln `'` INTO lv_where RESPECTING BLANKS.
Regards,
Kiran