‎2007 Apr 13 8:24 AM
Hello,
How to write a processing routine in driver program for a smartform while using message control.
Urgent.
Rakesh.
‎2007 Apr 13 8:26 AM
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
‎2007 Apr 13 8:26 AM
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
‎2007 Apr 13 9:32 AM
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.