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

Message control,Urgent

Former Member
0 Likes
366

Hello,

How to write a processing routine in driver program for a smartform while using message control.

Urgent.

Rakesh.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
348

Hi Rakesh,

Check this info.

Check the following documentation

In NACE t-code we have the application for each one. Based on the application output type can be defined, based on output type script and print program can be defined.

If suppose data can be read from EDI then we should go for condition records.

So whenever we execute the script first composer checks the output type and then execute the program. in program whenever open form FM will be populate then script will open first. After that again program till another FM will populate if it then script will populate........like it is cycle process. Composer does all these things and at last it will submit that output to spool.

Go to the Transaction NACE.

choose the related sub module.. like billing or shipping

double click on Output Types

Choose the Output Type for which you wanted your script to trigger

Then select the Output Type and double click on Processing Routine

Then go to create new entries--> Select the Medium (1- print output), then enter your Script and Print Program details --> Save and come out

Now go to the Transaction (for which you have created the output type)... Issue output--> Select the output type --> Print....

Hope this resolves your query.

Reward all the helpful answers.

Regards

2 REPLIES 2
Read only

Former Member
0 Likes
349

Hi Rakesh,

Check this info.

Check the following documentation

In NACE t-code we have the application for each one. Based on the application output type can be defined, based on output type script and print program can be defined.

If suppose data can be read from EDI then we should go for condition records.

So whenever we execute the script first composer checks the output type and then execute the program. in program whenever open form FM will be populate then script will open first. After that again program till another FM will populate if it then script will populate........like it is cycle process. Composer does all these things and at last it will submit that output to spool.

Go to the Transaction NACE.

choose the related sub module.. like billing or shipping

double click on Output Types

Choose the Output Type for which you wanted your script to trigger

Then select the Output Type and double click on Processing Routine

Then go to create new entries--> Select the Medium (1- print output), then enter your Script and Print Program details --> Save and come out

Now go to the Transaction (for which you have created the output type)... Issue output--> Select the output type --> Print....

Hope this resolves your query.

Reward all the helpful answers.

Regards

Read only

0 Likes
348

Hello Nagaraj,

Actually I did all the configurations in NACE.

I am using an Z driver program and an z smartform.

But I don't know how to write a form routine in my driver program.

Rakesh.