SAP ABAP Table
CSTPSRV
{Customizing Table with STEP RFC Servers}
Home
title {label: "SAP ABAP table CSTPSRV {Customizing Table with STEP RFC Servers}", size: "20"} # Entities [CSTPSRV] {bgcolor: "tomato"} *+MANDT {label: "CLNT (3)"} *+RFCDEST {label: "CHAR (32)"} [RFCDES] {bgcolor: "#d0e0d0"} *RFCDEST {label: "CHAR (32)"} [T000] {bgcolor: "#d0e0d0"} *MANDT {label: "CLNT (3)"} # Relationships CSTPSRV *--* T000 {label: "CSTPSRV-MANDT = T000-MANDT"} CSTPSRV *--* RFCDES {label: "CSTPSRV-RFCDEST = RFCDES-RFCDEST"}
View Full Image
View in PDF
Foreign Key tables (2)
RFCDES
{Destination table for Remote Function Call}
T000
{Clients}