‎2008 Jun 24 8:49 AM
Hi!
Inside of include LSDH4F02 (SAP Include)
there is a loop. Right there I get sy-subrc 4.
Why is this loop with mask. Why is it needed?
loop at listfields
where mask+4(1) is initial and mask+1(1) ne dir.
if not fieldname is initial and fieldname ne listfields-fieldname.
continue.
endif.
l_need_conv = 'X'.
exit.
endloopBye
Ertas
‎2008 Jun 24 8:54 AM
Hi Ilhan Ertas
Just double click on the table listfields it will take to the table declaration where you can see the mask would be the field name.
&****************Reward Point if helpful**************&
‎2008 Jun 24 8:51 AM
‎2008 Jun 24 8:53 AM
‎2008 Jun 24 8:54 AM
Hi Ilhan Ertas
Just double click on the table listfields it will take to the table declaration where you can see the mask would be the field name.
&****************Reward Point if helpful**************&