Application Development 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: 

Whether this function module K_DOCUMENT_UPDATE can send IDOC to Non SAP Sys

Former Member
0 Kudos

Hi,

I know function Module K_DOCUMENT_UPDATE can sent IDOC to R/3 systems.

1.Whether this function module can sent the IDOC to Non SAP System?.

2.How to make sure, that the function module can sent IDOC to Non SAP System?.

Please advise.Thanks.

Regards,

Dinesh

1 REPLY 1

Former Member
0 Kudos

Hi Dinesh,

Inside this function module K_DOCUMENT_UPDATE there is a FM available

CALL FUNCTION 'K_DOCUMENT_SEND'

EXPORTING

I_LOGSYS = LOGSYSTEM

I_COBK = COBK

TABLES

T_COEP = LT_COEP

T_COEPL = LT_COEPL

EXCEPTIONS

.......

This FM is responsible to send IDOCs to the defined logical system LOGSYSTEM. No matter this logica; system is SAP or non-SAP IDOC will be sent. Prerequisite are,

1) RFC connection exist between system

2) Partner profile is configured between the system.

Regards

Ram