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

outbound ORDRSP IDOC not created while processing using ALE_PROCESSING .

Former Member
0 Likes
673

HI ALL,

i have done all the requiured config for o/b message control for ORDRSP idoc along with config in sale for dist.. model and assigning msg type to model etc and when i save my PO i can see the o/p being proposed but when i process that with A as medium, it is incorectly processed and no ordrsp idoc is created.i am using std idoc_output_ordrsp FM, when i debug the code the see an error in ALE_PROCESSING IN the perform new_dyn_perform

can anyone pls tell me why the idoc is not created.

thanks,

2 REPLIES 2
Read only

Former Member
0 Likes
504

Hi

Check whether u configured perfectly in WE20 (outbound parametrs)

Here you have to pass all the parametrs in Message Control.

Thanks

eswar

Read only

0 Likes
504

Hi eswar,

i have configured the partner profile for the LOGICAL SYSTEM that i hav created along with the message control deatils in msg ctrl tab( which i think should not really matter) as i have already created a distrib. model for my log. sys and attached my msg typ to that.

when i debug the flow ( rsnast00-rsnasted-ale_processing-idoc_output_ordrsp) i think the error is somewhere in the call function tede1-routid( idoc_output_ordrsp) in the new_dyn_perform subroutine.

but that FM is holding good for other ORDRSP idocs.i am really unable to understand where the error actually is.

thanks