Hi,
I am facing an issue in BP Address GENIL ( CL_BUPA_IL_ADDRESS ). We have custom GENIL class for address which uses the standard class as the super class.
In the MODIFY method we are trying to get the attributes of the parent partner. Even the standard GENIL class is following the same approach.
For this purpose there is a code lv_partner->get_attributes( IMPORTING es_attributes = lv_parent_attr ).
But this statement is not returning me any values. While debugging I can see value is being set at the Partner GENIL READ class. ( CL_BUPA_IL_HEADER ). But after reaching the Address GENIL this value is lost. None of the partner attributes are available in the address GENIL.
But in the screen I can see all the partner details. Due to this my validations in the address GENIL is failing. Can some one please help me on this?
Thanks, Ansari