2008 Jul 31 12:21 PM
I am new to ABAP-HR.......
what is the difference between GET OBJEC and GET PERNR.
Iam asked to write a program using logical databases .. which one should I use ...
thanks,
shekhar....
2008 Jul 31 12:22 PM
GET Objec is used with LDB PCH and GET pernr is used with LDB PNP.
Check what data U want to display ..
pernr , name .. or Object ID , object name ... etc ...
ex : If U declare LDB PCH ..
tables : objec.
start-of-selection.
get OBJEC.
*write the coding
end-of-selection.
ex : If U declare LDB PNP ..
tables : pernr.
infotypes : 0000 , 0001.
start-of-selection.
get PERNR.
*write the coding
end-of-selection.
I am new to ABAP-HR.......
what is the difference between GET OBJEC and GET PERNR.
Iam asked to write a program using logical databases .. which one should I use ...
thanks,
shekhar....
2008 Jul 31 12:21 PM
get objec is used in the PCH logical database
and get pernr is used in the PNP logical databse
2008 Jul 31 12:22 PM
GET Objec is used with LDB PCH and GET pernr is used with LDB PNP.
Check what data U want to display ..
pernr , name .. or Object ID , object name ... etc ...
ex : If U declare LDB PCH ..
tables : objec.
start-of-selection.
get OBJEC.
*write the coding
end-of-selection.
ex : If U declare LDB PNP ..
tables : pernr.
infotypes : 0000 , 0001.
start-of-selection.
get PERNR.
*write the coding
end-of-selection.
2008 Jul 31 12:33 PM
GET Objec is used with LDB PCH and GET pernr is used with LDB PNP.
Check what data U want to display ..
pernr , name...
ex : If U declare LDB PCH ..
tables : objec.
start-of-selection.
get OBJEC.
end-of-selection.
ex : If U declare LDB PNP ..
tables : pernr.
infotypes : 0001.
start-of-selection.
get PERNR.
end-of-selection
Regards,
Prasad.
2008 Jul 31 12:38 PM
Hi
GET OBJEC :logical database for PNP
GET PERNR:logical database for PCH
regards,
Sravanthi
2008 Jul 31 12:53 PM
Hi Nevali.
I would like to suggest,
OBJEC - Work Area for Database PCH
PERNR - HR Master Data Reporting - PNP
Differences,
GET OBJEC - Reporting on Personnel Planning data
GET PERNR - Reporting on HR master data.
I would like to suggest a Reference,
[SAP HELP - Standard Reference for HR Logical Databases|http://help.sap.com/saphelp_nw04/helpdata/en/c6/8a15381b80436ce10000009b38f8cf/content.htm]
Hope that's usefull.
Good Luck & Regards.
Harsh Dave
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |