Table list used by SAP ABAP Function Module CUSTOMER_DYNAM_DATA_SELECTION (Ermitteln von Kundenstammdaten für dynamisch übergebene Selektionsfelder)
SAP ABAP Function Module CUSTOMER_DYNAM_DATA_SELECTION (Ermitteln von Kundenstammdaten für dynamisch übergebene Selektionsfelder) is using
# Object Type Object Name Object Description Note
     
1 Table  KNA1 General Data in Customer Master SOURCE OUT_KNA1_TAB STRUCTURE KNA1 OPTIONAL
2 Table  KNB1 Customer Master (Company Code) SOURCE OUT_KNB1_TAB STRUCTURE KNB1 OPTIONAL
3 Table  KNVV Customer Master Sales Data SOURCE OUT_KNVV_TAB STRUCTURE KNVV OPTIONAL
4 Table  KUND01 Transfer structure for determining customer keys SOURCE IN_KUNNR_KEYS STRUCTURE KUND01 OPTIONAL
5 Table  KUND02 Transfer structure for determining customer/co. code keys SOURCE IN_BUKRS_KEYS STRUCTURE KUND02 OPTIONAL
6 Table  KUND03 Transer structure for determining customer/sales keys SOURCE IN_VTWSP_KEYS STRUCTURE KUND03 OPTIONAL
7 Table  SEL_FIELDS Collection of Fields for Master Data Selection SOURCE VALUE(IN_MAX_KUNNR) LIKE SEL_FIELDS-MAX_KUNNR DEFAULT 0
8 Table  SEL_FIELDS Collection of Fields for Master Data Selection SOURCE VALUE(READ_KNA1_DATA) LIKE SEL_FIELDS-READ_FLAG DEFAULT SPACE
9 Table  SEL_FIELDS Collection of Fields for Master Data Selection SOURCE VALUE(READ_KNB1_DATA) LIKE SEL_FIELDS-READ_FLAG DEFAULT SPACE
10 Table  SEL_FIELDS Collection of Fields for Master Data Selection SOURCE VALUE(READ_KNVV_DATA) LIKE SEL_FIELDS-READ_FLAG DEFAULT SPACE
11 Table  SEL_FIELDS Collection of Fields for Master Data Selection SOURCE VALUE(JOIN_OPTION) LIKE SEL_FIELDS-READ_OPT DEFAULT 'O'
12 Table  SEL_TABLE Transfer structure for dynamic selection parameters
13 Table  SEL_TABLE Transfer structure for dynamic selection parameters SOURCE IN_SELECT_FIELDS STRUCTURE SEL_TABLE