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

Custom Function module data not displayed in crystal report

Former Member
0 Likes
409

Hi Expert,

I created one custom function module i.e. zcdmc.

Import value is date range on the basis of data will fetch and collect into

internal table

TABLE

it_final.

When we execute on se 37 its working fine .

I want to display all data into crystal report , so i created crystal report but field header is displacing  but data not coming in crystal report in preview mode.

Could you please suggest me how to resolve this.

Regards,

Jayesh

1 REPLY 1
Read only

siva_subramanian2
Participant
0 Likes
359

Hi

Its better to check in Debuging mode.Please check the input date at runtime which you are passing to function module. Might be the format of the given date is wrong.Check and pass the date in correct format.

Thanks,

Siva.A