Buenas tardes alguno de uds conoce de alguna funcion para tabla que se pueda utilizar en vez de los tradicionales select
CALL FUNCTION 'K_COEP_INSERT' "Updating line item COEP
EXPORTING
* epskz = 'X' " tka07-epskz Ind. whether planned line items ar
* totals_update = 'X' " tka07-epskz Indicator 'update totals records'
vrgng = " cobk-vrgng Transaction
TABLES
cobk_tab = " cobk Table of the document headers to b
coep_tab = " coep Table of the COEP records to be wr
. " K_COEP_INSERT
Algo parecido a esto.
Les agradezco de antemano
CALL FUNCTION 'K_COEP_INSERT' "Updating line item COEP
EXPORTING
* epskz = 'X' " tka07-epskz Ind. whether planned line items ar
* totals_update = 'X' " tka07-epskz Indicator 'update totals records'
vrgng = " cobk-vrgng Transaction
TABLES
cobk_tab = " cobk Table of the document headers to b
coep_tab = " coep Table of the COEP records to be wr
. " K_COEP_INSERT
Algo parecido a esto.
Les agradezco de antemano
Comentario