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

Reg : IDOC - inbound function module

giri_raaj
Explorer
0 Likes
318

HI guys,

I have an ....list of error inbound idocs .......(presently using function module X)......

but recently we made lot of changes in inbound function module and release as "Y"...hence presently all idocs Uses the inbound function module 'Y'.

In this scenario i wanted to re-process the old idocs.....(which were in error state 51).......Which should use the old function module 'X'.....(it should not use Function module 'Y')

In short 'based on the date ....my inbound function module should be assigned while processing idocs.

idoc date < 01.01.2011 then old function module (I.E FM "X")

idoc date > = 01.01.2011 then new function module (i.e. FM "Y")

regards

Girish

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
285

You can't do that via the standard config. You can, however, embed the call to your 'X' function in your new 'Y' function based on your date criteria. Whether that date is hard-coded or stored in TVARVC is up to you.