Skip to Content
0
Former Member
May 13, 2008 at 08:18 AM

Problem: Creating Transaction Codes

56 Views

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