‎2008 Oct 30 6:25 AM
Hi All,
I have a doubt in the topic SAP Scripts.
Can you please say me how to use a SAP Script in our Application Program.
Thanks in Advance.
Lekha.
‎2008 Oct 30 6:27 AM
‎2008 Oct 30 6:29 AM
Hi Lekha,
Please be clear about your query,
Most of the applications have any output type associated you can check in T.code NACE.
for that application there can be number of output types, for that each output type an print progran and a form layout is associated with it.
these form layout can be a smartform or a script.
regards
Kumar M
Edited by: mukesh kumar on Oct 30, 2008 7:29 AM
‎2008 Oct 30 6:36 AM
Hi
1. You need to create a sapscrpit in SE71.
2, In your program
use FM
1.open_form
2.write_form
3.close_form
the above steps are basic in using sap script .
hope useful.
regards,
Ramya
‎2008 Oct 30 6:48 AM
Hi lekha,
You can configure your SAPSCript corresponding to the output type in any particular tranaction.
This type of configuaration is done by NACE Tranaction.
Thanks,
Chidanand
‎2008 Oct 30 6:56 AM
hello,
we need copy std scripts from utilities->copy from client.
fromo 000 client in to zXXXXname.
dont check the orginal langugae check box just excute,
then go to se71 and make the chages u required,
and then configure NACE tcode with appication name and output type and with scritp name and driver program .
we make use of this FM open_form,close_form,write_form.
thank u ,
santhosh
Edited by: santhosh kumar on Oct 30, 2008 7:57 AM