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

flag spare part

Former Member
0 Likes
388

hi all,

how to add flag or symbol beside the spare part so that by seeing it , i can know its a spare part.

sekhar

hi all,

how to add flag or symbol beside the spare part so that by seeing it , i can know its a spare part.

sekhar

1 REPLY 1
Read only

Former Member
0 Likes
348

HI,

U can Use CONCATENATE..

Loop at iTab.

Concatenate itab-sparepart '§' into itab-sparepart.

modify itab transporting sparepart.

Endloop.

U can change the symbol '§' with ur symbol or flag.

if the sparepart field doesn't allow u to add ( like 10 chareacters filled and no space for flag) then add one more field in itab to carry sparepart and flag.

Regards

SAB