‎2008 Feb 21 1:29 PM
Hello gurus,
I want to know how to display unit of measure field
within at new function. whenever i am displaying unit field
it displays *** instead of unit. <REMOVED BY MODERATOR>
waiting for reply.
Edited by: Alvaro Tejada Galindo on Feb 21, 2008 11:05 AM
‎2008 Feb 21 1:35 PM
Hi
At new f1 after f1 will be displayed as *** so move the work area to a lwa and assing the same after at new instead of wa since it will have *s right the field used at new filed
Regards
Shiva
‎2008 Feb 21 1:35 PM
Hi
At new f1 after f1 will be displayed as *** so move the work area to a lwa and assing the same after at new instead of wa since it will have *s right the field used at new filed
Regards
Shiva
‎2008 Feb 21 1:36 PM
hi Neelesh,
strange, but this is the way it works... A simple workaorund is:
LOOP AT itab INTO wa1.
wa2 = wa1.
AT NEW field.
now you have wa2 with proper data
hope this helps
ec
‎2008 Feb 21 1:37 PM
Hi,
Everything what is on the right site of the field listed in AT NEW <> will be *. You need to either to copy to new work area or assign to field symbol.
Best regards,
Wojciech