Hi Abapers, In get_expand_entity we have a export parameter ET_ EXPANDED_TECH _CLAUSES we have to populate this table with Navigation Property if we didn’t populate this table what will happen?, i debugged the code i didn’t get any idea and red more theories, anyone please explain me Technically what is the use of this table if i didn’t fill what issue may come.
3/4/2014 · * Insert Navigation property into ET_ EXPANDED_TECH _CLAUSES INSERT lc_expand_tech_clause INTO TABLE et_ expanded_tech _clauses. ENDMETHOD. Please note that we need to insert complete expand clause in et_ expanded_tech _clauses. Implementing GET_EXPANDED_ENTITY. Lets implement GET_EXPANDED_ENTITY. Below is the query to.
et_ expanded_tech _clauses = et_ expanded_tech _clauses Table of Strings ELSEIF lv_bupa_supports = X . CALL METHOD lr_bupa_provider -> /iwbep/if_mgw_core_srv_runtime ~ set_context, 12/7/2015 · * Association name should be populated into ET_ EXPANDED_TECH _CLAUSES to avoid unnecessary iterations (Execution times) occur. lk_exp_tech_clause = ‘DEPENDENT_DATASET’. INSERT lk_exp_tech_clause INTO TABLE et_ expanded_tech _clauses. IF it_key_tab IS NOT INITIAL.
12/5/2015 · ET_ EXPANDED_TECH _CLAUSES. Navigation property name should be appended to ET_ EXPANDED_TECH _CLAUSES(This will be the name of child entityset). If this is not done, Method will be triggered number of times(as per number of records) though the data is filled in the first iteration.
8/7/2016 · et_expanded_tech_clauses Navigation property name should be appended to ET_EXPANDED_TECH_CLAUSES (This will be the name of child entityset). If this is not done, Method will be triggered number of times(as per number of records) though the data is filled in the first iteration.
The Supplier relation is in this case further expanded generically by the framework. Exporting parameter ET_ EXPANDED_TECH _CLAUSES of GET_EXPANDED_ENTITY / GET_EXPANDED_ENTITYSET needs then to contain one entry ‘PRODUCTS’ to tell the framework that this expression has already been handled by the application.
insert lc_expand_tech_clause into table et_ expanded_tech _clauses. in last line.. sorry for late reply..:) Delete. Replies. Reply. Reply. mpred 11 July 2018 at 21:51. HI. I’m trying to call GET_EXPANDED_ENTITYSET without using GET_ENTITY or GET_ENTITYSET like this…
I have implemented in same way with 2 entityset set. header displayed on the output but not item data. er_entiryset is having header and item data both,also implemented ‘insert lc_expand_tech_clause into table et_ expanded_tech _clauses.’ this line too.. Reply Delete, $expand query option in sap odata