on 2013 Oct 30 1:28 PM
Hi SRM Gurus,
We are currently using SRM 702 classic scenario and I wanted to check if there is a way to add plant as a user parameter in the product ID search help. The reason for this request is because we have materials belonging to specific sites and we would like the user to search based on a given site. Can you please tell me which view would need to be modified to have plant. Please see my screenshot attached showing which view we would need it.
Thanks,
Ashwin
Request clarification before answering.
Hi Ashwin,
You need to enhance the standard search help /SAPSRM/BBPH_PRODUCT or you can create a custom SH by copying the standard one and then assign it to the respective field in webdynpro view.
Add a new field to the SH
WERKS - Check Imp and Exp boxes and use data element BE_WERK
Then if enhancing standard SH enhance the search help exit /SAPSRM/F4_EXIT_PRODUCT_GEN or if using a custom SH create a new SH Exit as copy of /SAPSRM/F4_EXIT_PRODUCT_GEN and then for
callcontrol-step = 'DISP'.
read the value of WERKS field
Populate data according to interface of BAPI 'BAPI_MATERIAL_GETLIST'
to get the data based on plant.
last step would be for callcontrol-step = 'RETURN' map the result from BAPI to SH fields.
Thanks,
Anubhav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Anyone....any thoughts??
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.