Hello,
CALL FUNCTION 'STFC_CONNECTION'
DESTINATION 'JCO'
EXPORTING
requtext = requtext
IMPORTING
echotext = echotext
resptext = resptext
TABLES
rfctest = rfctest.
i couldnt receive any value for REQUTEXT in java.... but what ever value i set for RESPTEXT and ECHOTEXT in java that i can print in ABAP.... Please help me to print REQUTEXT value in java....
Thanx in advance...
Regards,
Maya.