Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PA0003 match code problem

Former Member
0 Likes
1,002

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

Can you use search help 'PREM', like below?

PARAMETERS pvende LIKE pa0003-pernr OBLIGATORY MATCHCODE OBJECT prem.

3 REPLIES 3
Read only

Former Member
0 Likes
605

Can you use search help 'PREM', like below?

PARAMETERS pvende LIKE pa0003-pernr OBLIGATORY MATCHCODE OBJECT prem.

Read only

0 Likes
604

Srinivas;

Thanks a lot, it works ok.

David Fúnez
Tegucigalpa, Honduras
Corp. Mandofer

Read only

Former Member
0 Likes
604

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