‎2007 Jul 03 11:17 PM
Hi;
i´m trying to get a matchcode that return the number of employee and the name of employee, but i just get the employee's number in the match code.
The code:
PARAMETERS pvende LIKE pa0003-pernr OBLIGATORY.
I did the same with other tables and get the same result.
PARAMETERS pvende LIKE pa0001-pernr OBLIGATORY.
PARAMETERS pvende LIKE pa0002-pernr OBLIGATORY.
Any help
Thanks on advance.
David Fúnez
Tegucigalpa, Honduras
Corp. Mandofer
‎2007 Jul 03 11:30 PM
Can you use search help 'PREM', like below?
PARAMETERS pvende LIKE pa0003-pernr OBLIGATORY MATCHCODE OBJECT prem.
‎2007 Jul 03 11:30 PM
Can you use search help 'PREM', like below?
PARAMETERS pvende LIKE pa0003-pernr OBLIGATORY MATCHCODE OBJECT prem.
‎2007 Jul 03 11:37 PM
Srinivas;
Thanks a lot, it works ok.
David Fúnez
Tegucigalpa, Honduras
Corp. Mandofer
‎2007 Jul 03 11:39 PM
hi,
you can take the suitable one from this list as per your reqt.
P01C Matchcodes for company pension schemes
P01CB Search help date CPS-relevant employees
P01CE Surviving dependent for testator
P01CET_PNR Errors per personnel number
P01CET_ROP Errors per processing type
P01CR Reimbursement of contributions for company pension scheme
P01CST Search help for status information
P01CU Correction run for transfer of CPS basic data
P01CV_DAT Search help for date of cyclical pension rights
P01CV_PNR Search help for employees with cyclical pension rights
PREM Collective Search Help for Personnel Numbers
PREMA Branches/Construction Sites (Brazil only)
PREMB PDC error indicator
PREMC Personnel ID Number
PREMD Part-time employees (D)
PREMF Construction industry - organizational assignment
PREMH Sickness cert.data (A)
PREMI IC number
PREMK Organizational assignment
PREML Time Data Administrator
PREMM Schedules
PREMN Last name - First name
PREMO HR Master Record: Infotype 0302 (Additional Actions)
PREMP Person ID
PREMPE Search Help for External Person ID: Return Value Person ID
PREMQUERY Free search
PREMR Employee's application number
PREMS Personnel numbers with trip data by organiz. assignment
PREMT Personnel numbers with trip data
PREMU System user name
PREMV Person in charge of sales
PREMX Interface toolbox: Export program
PREMY PDC group
PREMZ PDC time rec. ID card
and use the code as answered in previous answer