Hello experts,
i am trying to send some message to java systems...in sap
i already has done to setup configuration of RFC COnnection of tcp
when i execute my program...

i got this message.. : (
this is my source..
is there something wrong in my code??
if so, tell me plz..
SELECT * FROM ZEDI_NH_DESADV
INTO CORRESPONDING FIELDS OF TABLE LT_ITAB.
*
CALL FUNCTION 'RFC_PING'
DESTINATION 'ZEDI_QAS'.
CALL FUNCTION 'STFC_CONNECTION'
DESTINATION 'ZEDI_QAS'
EXPORTING
REQUTEXT = REQUTEXT
IMPORTING
ECHOTEXT = echotext
RESPTEXT = RESPTEXT
TABLES
RFCTEST = LT_ITAB.
MODIFY ZEDI_NH_DESADV_T FROM LT_ITAB.
i will wait experts answer...
thank you
Request clarification before answering.
Hello Hwang,
simply check the server samples contained in the JCo SDK archive. It also explains how to implement a server function module.
Best regards,
Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.