Hi,
How to create a validation for input characteristics in process instruction PP-PI sheet.
Thanks for your time.
Hi Anna,
to do validation for input characteristics use character PPPI_VALIDATION_FUNCTION.
For this after your define PPPI_REQUESTED_VALUE in Process instruction use PPPI_VALIDATION_FUNCTION and your function module for that you can use PPPI_VALIDATION_FORMULA also, for this you can use X or SY_VALUE for input
eg : X < 10 and X > 20.Like that.
Close the threat if it is answered.
Thanks,
Anmol.