SAP ABAP Table
BAPISTRNEW
{BAPI Structure for FlightTrip BO - New Trip Data}
Home
title {label: "SAP ABAP table BAPISTRNEW {BAPI Structure for FlightTrip BO - New Trip Data}", size: "20"} # Entities [BAPISTRNEW] {bgcolor: "tomato"} +AGENCYNUM {label: "NUMC (8)"} +CUSTOMERID {label: "NUMC (8)"} +FLCONN1 {label: "NUMC (4)"} +FLCONN2 {label: "NUMC (4)"} [SCUSTOM] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *+ID {label: "NUMC (8)"} [SFLCONN] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *+AGENCYNUM {label: "NUMC (8)"} *FLCONN {label: "NUMC (4)"} [STRAVELAG] {bgcolor: "#d0e0d0"} *+MANDT {label: "CLNT (3)"} *+AGENCYNUM {label: "NUMC (8)"} # Relationships BAPISTRNEW *--* STRAVELAG {label: "BAPISTRNEW-AGENCYNUM = STRAVELAG-AGENCYNUM"} BAPISTRNEW *--* SCUSTOM {label: "BAPISTRNEW-CUSTOMERID = SCUSTOM-ID"} BAPISTRNEW *--* SFLCONN {label: "BAPISTRNEW-FLCONN1 = SFLCONN-FLCONN"} BAPISTRNEW *--* SFLCONN {label: "BAPISTRNEW-FLCONN2 = SFLCONN-FLCONN"}
View Full Image
View in PDF
Foreign Key tables (3)
SCUSTOM
{Flight customers}
SFLCONN
{Flight connection offered by travel agency}
STRAVELAG
{Travel agency}