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

SAP Scripts

Former Member
0 Likes
610

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.

5 REPLIES 5
Read only

Former Member
0 Likes
587

hello,

im not clear with ur question.

Read only

Former Member
0 Likes
587

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

Read only

Former Member
0 Likes
587

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

Read only

Former Member
0 Likes
587

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

Read only

Former Member
0 Likes
587

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