Hi Experts,
It is regarding BACK button :
We are using view BP_DATA/AccountRelationshipsOV of BP data as a assignmnet block in another components .
When we click on edit button on this BP_DATA view , one overview page opens which consists of two BP_DATA view :BP_DATA/AccountRelationshipsEF and BP_DATA/AccountPartnerFunctionsEL.
After opening this overview page , user wnat to go back while clicking on BACK button , but it is not navigatimg to priviour page.
I thought of using RAISE EVENT history_trigger in outbount plug of overview page but when I saw in BP_DATA comopnent there is no overview page which contains :BP_DATA/AccountRelationshipsEF and BP_DATA/AccountPartnerFunctionsEL views.
Then I saw in run time repository I fount one viewset BP_DATA/AccountRelationshipViewSet which contain above both view and the same View set I can see in componenet strusture browser .
I enhanced this view and created outbound plug and wrote RAISE EVENT history_trigger but it is not working .
So my questions :
1 . How to enable back button in this case.
2 . Why there is not overview page for BP_DATA/AccountRelationshipsEF and BP_DATA/AccountPartnerFunctionsEL views while these are being used as a overview page in Webui .
Thanks & Regards,
Akhilesh Bhagat.