luis_rod
Participant
Member since ‎2016 Jun 07

User Statistics

  • 204 Posts
  • 3 Solutions
  • 21 Kudos given
  • 19 Kudos received

User Activity

Hi all,(Using SAP ABAP 7.50)Is there any way that I can, programmatically, get the name and value of each element of a data structure?What I would like to do is something like the following pseudo code:TYPES: BEGIN OF ty_data, var1 TYPE string, v...
Hi all,Does anybody knows if there is a method to hiding (i.e. Setting not visible) empty rows when using CL_SALV_TABLE (Similar to CL_GUI_ALV_GRID_EXT=>SET_HIDE_EMPTY_COLUMNS)Thanks,
Hi all:(Running ABAP 7.50)I’m trying to use the set_suppress_empty_data( abap_true ), but keep getting a dump and an error message (Class DISPLAY_SETTINGS, method SET_SUPPRESS_EMPTY_DATA not supported for CL_SALV_TABLE Control Technology).My test cod...
Hi all,I have a problem with a method call that has me, to say the least, perplexed.The method is very simple. It receives a single parameter (table name) and returns a date: METHOD ultima_fecha_pbi. "--------------------------------------------...
Hi all,Recently we had some dumps with LOAD_PROGRAM_TABLE_MISMATCH related to a column added to a standard table. There are some SAP Notes related to this and one of the recommendations is running the program TOUCHSRC for fixing the program that gave...