former_member802645
Explorer
Member since ‎05-05-2022

User Statistics

  • 7 Posts
  • 0 Solutions
  • 12 Kudos given
  • 1 Kudos received

User Activity

I have a few .xlsx files. Each of one has the same strucure like table to uploading. For example sflisgt.xlsx -> SFLIGHT, carriers.xlsx -> CARRIERS. First I have form get_file and then upload_data like below. But it looks terrible. Now I have two rad...
I made Listbox on screen using function `VRM_SET_VALUES`. It works normal, but I can't choose field from the list. Artibute is `DATA gs_screen1100-db_flight(40) TYPE c`. Have I forgotten something? MODULE init_listbox OUTPUT. DATA: ls_value ...
I'm trying upload Excel file to internal table in ABAP. I'm using function `GUI_UPLOAD` and then `SCMS_BINARY_TO_XSTRING`. At last I have field sybmbol `<gt_data>` with data from Excel file. DATA(lo_data_ref) = lo_excel_ref->if_fdt_doc_spreads...