cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table Control Module pool program with Excel upload

0 Likes
1,050

The abv image is my table control......

when i upload the excel file with same input field with records ........ those records shld be seen in this table control .....

please help me how to do it?

this is my start of selection
START-OF-SELECTION.
IF r1 = 'X'.
CALL SCREEN 9000.
ELSEIF r2 = 'X'.
PERFORM file_selection.
PERFORM upload.
CALL SCREEN 9000.
ELSEIF r3 = 'X'.
PERFORM view_report.

ENDIF.

Accepted Solutions (0)

Answers (0)