cancel
Showing results for 
Search instead for 
Did you mean: 

Error date equal date - 1 day

Former Member
0 Kudos

Hi,

I have a big problem, i use was 6.4 sp9.

RFC function module return to java a date type java.sql.date but the date = date - 1 day on web server, and when i use the function module with se37, the date is correct.

Laurent.

Accepted Solutions (0)

Answers (1)

Answers (1)

achim_hauck2
Active Contributor
0 Kudos

which function module do you use?

kr, achim

Former Member
0 Kudos

Response to Achim

I use specific function module developped in SAP,

call by java by RFC example :

String jourSaisie = "";

Z_Webgam_Cc_Jour_Saisie_Input input = new Z_Webgam_Cc_Jour_Saisie_Input();

Z_Webgam_Cc_Jour_Saisie_Output output = new Z_Webgam_Cc_Jour_Saisie_Output();

JourSaisie_PortType proxy = new JourSaisie_PortType();

proxy.messageSpecifier.setJcoClient(UserConn.getClient());

output = proxy.z_Webgam_Cc_Jour_Saisie(input);

jourSaisie = (String) output.getJour_Saisie();

variable type string jourSaisie return date - one day

thank for your help

Message was edited by: laurent Lelong