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 problem

praveen_hannu
Contributor
0 Likes
500

Hi Frineds

Are there any conversion_exits for type DATS and TIMS.

I have created a custom conversion exit for DATS and TIMS, I have specifed the input type respectively, they are working fine in the SE37, once I run them in SE11, while executing to show the table entries, the program going for short dump and telling incorrect type specification for INPUT in the function module, though I have mentioned the input type as DATS and TIMS.

Please anyone help me in this regards.

Regards

Praveen

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
467

Hi,

Do not specify data types for input and output varialbles. Move the input values to requries type in the FM by assigning it for instance A = input.

Hope this helps.

2 REPLIES 2
Read only

Former Member
0 Likes
467

Yes , you have CONVERSION_EXIT for date

CONVERSION_EXIT_LDATE_OUTPUT

CONVERSION_EXIT_SDATE_OUTPUT

Regards,

Dara.

Read only

Former Member
0 Likes
468

Hi,

Do not specify data types for input and output varialbles. Move the input values to requries type in the FM by assigning it for instance A = input.

Hope this helps.