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

ADAP Trial Version

Former Member
0 Likes
1,279

Good Day Folks !!

I'm attempting to teach myself ABAP utilizing the trial version provided via SDN. In paticular my goal is to write a RFC.

When I attempt to create a function group I'm queried for a developers key.

The key provided [29671482393151224771] does not work.

Can anyone offer some direction ??

THANKS !!!

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,183

Make sure that you are signed on as BCUSER and make sure that when creating your function group and function module, that you are using the customer namespace, which means they should start with Z or Y.

Regards,

Rich Heilman

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,184

Make sure that you are signed on as BCUSER and make sure that when creating your function group and function module, that you are using the customer namespace, which means they should start with Z or Y.

Regards,

Rich Heilman

Read only

0 Likes
1,183

THANKS for the reply Rich .. though this does not seem to be the issue; I am aware of the SAP vs Customer namespace requirements. My ignorance likely is ..

and I'm about to show it ..

seems I can create a group and program as local objects ..

once activated will these be available to remote systems/clients ???

Read only

0 Likes
1,183

Sure, they will be available to call. For example if you are wanting to call your RFC from a Web Dynpro Java application, all you need to do is simply set up the jCo connections and put the NSP system in the SLD and you are all set.

Regards,

RIch Heilman

Read only

0 Likes
1,183

THANKS Rich .. I'll continue plodding along ..

I'll likely be back ...

Read only

0 Likes
1,183

Good Day ..

Exactly which Data Types are supported via RFC and the SAP.Functions OCX control ?

When attempting to pass a STRING I encounter a "Type not supported" error.

Is a potential workaround a user defined type/structure ???

-


Also .. the tablefactory control ? Can that be utilized for both import and export ?