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

Problem: Creating Transaction Codes

Former Member
0 Likes
579

Hi,

I want to create a TN-Code for a ABAP Report,that is calling a RFC with a hardcoded RFC-Dest.

That's it, the report doesn't do any thing else.

I have to say that I created TN-Codes for ABAP Reports before. So I went to SE93 and made the Inputs as usual. But when I waat to save it I get the error "that I am not allowed to use Test-Objects in a foreign namespace". So I created a new package in se21.

Then I tried to save using the new package, but the error was still there.

So how can I create that TN?

p.s.:

the code in the report is just:

CALL FUNCTION xyz
DESTINATION abc.

Edited by: Daniel Gerne on May 13, 2008 10:26 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
523

HI,,

Check whether your T-code , program begin with Z*

4 REPLIES 4
Read only

Former Member
0 Likes
523

It seems to be problem with authorization

Read only

0 Likes
523

you mean I don't have the privileges to create TN-Codes from RFC Calls.

The funny thing is that a few weeks ago I created a TN-Code for a abap report (that was NOT using a RFC). And that worked perfectly.

Read only

Former Member
0 Likes
524

HI,,

Check whether your T-code , program begin with Z*

Read only

0 Likes
523

thanks sandesh,

such a stupid mistake. It works.

thank you guys