SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
COMMUNICATION - Short Reference
Syntax
COMMUNICATION { {INIT DESTINATION dest}
| {ALLOCATE}
| {ACCEPT}
| {SEND BUFFER buf}
| {RECEIVE BUFFER buf DATAINFO dat STATUSINFO stat}
| {DEALLOCATE} } ID id
[RETURNCODE rc]
[LENGTH leng]
[RECEIVED rec]
[HOLD].
Effect
Obsolete: Enables communication with external programs using the
CPI-C interface; the connection number is in id.
Additions