Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

at new control break processing

Former Member
0 Likes
342

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
324

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

3 REPLIES 3
Read only

Former Member
0 Likes
325

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

Read only

JozsefSzikszai
Active Contributor
0 Likes
324

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

Read only

Former Member
0 Likes
324

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