Mahmad rafi shaik
New Member
-this is the method in my class
-either i can get temp-table:handle or temp-table:default-buffer-handle-is it possible to create field in both cases if not how do i can approach in other way
Code:
METHOD PUBLIC VOID loadFilesFromDir(INPUT cipDir AS CHARACTER , INPUT iphbufhandle AS HANDLE ):
IF iphbufhandle:TYPE = "TEMP-TABLE" OR iphbufhandle:TYPE = "BUFFER" THEN
DO:
// i want to create field for the input handle temp table.
// create the temp-table and store something in that field.
END.