Hello Experts,
We have a requirement where classification table should be hidden in change material ->Edit->details tab for some of the change request types and material types.
We got a method CL_MDG_BS_COMMUNICATOR_ASSIST->CHANGE_CRUIBB_VISIBILITY where this can be achieved via implicit enhancement.
Change request type is available, but material type is not available. I was trying to fetch the material number via change request number using the method CL_USMD_CONV_SOM_GOV_API->IF_USMD_CONV_SOM_GOV_CR~GET_CREQUEST_DATA. But it is returning me initial output. I debugged the code and found out the material number is fetched inside, but some how it is not being passed to exporting parameter. Once i get the material number. I'll use it to fetch the material type using the API READ_ENTITY_DATA.
Any suggestions how can i get the material type inside the method CL_MDG_BS_COMMUNICATOR_ASSIST->CHANGE_CRUIBB_VISIBILITY.
Thanks & Warm Regards,
Raveesh