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

Trigger Output Condition for EDI Medium

Anand_Dhanavel
Explorer
0 Likes
966

I need to trigger output for one Z Order Type which is having the medium as EDI.

I am aware of FM WFMC_MESSAGE_SINGLE which could trigger output for print medium (Doesn't work EDI medium 6) .

I need a similar FM but for EDI.

Thanks

Anand

I need to trigger output for one Z Order Type which is having the medium as EDI.

I am aware of FM WFMC_MESSAGE_SINGLE which could trigger output for print medium (Doesn't work EDI medium 6) .

I need a similar FM but for EDI.

Thanks

Anand

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
848

Hi,

to trigger the order for EDI medium ,u need to have an entry in NACE transaction code for the output type.

Regards,

Nagaraj

Read only

0 Likes
848

Hi,

I have the Z order TYPE in NAST and the output type as EDI medium. I want the function module to trigger this output type (EDI Medium ).

Regards,

Anand

Read only

Former Member
0 Likes
848

Hi

Check the following fun Modules

WFMC_MESSAGES_SELECT_PA

WFMC_MESSAGES_EXTEND

WFMC_MESSAGES_PROCESS

WFMC_MESSAGES_SELECT

WFMC_MESSAGES_SELECT_ALL_FALSE

WFMC_MESSAGE_SINGLE_NO_UPDATE

WFMC_MESSAGE_SINGLE_SCREEN

Reward points for useful Answers

Regards

Anji