2015 Nov 06 7:51 PM
Hi experts,
When creating material master and giving value in Purchase Value Key, it shows a warning message "check the value for purchase value key", our client wants to suppress this warning message, that is without a warning message they need to go to next tab.
Secondly under forecasting tab in forecast model field, they need to prepopulate an input 'J'. How I can do this in ABAP.
Please give your valuable suggestion.
Thanks
2015 Nov 07 6:25 AM
Hi Victor,
Try,
For passing the default values to the field use Transaction and Screen Variants( T-code SHD0)
View the link.
Hope it helpful,
Regards,
Venkat.
2015 Nov 07 6:25 AM
Hi Victor,
Try,
For passing the default values to the field use Transaction and Screen Variants( T-code SHD0)
View the link.
Hope it helpful,
Regards,
Venkat.
2015 Nov 11 5:17 PM
Hi VenkatRamesh, using SHD0, I could only set inputs for the initial screen, that is material, industry sector, material type, change number, copy from material. How to get into the views ( because I need to set the value 'J' in forecast model field under forecast tab).
2015 Nov 11 5:29 PM
Hi Ben,
Jürgen L is right.
Forget SHDB, what you are trying to achieve is not possible unless you change SAP standard code, which is not recommended.
R
2015 Nov 11 6:42 PM
Defaults can be set using the BADI BADI_MATERIAL_REF
(this Badi is already suggested 207 times in SCN for similar questions, make sure you search before asking)
2015 Nov 07 8:58 AM
Hi Victor ,
As per Venkat Ramesh suggestion , you can do it using the SHD0 ( Screen and Transaction variants ) by providing the default value for the Forecast model field PRMOD or you code for that screen field by finding the suitable BADI.
Regards,
Anirudh.
2015 Nov 07 10:59 AM
a) what's the error message number purchase value key?
b) use BAdI 'BADI_MATERIAL_REF' to set default values
2015 Nov 07 11:17 AM
M3128 is a hardcoded warning message in MM03MI00_DATEN_WERTESCHL