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

bapi for pa30

Former Member
0 Likes
1,599

i recorded pa30 view address data , organisedata and personal date its working good for organize data and personal data but for address data in case of country key its not working properly depending on se for singapore it work and for other country it not working . plz suggest to do with bapi i dont have idea with bapi

thanks for good suggestation

3 REPLIES 3
Read only

Former Member
0 Likes
775

Hi,

You wants upload the absence quota into SAP using PA30 or you wants get the report of Absence quota .

To get the report you can fetch the data from infotype PA2006 straight away.

To upload the data use the fun module HR_INFOTYPE_OPERATION

Regards

Read only

0 Likes
775

Plz give me in details i not understanding . new to bapi how to do it

Read only

0 Likes
775

Address screen in PA30 changes as per the Country Grouping so you have to records for all the countries you need and then before writing BDC check the Employees Molga an then call your BDC accordingly.

You can solve this problem by using HR_INFOTYPE_OPERATION function module.

Refer the code for sample -

It is recommended to use this FM then BDC when you are doing one infotype at a time.

Regards,

Amit

Reward all helpful replies.