esti1
Participant
Member since ‎04-17-2012

User Statistics

  • 51 Posts
  • 9 Solutions
  • 17 Kudos given
  • 11 Kudos received

User Activity

I have a custom bgRFC unit that has been in status "Unit is being executed" for several days. In SBGRFCMON the unit has a green traffic light with status "Unit can be executed", but when I try to use any of the Unit Analysis options I get the foll...
I am running the functional correctness check across our codebase, but some objects that I believe are functionally incorrect is not being picked up:I have the following piece of code, that does not use a complete key, and has no order by statement: ...
In Floorplan Manager I want to programmatically set the filter of a column in the list view.I can turn filtering on by doing the following: method if_fpm_guibb_list~get_definition. data: structure type ref to cl_abap_structdescr, components type...
I have appended two fieldcategory tables together:rt_joined = value #( ( lines of it_left ) ( lines of it_right ) ).Now I would like to reinitialise the col_pos field of the new table.Previously I would do something like this:loop at rt_joined assign...
Are there any updated SAP functions or Classes to read PM characteristic values?Currently we are using  BAPI_CLASS_GET_CHARACTERISTICS  and  BAPI_OBJCL_GETCLASSES.  This is very inefficient on a Hana database as characteristics are read for each sepa...