Hi,
If you want to force the employee to enter product id, there are three ways:
1, apply doc_check badi to raise error before ordering the SC, then the user will enter the product id.
2, apply doc_change badi to insert value as you expected.
3, set this field as required attribute, and it will be checked again before ordering SC.
Regards,
Ivy