dschiener
Participant
Member since ‎2023 Feb 21

User Statistics

  • 40 Posts
  • 0 Solutions
  • 12 Kudos given
  • 4 Kudos received

User Activity

Hi there,I want to pass a range table initialized by select-options by reference to an object.Unfortunately, I receive a syntax error according to a type mismatch, and I don't know why.Sure, the range table of select-options are declared with header ...
Hi there,I want to send a newly created HTTP request based on if_http_request or cl_http_request without using the request which is stored in the HTTP client.I guess the default way to send a HTTP request looks kind of like this: DATA(client) = cl_ht...
Hi there,is it possible to run ATC checks globally during transport request release process BUT only for specific packages?I know how to configure and run ATC during transport request release but not how to restrict it to perform the checks only for ...
Hi,is there a possibilty to determine the task type of the created task by `STARTING NEW TASK` call?So, I guess STARTING NEW TASK will create a new batch/background task... but is it possible to get the get the created type (D, V, B, S, E) in its own...
Hi,currently I am reseachring on parallel processing in ABAP.The most solutions I found so far are based on asynchronous RFC calls. So far so good.Also, in most cases, one talks about 'tasks' instead of 'jobs' or 'calls'.Especially regarding the call...