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

Issue an output message programmatically

Former Member
0 Likes
616

Hello,

Is it possible to issue an output message (sales order) programmatically? Message types have been created.

I need to inform Logical destination and Cover Page Text before send the message.

Thanks in advance,

Ricard.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
462

output messages are triggered to create a output like SF sending in mail or print..

if you have your z program itself.. then why need to trigger the output message.. you can trigger the SF from your program itself..

by the way, outputs are triggered on some conditions lets say fro save one output is created,, for change one output is created.. for new some output is created... you can simulate these using BAPIs and make the messages triggered.. hope you understand...

1 REPLY 1
Read only

Former Member
0 Likes
463

output messages are triggered to create a output like SF sending in mail or print..

if you have your z program itself.. then why need to trigger the output message.. you can trigger the SF from your program itself..

by the way, outputs are triggered on some conditions lets say fro save one output is created,, for change one output is created.. for new some output is created... you can simulate these using BAPIs and make the messages triggered.. hope you understand...