HI all,
i want to ask if one of the field is initial do the below codeing,
how can i do so in abap without ask after every field if it initial ?
if ( <lf_de>-date_ft OR <lf_de>-num_ft OR <lf_de>-langu OR <lf_de>-tzone ) IS INITIAL.
do the follwing.
what is the short way to write it?
Best Regards
Nina
Edited by: Nina C on Jul 1, 2009 4:15 PM