Skip to Content
0
Nov 09, 2012 at 04:26 PM

most performant Abap syntax

47 Views

Hello experts,

What is the most performant Abap syntax for this requirment:

If loading time (TVST-LAZBS) = A

then Loading time will be the value contained in T630L-LOADTG

ElseIF Loading time (TVST-LAZBS) = B

then Loading time will be the value contained inTVST-LOADTG

EndIF

EndIF.

Thanks.

Amine