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

deferred IDOC distribution

Former Member
0 Likes
560

Hi All,

Does someone know how to pospone certain IDOCs/change-pointers being sent. We are trying to distribute SAP HR data to SAP eRecruitment. Problem is that even HR changes in the future create changes in eRecruitment now.

Thanks in advance,

Jeschael

Hi All,

Does someone know how to pospone certain IDOCs/change-pointers being sent. We are trying to distribute SAP HR data to SAP eRecruitment. Problem is that even HR changes in the future create changes in eRecruitment now.

Thanks in advance,

Jeschael

3 REPLIES 3
Read only

Former Member
0 Likes
522

Hello,

In general you can filter the sending of IDOCS by

1. Create a Filter Object type (tcode BD95)

- here you create a definition that says what table-field you want to filter on.

- in your case probably an effective date.

2. Assign Filter Object to IDOC field

- hear you assigg the object from 1. to the IDOC field that you want to filter on,

3. In your distribution model add the filter object to the message type and assign

a filter value ( sy-datum perhaps)

I am not sure that this works for your specific requirement.

Read only

0 Likes
522

Hi Greg,

Thanks for the answer. I haven't tested it yet, but wouldn't this solution cause the IDOCs never to be sent? I do need them to be sent ones their date becomes valid one the current day.

Jeschael

Read only

0 Likes
522

I think I also have to filter/defer per infotype. So the infotypes I send are always valid on the day I send them. Thus a filter on changepointers seems best.

Jeschael

Message was edited by:

J.V. Lebbink