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

CONVERSION_EXIT_SDURA_INPUT not displaying output

Former Member
0 Likes
1,244

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,171

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

3 REPLIES 3
Read only

Former Member
0 Likes
1,171

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

Read only

Former Member
0 Likes
1,172

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.

Read only

thangam_perumal
Contributor
0 Likes
1,171

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