SAP Community Migration News!
Important Dates! SAP Community will be READ-ONLY from January 16 â January 23 for the technical migration.
Hi ,
i am getting error in below @prompt Function please some one help me solve this
HR.EMPLOYEES.EMPLOYEE_ID=@Prompt('Choose a Employee ID','N','Hr Employees\Employee Id','Mono',,,)
Error: parse Failed: Invalid definition (UNV0023). Error parsing mono/multi parameter (4th Parameter).
Thanks,
GAL
Help to improve this question by adding a comment
If you have an answer for this question, then please use the Your Answer form at the bottom of the page instead.
You already have an active moderator alert for this content.
Hi,
HR.EMPLOYEES.EMPLOYEE_ID=@Prompt('Choose a Employee ID','N','Hr Employees\Employee Id',Mono,,,)
Can you please try the above and parse it and see.
Thanks,
SK.
Help to improve this answer by adding a comment
If you have a different answer for this question, then please use the Your Answer form at the bottom of the page instead.
You already have an active moderator alert for this content.
Hi,
Thanks for all the reply's i solved my self
HR.EMPLOYEES.EMPLOYEE_ID=@Prompt('Choose a Employee ID','N','Hr Employees\Employee Id',Mono,,)
Thanks,
GAL