2010 Apr 13 8:14 PM
Hello All,
i am using Read_Text to read PO text and internal text for materilas.If a material doesnt have any of this text the Fm gives error and stops there without proceessing the next material.how to overcome this?
Thanks.
Rakesh.
2010 Apr 13 8:31 PM
Hello Rakesh,
May be you are using sy-subrc check after the FM, comment that code
if sy-subrc eq 0.
comment here.
endif.
use the output parameters for error handling.
Replay me if is not suufice ur requirement
Thanks
RK
2010 Apr 13 8:31 PM
Hello Rakesh,
May be you are using sy-subrc check after the FM, comment that code
if sy-subrc eq 0.
comment here.
endif.
use the output parameters for error handling.
Replay me if is not suufice ur requirement
Thanks
RK