former_member689796
Explorer
Member since ‎2020 Jul 07

User Statistics

  • 10 Posts
  • 0 Solutions
  • 4 Kudos given
  • 1 Kudos received

User Activity

Hi Experts!I don't know why the sy-ucomm system variable is empty. Here is my sample codeSELECTION-SCREEN 100 DATA: so_inv TYPE inv. SELECTION-SCREEN BEGIN OF SCREEN 100. SELECTION-SCREEN BEGIN OF BLOCK mdat WITH FRAME TITLE TEXT-001. PARAMETERS:...
Hi all, I've a couple of questions about deleting and adding entries through transport request. For example, if the table in the testsystem looks like that and my transport request looks like this In this case I would like to delete ...
Hey there, my goal is to sort/group the measures in a model. Can I still create dimensions from the individualmeasure that I can use later in my story? E.g. I would like to summarize 5 measures of the model and then integrate them into my story. ...
Hey, My sample Code Workarea/Table (Data) DATA: go_salv TYPE REF TO cl_salv_table, go_function TYPE REF TO cl_salv_functions_list, BEGIN OF wa, number TYPE string, id TYPE string, location ...
Hey, My Goal: Displaying Web Service Table inside an ALV Grid using cl_salv_table=>factory Method My current Status: When i run the program, the dump "Conversion of type table from prxctrl to type string not performed" pops up. Table Webservice...
Kudos from