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 Script

Former Member
0 Likes
452

Hi Experts

I am very new to SAP Scripts.

I want to change some scripts now, can you tell me about the driver program and the internal table, how we use in Script.

Can we do coding part in script forms like smartforms,

Do we need to create the structure and assign it in Script also like Smartforms.

Please anyone explain me how to call a SAP Script.

Thanks in advance.

Regards

Rajaram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
418

Hi,

check this link for an example

http://www.thespot4sap.com/Articles/SAPscript_example_code.asp

Thanks

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
419

Hi,

check this link for an example

http://www.thespot4sap.com/Articles/SAPscript_example_code.asp

Thanks

Naren

Read only

Former Member
0 Likes
418

Hi Raj Ram,

Create a layout in SE71.

Create a program in SE38 linking this layout.

Function modules involved are

1) open_form

2) write_form

3) start_form

4) close_form.

Regards,

Nagaraju