cancel
Showing results for 
Search instead for 
Did you mean: 

File to Idoc with wait for 30 secs time

Former Member
0 Kudos

Hi Experts,

We have a requirement like, sending a file using MDM adapter to Idoc.

We need to process messgaes coming into ftp one by one to target system ECC with a time interval of 30 seconds.

After 1 msg is processed, wait for 30 seconds and next message have to process.

Please let us know any user defined function code for this.

Thanks in advance...

Soumya A

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

similar discussions:

http://wiki.sdn.sap.com/wiki/display/Snippets/AddTimeDelayingraphicalmessageMapping

Former Member
0 Kudos

Check below thread.

Edited by: phani kumar on Jan 6, 2012 12:50 PM

Former Member
0 Kudos

Hi,

You can acheive this through BPM. Follow BPMPatternMulticastSequential. Use Wait step before the send step in the block and ignore next recv step in that pattern.

Refer Basis swcv and namespace http://sap.com/xi/XI/System/Patterns and look for the above pattern

regards,

ganesh.

Former Member
0 Kudos

Thnx Ganesh,

We need to do this without using BPMs.

Do u have any idea using user defined function.

Regards,

Soumya A

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

We need to do this without using BPMs.

Since this is sequential, use EOIO and then use the thead.sleep(ms) in your UDF. This is not really standard and would advise against using it.

Hope this helps,

Mark

Former Member
0 Kudos

Hi,

There are no processing parameters in MDM adapter.

Regards,

Soumya A.