‎2009 Jan 22 8:28 AM
Hi ,
When i am creating a Inbound Delivery through VL31N , an Z output type is automatically triggered, I want to stop this and mannualy trigger using some logic. i.e I need a user exit or other way where I can restrict triggering of output type by certain logic.
thanks
bobby
‎2009 Jan 22 9:07 AM
we can control it through driver program ......
driver program for inbound delivery is RTCHECKL and ur driver program may differ so check it first...
goto nace t.code..
click application E1 and click button output type in application toolbar..
select the output type CHKL and double click on processing routine...
there u can find program and form name there .....
through that driver program u can control...
‎2009 Jan 22 8:42 AM
Hi,
Please contact your EDI Administrator or Someone who can change the settings of your output type through NACE transaction.
Regards,
Baburaj
‎2009 Jan 22 9:07 AM
we can control it through driver program ......
driver program for inbound delivery is RTCHECKL and ur driver program may differ so check it first...
goto nace t.code..
click application E1 and click button output type in application toolbar..
select the output type CHKL and double click on processing routine...
there u can find program and form name there .....
through that driver program u can control...
‎2009 Jan 22 9:11 AM
u can also put conditions on output type thru output controls in VOFM
goto requirements->output control->select appropriate copy routine that has been configured or create a new one and ask ur functional to associate it then write ur code to control the triggering