‎2006 Dec 14 11:57 AM
how can u improve the performance of this code:
sy-subrc = 4.
if komp-kposn ne 0.
check: komp-prsfd ca 'BX'.
check: komp-kznep = space.
endif.
sy-subrc = 0.
‎2006 Dec 14 11:58 AM
‎2006 Dec 14 11:58 AM
‎2006 Dec 14 12:09 PM
Hello,
Remove the first IF...ENDIF and replace with CHECK.
This should do some thing.
Thank you.