PowerExchange Adapters for PowerCenter
- PowerExchange Adapters for PowerCenter 10.4.0
- 所有产品
select KNUMH MANDT [...] LICDT into (KONH-KNUMH,KONH-MANDT,[...] KONH-LICDT) from KONH where (KONH_clause) order by MANDT KNUMH ERNAM . select MANDT KNUMH KOPOS [...] VBEWA into (KONP-MANDT,KONP-KNUMH,KONP-KOPOS,[...] KONP-VBEWA) from KONP where KNUMH = KONH-KNUMH and (KONP_clause) order by MANDT KNUMH KOPOS . endselect. [...]
select KNUMH MANDT [...] LICDT into (KONH-KNUMH,KONH-MANDT, [...], KONH-LICDT) from KONH where (KONH_clause) order by MANDT KNUMH ERNAM . select MANDT KNUMH KOPOS [...] VBEWA into (KONP-MANDT,KONP-KNUMH,KONP-KOPOS,[...] KONP-VBEWA) from KONP where KNUMH = KONH-KNUMH and (KONP_clause) order by MANDT KNUMH KOPOS . [...] endselect. if sy-subrc <> 0. perform move_columns_to_output changing output. perform terminate_output changing output. endif. endselect. [...]