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: 

Missing function module 'SEO_NA_SET_SECTION_TYPE_SOURCE'

Former Member
0 Kudos

Im trying to use a programm for up- and downloading classes. Sadly, it was originally designed on WebAS 6.20, not for 7.00. Still it works to some extent.

The first eror occurs on importing, with the programm telling me that the FM 'SEO_NA_SET_SECTION_TYPE_SOURCE' was not found. Now this has to be some SAP FM (from the 6.20 class builder), cause the programm itself only has one file and no supplemental classes or FMs. Now i have been through the forum and the internet, but cant find neiter any information on the FM itself nor the FM it was superceeded in 7.00.

Anyone have any hints on the matter? Thx.

2 REPLIES 2

Former Member
0 Kudos

Hi Robert,

You can use SAPLink for uploading/downloading almost any object of the Abap workbench. Take a look at [http://code.google.com/p/saplink/] (it is an open source solution presented on the SAP Teched a few years ago).

Regards,

John.

0 Kudos

Thx very much, ill look into it.

Edited by: Robert Graf on May 4, 2009 10:55 AM