We can also convert any column in internal table to a Rangle table in a single line of code like below.
DATA(RT_PERNR) = VALUE RSDSSELOPT_T( FOR WA_EMP1 IN IT_EMP ( SIGN = IF_FSBP_CONST_RANGE=>SIGN_INCLUDE OPTION = IF_FSBP_CONST_RANGE=>OPTION_EQUAL...
To navigate to an association, in ABAP program/ Class where CDS view need to be consumed
In the select statement, use below syntax
For single level association,
select
\_association-field_name from CDS_VIEW_NAME
for two level association,
...
hi sudharshan i have configured the destination to ES5, still i am getting the same response.
Connection to "ES5" established. Response returned: "307: Temporary Redirect
WebIDUsage: odata_gen,odata_abap,bsp_execute_abap
can you help me iden...