1 Reply Latest reply: Sep 16, 2010 9:02 PM by Anmol Bhat RSS

How to use Validation in PI sheet

anna corn
Currently Being Moderated

Hi,

   How to create a validation for input characteristics in process instruction PP-PI sheet.

 

 

  Thanks for your time.

  • Re: How to use Validation in PI sheet
    Anmol Bhat
    Currently Being Moderated

    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.