Hi,
I am setting the text dependency type and document dependency type as Independent of language and versioning.
When I am doing a get, through select data i.e
lo_appl_query->select_data(
EXPORTING
is_object_category_sel = ls_object_category
its_selection = lt_selection
iv_memory_option = if_fdt_query=>gc_memopt_both
its_result_field = lt_result_objects
IMPORTING
eta_data = lt_app_fields
).
or
direct api call method get_text ( lo_app->if_fdt_admin_data~get_texts )
First time, when I am doing a set and get, I am getting proper values as Independent of language and versioning or any other type be it ( 1,2,3,4).
Problem:
When I am updating the text dependency type and document dependency type as Language dependent but not version dependent, it is getting updated in the back end, I mean the rules engine (BRF+)....
but when I am again doing a get as above am getting the values for text dependency type and document dependency type as Independent of language and versioning i.e. type 1.
It is getting updated, but the get is giving the old data.
I need the new updated data i.e Language dependent but not version dependent from the get.
( Is there some note for the same ?)
Regards,
Gopa