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

OUTPUT Type

Former Member
0 Likes
1,147

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
909

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...

3 REPLIES 3
Read only

Former Member
0 Likes
909

Hi,

Please contact your EDI Administrator or Someone who can change the settings of your output type through NACE transaction.

Regards,

Baburaj

Read only

Former Member
0 Likes
910

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...

Read only

0 Likes
909

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