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

sending custom fields using IDOC

Former Member
0 Likes
639

Hi All,

We have a requirement to send some HR data in our HR System to PI system and we are planning to use IDOC.

we have 3 scenarios

1.Full Initial Load

2.Delta Loads

3.Custom fields for example there is no infotype that stores the manager id of an employee so we need to write some logic to get the manager name of an employee and send it to IDOC.

Please let me know the steps in handling the above mentioned 3 different scenarios

Thanks

Bala Duvvuri

3 REPLIES 3
Read only

Former Member
0 Likes
514

1.Full Initial Load

- Use PFAL for Initital Load with message type HRMD_A

2.Delta Loads

- User Change pointers, Execute RBDMIDOC with HRMD_A, check if change pointers are getting stored in BDCP/BDCP2 table

3.Custom fields for example there is no infotype that stores the manager id of an employee so we need to write some logic to get the manager name of an employee and send it to IDOC.

-Dont think any custom coding is required here, Extend the IDOC structure and maintain T777d table with corresponding custom IDOC segment, last one I am not 100% sure but it should work, pls check.

Read only

0 Likes
514

can somebody give some more inputs on adding custom fields to IDoc.

Thanks

Bala Duvvuri

Read only

0 Likes
514

Shital,

can you please elaborate on these points

Extend the IDOC structure and maintain T777d table with corresponding custom IDOC segment,

Thanks

Bala Duvvuri