We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
DATA: conv TYPE REF TO cl_abap_conv_in_ce,
lv_text TYPE string,
lt_property_list TYPE srt_persistency_property_t,
ls_property_list like line of lt_property_list,
not_found TYPE xsdboolean,
...
If we speak about using the adapter parameter dynamically, then I have the same issue. I want to pass the credential name depending on other criterias and all credentials exist in the credential store. Using something like ${property.CREDENTIALS} thr...
I tried today and changed the BTP subaccount with the CPI service to use IAS as IDP.I also added a group in IAS and provided it as assertion attribute. This worked all fine and each CPI permission can now be individually set to use the CPI as develop...
It is the same as with standard internal tables where you have no dedicated fields (for example: itab type standard table of string). For that you can refer to the current line with the keyword "table_line", e.g. LOOP AT g_it_pic_ctrl INTO l_wa_pic_c...
I had the same question today and the blog above is not available anymore.So I searched myself and found table FUBAREF.Example:SELECT SINGLE parameter FROM fupararef INTO sy_text WHERE funcname = 'EPS2_GET_DIRECTORY_LISTING' AND param...