cancel
Showing results for 
Search instead for 
Did you mean: 

Display unit of measure on sap script form!!!!

Former Member
0 Kudos

Dear Experts,

I have a requirement for the transfer slip where have to display the unit as EA and KG in the SAP Script form, but it is displaying as 053 (For EA) and 097 (For KG).

I have debug the program and found that the work area field has the value as EA and KG but it is not displaying same on the script form.

If could not able to understand as I have debug it many times, is anyone can help me out or can give clue is it error related to ABAP or any functional setting is required.

Thanks in Advance, you suggestion and clue will be of grt8 help.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ali,

First check whether you are displaying the correct workarea field or not... if tht is not the error then write a perform to do the conversion exit by passing the unit of measure as using and changing parameters

use conversion exit

conversion_exit_cunit_output.

in your perform

regards

padma

Former Member
0 Kudos

Beofre displaying unit of measure in your form use conversion routine to convert and display correctly.

FM --> CONVERSION_EXIT_CUNIT_INPUT Conversion exit for commercial (3-char) measurement unit INPUT

CONVERSION_EXIT_CUNIT_OUTPUT Conversion exit for commercial (3-char) measurement unit OUTPUT

Close the thread once your question is answered.

Rgds,

SR