2015 Sep 08 9:03 AM
I have converted the unit of measurement and when giving output. While debugging getting correctly to my final internal table..
I am using ALV Factory Method to display it is showing *** ....Pls help me out.
CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT'
EXPORTING
input = gw_mseg-erfme
language = sy-langu
IMPORTING
* LONG_TEXT =
output = gw_final-meins.
Regards,
Kabil
2015 Sep 08 9:11 AM
You can only pass values in "input = gw_mseg-erfme" which are mainatined in the table -T006A field MSEHI.
AU is not maintained there so this error.
try checking with anything like "KG" and you will get
LONG_TEXT Kilogram
OUTPUT KG
SHORT_TEXT Kilogram
I have converted the unit of measurement and when giving output. While debugging getting correctly to my final internal table..
I am using ALV Factory Method to display it is showing *** ....Pls help me out.
CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT'
EXPORTING
input = gw_mseg-erfme
language = sy-langu
IMPORTING
* LONG_TEXT =
output = gw_final-meins.
Regards,
Kabil
2015 Sep 08 9:11 AM
You can only pass values in "input = gw_mseg-erfme" which are mainatined in the table -T006A field MSEHI.
AU is not maintained there so this error.
try checking with anything like "KG" and you will get
LONG_TEXT Kilogram
OUTPUT KG
SHORT_TEXT Kilogram
2015 Sep 08 9:18 AM
Have you looked at table T006A? This contains the allowed values.
2015 Sep 08 9:54 AM
Dear Friends,
I have changed the MEINS Field as character data type in Final internal table Issue Solved .
Thanks.for your prompt reply. Closing this thread.
Kabil
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |