P
Paweł Korczak
Guest
How map table form prodataset to static TEMP-TABLE ? Paweł Exmple define temp-table tt_buf NO-UNDO like IKORmenu . define temp-table tt_sys NO-UNDO like IKORsystem . DEFINE INPUT PArameter DATASET-HANDLE ds . /* ------------------------ */ TEMP-TABLE tt_buf:copy-temp-table ( ds:get-top-buffer(1) ). TEMP-TABLE tt_sys:copy-temp-table ( ds:get-top-buffer(2) ).
Continue reading...
Continue reading...