Hi
tables : zsj_order.
start-of-selection.
select single * into corresponding fields of zsj_order from
zsj_order where belnr = '11009768'.
write: sy-subrc,zsj_order-vtext.
I have created one program there while I am testing belnr = '11009768' it is giving correct result, when I am trying through se11 option and giving same belnr no. but it is not giving me any result if I am giving '11009768' or '11009768' in se11 it will give me correct result. Field type belnr is BELNR_D char 10
Regards
Sebastian John