Application Development 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: 

Problem in the displaying the unit of measure(meins) in ALV

Former Member
0 Kudos
955

Hi Experts,

I have the problem in the displaying the unit of measure in ALV.

In my Final output table itll REUSE_ALV_GRID function module unit of measure is in ST, but in output it is displaying PC.

I want to display as ST only in the final output.

How i can achieve this.

Thanks in advance.

Udupi

Moderator message: please do more research before posting.

Message was edited by: Thomas Zloch

4 REPLIES 4

vinoth_aruldass
Contributor
0 Kudos
248

hi,

go with the points bellow.

> in your structure change that UOM field as char field. ( if you are getting values from standard tables create similar struture and pass the final entry into that.

pass the char structure field to ALV you will get ST in display

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Kudos
248

Basic Questions cannot be answered as per forum Rules. Please search on "ALV Conversion Routine".

Use the Existing discussions and tons of times discussed in SAP SCN

Please read the Forum Rules.http://scn.sap.com/docs/DOC-19331

former_member189849
Contributor
0 Kudos
248

This message was moderated.

Former Member
0 Kudos
248

Thank its solved....