former_member760202
Explorer
Member since ‎2021 Aug 03

User Statistics

  • 10 Posts
  • 0 Solutions
  • 3 Kudos given
  • 0 Kudos received

User Activity

I need to use code_scanner on entire system, but there is a timeout. So how to group up all packages in sap, so I could run code_scanner several times, with an adequate runtime for each scan. is there a list with all packages in my system?
I need to run a background bdc recording (batch input) in a report, that should be working in background to. The problem is that ActiveX control is needed for bdc recording. But there is no a parent object for ActiveX objects, when the report is runn...
I need to transfer a reference value (ref to object) from one program to another. The obvious way is to use MEMORY ID, but abap says i can't send a ref value. Should i pack it someway, or is there another way to transfer a ref value?
Is there a simple way to convert select-options (range table) into internal table (list of values)? When there are such range options as BT, GT etc.
I've made several reports (that don't work with db actually). I need that only one execution of only one report could run at the same time. If I make a flag in sap memory, which is gonna be edited manually, it can't be edited in a moment of dump, c...