‎2006 Nov 23 12:54 PM
Hi friends,
when a new record is being created for the standard infotype, i need to validate the value entered by the user and issue error message checking certain conditions..
i found out the userexit EXIT_SAPFP50M_002, problem is, here i'm getting only the infotype , how to get the values entered by the user
points are assured
thanks
‎2006 Nov 23 2:08 PM
Current Infotype records are stored in parameter INNNN of the FM EXIT_SAPFP50M_002.
‎2006 Nov 23 3:07 PM
In the parameter INNNN we have only the infotype number and pernr fields,
we don't have the fields which we have entered to create a new record.
how to get the current values based on the infotype number and pernr
Thanks
‎2006 Nov 23 4:34 PM
Can anyone let me know if its possible to validate the field in the standard infotype and issues error message?
Thanks
‎2006 Nov 25 9:11 AM
Yes it is possible to validate.
try calling METHOD cl_hr_pnnnn_type_cast=>prelp_to_pnnnn.