2014 May 28 2:47 PM
Hi
I am new to ABAP development.
when i test the function module CONVERSION_EXIT_SDURA_INPUT in Function builder with the values HH:MM.output is not displayed(blank output)
could you please tell me the reason?
https://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm
2014 May 29 7:49 AM
Hi,Execute the FM and scroll the scrollbar to the right you will see the output.
It is diplayed right aligned due to which you are not able to see the output when you execute it .You need to scroll right for the same.
Hi
I am new to ABAP development.
when i test the function module CONVERSION_EXIT_SDURA_INPUT in Function builder with the values HH:MM.output is not displayed(blank output)
could you please tell me the reason?
https://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee19446011d189700000e8322d00/content.htm
2014 May 28 3:25 PM
Hi, output parameter of FM is without an type and numeric value hide because right justification I think
create simple program in se38 with this fm and pass real type parameters
2014 May 29 7:49 AM
Hi,Execute the FM and scroll the scrollbar to the right you will see the output.
It is diplayed right aligned due to which you are not able to see the output when you execute it .You need to scroll right for the same.
2014 May 29 8:12 AM
Hi Vamsee,
To Display Flight time you have to Use CONVERSION_EXIT_SDURA_output.
because The INPUT module carries out the conversion from display format to internal format, while the OUTPUT module converts from internal format to display format. If required, new conversion routines can be added.
Regards,
Thangam.P
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |