Вы находитесь на странице: 1из 11

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 1 of 11

SAP HR ABAP, HCM Material Tutorial and Trainings


Home Material About SAP Trainings Contact Games

External links
Ads by Google Sap HR Payroll HR Sap PDF Sap ABAP Jobs

Material
ABAP-hr (14) Code Samples (2) PA (3) SAP Workflow (3) Basics (1) Introduction (2) SAP-hr (7) Authorizations (1) Configuration (3) Payroll (1) Uncategorized (7)

Pages
Material About SAP Trainings SAP HR Payroll Training SAP ABAP Training HR ABAP Training SAP HR Training SAP Workflow Contact Useful Links Games

Recent Tutorials

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 2 of 11

Creation of Custom Infotype in HR ABAP Basic Customization for SAP Workflow SAP Workflow Introduction SAP Workflow basics One Minute Dream of Software Engineer Small break again Structural Authorizations in SAP HR with gotchas Evaluating Repetitive Structures in SAP HR ABAP Programming SAP ABAP HR Program code using LDB PNP SAP HR ABAP Interview Faqs Fast cars and speed driving Wage Type Configuration in SAP HR G/L account Configuration in SAP SAP Payroll Schema. Functions , Rules and Operations An overview NICE STORY- Lets have a small break

Try it out

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 3 of 11

Online Trainings
Trainings ABAP Workflow SAP-HR ABAP-HR

Advanced Training
HCM Payroll

Google
HR Training CoursesDubai Designed For HR Professionals- UAE CAMI Certifications. Enroll Today !
mecindia.in/Executive-MBA

Programming Stay on top of trends in parallel computing. Read our expert blog!
www.drdobbs.com/Go-Parallel

PGDM : Human Resource Real-World Understanding of HRM Processes & Strategies. Apply Now!
ITM-GLC.com/HRM

SAP Certification at NIIT Enhance Your SAP Understanding with Our SAP Training Modules. Enroll!
NIIT.com/SAP

HR & IR courses in India International certification in HR Limited time offer at Rs 5515


www.iactglobal.in/humanresources

Join Mailing List

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 4 of 11

Enter your email address:

Subscribe

Add to iGoogle

Recent comments
Rupu on SAP Payroll Schema. Functions , Rules and Operations An overview Anil on SAP-HR MONISHA on SAP-HR Anil on SAP HR Payroll RK on ABAP-HR

Write your review

14 Feb

SAP ABAP HR Program code using LDB PNP

Here is a basic abap hr program with screen shots step by step for learners who are having knowledge of abap. This is a basic program but you can use this template for every abap hr program and add if and else conditions change the Infotype numbers and field names based on your requirement. Initially I dont want to confuse the readers adding more coding at first program. All the scenarios are covered in next posts one by one by using the same program template. Requirement: Select the data from Infotypes using logical database PNP (with out single select statement) and display in report. Fields like Personnel number, Action Type, Reason for Action, Payroll area, Personnel ID Number Infotypes Used: 0000, 0001, 0002.

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 5 of 11

Macros used: RP-PROVIDE-FROM-LAST P0000 SPACE PN-BEGDA PN-ENDDA. RP-PROVIDE-FROM-LAST P0001 SPACE PN-BEGDA PN-ENDDA. RP-PROVIDE-FROM-LAST P0002 SPACE PN-BEGDA PN-ENDDA.
Ads by Google Sap Training ABAP HR & Training Tutorial Sap

Selection screen: There is selection screen is defined in this program but by using logical database PNP we do get standard selection screen.

Steps: 1) Go to se38 transaction 2) Enter the program name ZABAPHROVERVIEW and press on create 3) Enter the TITLE name, select TYPE as executable program, and LOGICAL DATA BASE AS PNP.

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 6 of 11

4) Press on save button. And use the below code and execute you will get standard selection screen.

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 7 of 11

Standard selection screen:


Ads by Google Staffing in HR Sap Sap 5 HR Class Sap HCM

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 8 of 11

Enter the personnel number and execute the program report display is ready for you:) Dont you feel abap hr is easy. Incase any question use the below comments section..

Related Posts
Evaluating Repetitive Structures in SAP HR ABAP Programming SAP HR ABAP Interview Faqs Personnel Administration (PA): Introduction on SAP HR module Useful Transaction codes in SAP HR module Macros in HR-ABAP programming What is Logical Database ? Infotype 402 and Payroll results
This entry was posted on Sunday, February 14th, 2010 at 9:44 am and is filed under Code Samples. You can follow any

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 9 of 11

responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

SAP HR ABAP Interview Faqs Evaluating Repetitive Structures in SAP HR ABAP Programming 9 Responses to SAP ABAP HR Program code using LDB PNP 1. 1 duns number lookup Says: Great posting ! Thank for sharing.
April 30th, 2010 at 6:41 am

2. 2 chinna reddy gaddam Says: give me some sample payroll report and design the pay slip.
May 4th, 2010 at 3:40 pm

3. 3 admin Says: Hi Reddy, In near future You will see more payroll programs using Function modules, Macros and get event. Keep watching.. http://abaphr.com
May 5th, 2010 at 10:36 am

4. 4 Ravindranath Says: Hi Please let me know about the corse details and course.Please send it to ID mentioned in.it
May 13th, 2010 at 5:51 pm

5. 5 Ramakrishna Says: Hi, I would like to learn ABAP HR online training. Please send me the details Ramakrishna Moturi
August 3rd, 2010 at 8:24 pm

6.

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 10 of 11

6 Urgent Leads Says: This blog site is wonderful. How did you come up witht he idea?
September 24th, 2010 at 1:48 pm

7. 7 Khaja Moulali Says: so nice to Brgin HR ABAP. Thanks. Regards, Khaja Moulali.
February 3rd, 2011 at 11:26 am

8. 8 rahul Says: very good


March 11th, 2011 at 8:42 am

9. 9 carol Says: Hi, I would like to learn ABAP HR, please send me the online training details or materials to the mail id provided. Thanks, Carol.
March 28th, 2011 at 9:42 am

Leave a Reply
Name (required) Mail (will not be published) (required) Website

http://www.abaphr.com/abaphr-program-code/

4/14/2011

sap hr abap programming | SAP HR ABAP, HCM Material Tutorial and Trainings

Page 11 of 11

Submit Comment

2011 SAP HR ABAP, HCM Material Tutorial and Trainings | Entries (RSS) and Comments (RSS) Design by Web4 Wordpress Themes, SAP HR ABAP, HCM Material Tutorial and Trainings 2011 | Theme design by Data sub systems.

http://www.abaphr.com/abaphr-program-code/

4/14/2011

Вам также может понравиться