kaszub09
Explorer
Member since ‎2023 Dec 01

User Statistics

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

User Activity

Is there a way to force table name in where_clauses parameter? If I show free selections for e.g. LIPS and LIKP tables, and user fills VBELN,  then in where clause I have e.g. ( VBELN EQ '1234' ) and can't use it inside select, since SAP doesn't know...
Is there a way to pass sy-subrc as parameter in class constructor?Even when passing by value (both defualt and explicitly with subrc=sy-subrc)constructor IMPORTING VALUE(subrc) TYPE syst_subrc DEFAULT sy-subrcinside constructor both subrc and sy-subr...
Hi,We can use data_source~* in  OPEN SQL to select all columns from table.https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abapselect_list.htm#!ABAP_VARIANT_1@1@But what happens if we have several tables with overlapping column names? For e...
Hi, Is there a way to generate ABAP Doc template with tags <p class="shorttext synchronized"></p>? Currently, when I use Quick-fix Add ABAP Doc it generates something like this: "! "! @parameter decoded | instead of "! <p class="shorttext...
Kudos from
Kudos given to