Application Development 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: 

How to install ABAP function modules

Former Member
0 Kudos

Hi,

I am quite new to SAP, so please forgive me if this might seem a very obvious question.

We are developing ABAP function modules which will be remote enabled. We plan to call these remote enabled functions through a Java program using JCo. The Java program can be configured to connect to one or many SAP

systems at run time. The ABAP function modules will need to be installed on every SAP System that our Java program has to connect to.

My question here is - How do we install ABAP function modules. Do I have to go through the SAP GUI (Create a program and paste my code there) or can I do this from command line. Cmd line would be much better - then I can put the command in a script and run it from my installer.

An early reply will be much appreciated.

Thanks in advance.

Regards

~Rashmi

1 REPLY 1

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I think you will want to start by reading about the TMS system. http://help.sap.com/saphelp_nw04/helpdata/en/44/b4a0137acc11d1899e0000e829fbbd/frameset.htm

This is the tool for distributing your ABAP code.