‎2007 Jan 30 6:13 AM
Hi! What is the diffrerence between Norrmal ABAP(SD, MM FICO) and ABAP HR?
If somebody working in suppose SD Module then cant he work on ababp HR module.
Regards...Chang..............
‎2007 Jan 30 6:16 AM
‎2007 Jan 30 6:16 AM
‎2007 Jan 30 6:18 AM
Hi,
HR ABAP is specifically designed with Infotypes,Macros,LDBs,etc.,
Any ABAPer can work in HR ABAP but he needs to know the importance of few things which I mentioned above before starting to work.
‎2007 Jan 30 6:20 AM
Hi Chang,
There are lot of differences between ABAP-HR and Normal ABAP.
1) Using LDB,
2) Using Macros
3) Using Infotypes which not yet all there in normal abap
4) Also authorization of programs
check out this links even
http://www.sapcookbook.com/preview_hr_questions.htm
http://www.atomhr.com/library_full.htm
http://www.sapdevelopment.co.uk/hr/hrhome.htm
http://www.planetsap.com/hr_abap_main_page.htm
Reward points if it is helpful.
Regards,
Kiran I
‎2007 Jan 30 6:20 AM
‎2007 Jan 30 6:22 AM
‎2007 Jan 30 6:23 AM
‎2007 Jan 30 6:27 AM
Hi,
SD MM Business flow
You'd better get more information at these site:
http://help.sap.com/saphelp_46c/helpdata/en/92/df293581dc1f79e10000009b38f889/frameset.htm
http://help.sap.com/saphelp_46c/helpdata/en/ba/df293581dc1f79e10000009b38f889/frameset.htm
Std Programs for FI, SD, MM
MM links:
http://www.sapgenie.com/abap/tables_mm.htm
http://www.sap-img.com/sap-download/sap-tables.zip
http://www.allsaplinks.com/material_management.html
kindly check the following link:
http://easymarketplace.de/online-pdfs.php
You can go thru the followingg links on SD pp AAnd MM and busness workflowe in SAP:
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMMM/BCBMTWFMMM.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPP/BCBMTWFMPP.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTOM99/BCBMTOM99.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMMM/BCBMTWFMMM.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSD/BCBMTWFMSD.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
SD
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCSD/CAARCSD.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_SD.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSD/BCBMTWFMSD.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/LOLISPLN/LOLISPLN.pdf
MM
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCSD/CAARCSD.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSMAT/PSMAT.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CAARCMM/CAARCMM.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_MM.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_MM.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMMM/BCBMTWFMMM.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MYSAP/SR_MM.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMWMLVS/MMWMLVS.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/MMISVE/MMISVE.pdf
what exactly is ABAP-HR
The task of Human Resource Management is to produce the organizational hierarchies , relationship between employees and to allow storage and administration of employee data.
SAP HR Components
PA Personnel Administration and Payroll Accounting
PD Personnel Planning and Development.
Check these links for more info.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPA/PAPA.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAPD/PAPD.pdf
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PYINT/PYINT_BASICS.pdf
http://www.atomhr.com/training/Technical_Topics_in_HR.htm
http://www.planetsap.com/hr_abap_main_page.htm
you can see some Standard Program examples in this one..
http://www.sapdevelopment.co.uk/programs/programshr.htm
These are the FAQ's that might helps you
http://www.sap-img.com/human/hr-faq.htm
http://www.sapgenie.com/faq/hr.htm
HR ABAP
Logical Database (PNP)
Programming with Infotypes
Processing Time infotypes/Cluster
Processing Payroll infotypes/Cluster
http://www.planetsap.com/hr_abap_main_page.htm
Rgds,
Prakash
‎2007 Jan 30 7:39 AM
Hi chang,
the one basic glaring difference between ABAP and HR-ABAP is that no data is stored in transparent tables in HR. Everything is stored in clusters. You enter and view data through infotypes and retireve data through macros and LDBs.
Regards,
Priya.