cancel
Showing results for 
Search instead for 
Did you mean: 

idoc trigger

Former Member
0 Kudos

Hi

I have a rek where from ECC, idoc is to be triggered and that is to be send to differnt sub-scribers(I have around 40 sub-scribers) through XI. The rek of each subscriber is differnt.

1. Some subscribers want complete info-records to be populated and some sub-scribers want only changes to be populated through idoc.

2. Some subscriber want them once in a month and some want on daily basis.

Is it possible to trigger the idocs in ECC according to the rek of sub-scribers ?? If yes, how can we achieve this ??

Is there any need of writing custom program for this to happen ?? How difficult to write this program ??

Thanks

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

The best thing would be to group the requirement based on subscribers and create message type accordingly and schedule the same.

The idoc type would be same for all subscribers, but the message type would be different.

For eg.,

orders05 is the idoc type and zmonth for monthly forecast

orders05 is the idoc type and zweek for weekly forecast.

Once u have done this combination, make a batch schdule and run as per the requirement.

Regards,

Anandh

Former Member
0 Kudos

Hi Krish,

If we see the idoc name, it will start with message type and after that basic type. So if we create the message type for each sub-scriber, it is going to be all together new idoc or only one idoc with differnt messae types ?? Is it possible to have one idoc with different message types ??

thanks

kumar

Answers (1)

Answers (1)

former_member192295
Active Contributor
0 Kudos

Hi,

Develop simple report for complete information IDOC and execute it in back ground according to your requirement,it will trigger automatically. Regarding change data idoc need to execute RBDMIDOC program in background, it will trigger change data idocs only.