‎2008 May 06 11:45 AM
Hi Gurus,
When I look over to NACE transaction, There in
output types->Processing Routines, I observed Program name,
Form Routine, and Form.
I think program is nothing but Driver Program, and Form is nothing but Form Layout,
Please can any one tell me what is exactly Form Routine.What is the use of that, How can i check that one.
Why because when i observe some output type , those are not linked with Form,They have only Program name,Form Routine name.
Please can any one suggest me...
Thanks in Advance
Thanks and Regards
Siri...
‎2008 May 06 12:33 PM
Hi,
without form routine we can't able to print form.
it contains print parameters and output types configuration information in nast table.
which memory and which output type it has configured.
it is link with output type.
it will link form and print program through output type in nast.
with out that it is not possible.
perticularly edi,ale form is not required why means using message type means output type it will identify idoc type in partner profiles.these are based on partner profiles and port configuration .
just execute and generate idoc in file format.
no need print printview of that.
using function module master_idoc_distribute generate idoc.
maintained configuratiopn details in condition record of that idoc based on condition record it will transmitt idoc to perticular receipient.
‎2008 May 06 12:37 PM
Hi,
The form routine in this case is the subroutine that will be called in the driver program.
Regards,
Nick
‎2008 May 06 12:49 PM
hi
abinava siri
note:
i just make on point clear the form name in the formname column is not the 100% true form name as there i have gone through some driver program where ppl use a different smartform / script name thatz y make sure u check the name of sapscript in dreiver program u hav to check the name of form i/p to FM if it is directly from nast den smartform is same as mentioned in nace
‎2008 May 06 12:54 PM
Hi,
Form routine is nothing but a form in the 'program name' thru which control enters. e..g take any one example in nace. Just copy the FORM ROUTINE via Control C & double click on program name & then in find use Control V & press enter it will comd to the form routine. To Confirm that control enters thru this just put a break point in this routine & execute the corresponding transaction/Program , control will halt at the break point.
I hope this clarifies the matter.
Regards
Raju chitale