Application Development 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: 

Transfer Idocs from one system to other

Former Member
0 Kudos

Hi,

Please check below scenario regarding Idoc transfer from Source to Receiver system:

I have source system SRC and receiver system REC.

I want to send Idocs from SRC to REC based on some data checks in REC system.

For ex, I am sending Sales order Idocs from SRC to REC, but should send the Idocs only when corresponding Sales area customizing is maintained in REC to avoid creating error IDocs in REC.

Is there a way to <b>check on REC customizing data</b> before sending Idocs from SRC system?

Thanks,

Yogita

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hmm.. i don;t think there's an easy way to initiate the transfer from the REC system..

I would probably have a program running every x minutes to check for required changes in REC system. When they are found, call an RFC program you develop in the SRC system to initiate the data push to REC.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Can anybody please reply my query?

Thanks,

Yogita

Former Member
0 Kudos

hmm.. i don;t think there's an easy way to initiate the transfer from the REC system..

I would probably have a program running every x minutes to check for required changes in REC system. When they are found, call an RFC program you develop in the SRC system to initiate the data push to REC.

0 Kudos

As you said "I would probably have a program running every x minutes to check for required changes in REC system"

But the <b>required changes in REC system</b> is the customizing data which I need to check against the Idocs in SRC system. So how will I link it with the Idocs in SRC?

Also do you think it is possible with RFC call from SRC system to check customizing data in REC system which is releated to SRC Idocs ?

What I was thinking is:

1 Collect SRC Idocs to be sent to REC

2 RFC call from SRC to check customizing data related to collected IDocs

3 If Customizing exists, do outbound(RSEOUT00)

else

dont post Idocs from SRC

Do you think this is achievable?

Thanks,

Yogita

0 Kudos

Hi,

Can anybody please help me with this scenario?

thanks,

Yogita