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

Required Steps to develope the interface

Former Member
0 Likes
524

Hai,

This is my need.

The following details are provided thru an interface:

Personal Data including name, payroll, NI Number, Department, work address, gender, Date of Birth and Marital Status,Company email,Contracted hours,Uniform posts,Pension scheme membership including salary,Pension Contributions

A new interface will be required to transfer this information from SAP HR module to the Pensions Administrators. The purpose of the interface is to ensure that all data is passed in the appropriate timeframe to ensure that key business processes are actioned.

4 REPLIES 4
Read only

Former Member
0 Likes
466

Hi,

If pension administrators is also into R/3, then create a program to upload a file from application server which has above data.. i.e. payroll number, Dpt. work address etc...

Upload the file & then update Pension administrator details as per your requirement.

if pension admstr is a different system, then download the data from SAP HR into a tab delimitted file.. & trigger the Pension adminstrtr system to upload the file & process it.

Best regards,

Prashant

Read only

Former Member
0 Likes
466

Hi,

I didn't get your requirement exactly.

But let me give some inputs through which you can do that(as per my understanding).

- You can develop a custom idoc with the required fields and segments accordingly wtih respect to hierarchy and cardinality wise( like header and detail inormation).

And you can send the idocs whenever requried.. The program for sending the idoc is generally scheduled in background....

Reward if helpful...

Thnx,

RSS

Read only

Former Member
0 Likes
466

Hi RSS,

Thnx for u r valuble points

i found the idcoc HRMD_A06.

•When an New Employee To the Pension

• Terminations from the Pension

• Changes of:

o Personal Data including name, payroll, NI Number, Department, work address, gender, Date of Birth and Marital Status

o Company email

o Contracted hours

o Uniform posts

o Pension scheme membership including salary

o Pension Contributions

A new interface will be required to transfer this information from SAP HR module to the Pensions Administrators. The purpose of the interface is to ensure that all data is passed in the appropriate timeframe to ensure that key business processes are actioned

Now i need help regarding coding part can u provided me any coding regarding this

Read only

Former Member
0 Likes
466

Hi RSS,

Thnx for u r valuble points

i found the idcoc HRMD_A06.

•When an New Employee To the Pension

• Terminations from the Pension

• Changes of:

o Personal Data including name, payroll, NI Number, Department, work address, gender, Date of Birth and Marital Status

o Company email

o Contracted hours

o Uniform posts

o Pension scheme membership including salary

o Pension Contributions

A new interface will be required to transfer this information from SAP HR module to the Pensions Administrators. The purpose of the interface is to ensure that all data is passed in the appropriate timeframe to ensure that key business processes are actioned

Now i need help regarding coding part can u provided me any coding regarding this