Hi Abdullah
The role parameter values for 'My change requests' report is same for both Customer and Supplier folders. Technically everything is same as it is calling same web dynpro USMD_EDITION_CREQUEST.
A few users are given authorisation for both the customer and supplier roles. I need to control display values in report depends on folder from which they are accessing 'My Change requests' URL.
So I need to distinguish difference between these folders somehow in abap . I see different links for both the folders which has sap-nwbc-node=106486 and sap-nwbc-node=106496. I am not sure how to get these values in abap.
If above is difficult I saw some information on class CL_CHIP_PROPERTY which is used to design the Customer and Supplier Home pages. But I am unable to access this access within the feeder class CL_USMD_EDITION_CREQ_GUI_WD.