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

Tcode for standard SAP program.

Former Member
0 Likes
1,083

Hi All,

We created tcode for standard program RSEIDOCB, to avoid providing users SA38 in PRODUCTION.

Now when trying to run this tcode,users cant do so.They are taken back to the logon screen.The strange part is that this occurs even when we try and give SAP_ALL to the user.

Please answer what can be the cause n solution.

Thanks

Peeyush

8 REPLIES 8
Read only

Former Member
0 Likes
1,043

> The strange part is that this occurs even when we try and give SAP_ALL to the user.

Have you considered faulty config?? Which type of transaction have you created?

Cheers,

Julius

Read only

0 Likes
1,043

Hi Julius,

We created customized transaction.This is done in our project by ABAP.

Thanks

Peeyush

Read only

0 Likes
1,043

Hi guru,

You cannot have a custom transaction type. You can only have a custom transaction name of type <one of the standard types>.

Which one is it? If it is not a Report type transaction, then you are unlikely to get very far and it will exit to the menu regardless of your authorizations.

Cheers,

Julius

Read only

0 Likes
1,043

Hi Julius,

Is there a way to find out whether the transaction created by our ABAPer is of type "report" or not?

Peeyush

Read only

0 Likes
1,043

Yes. The ABAPer created it in SE93 and you can display it there as well.

But I would go back to the ABAPer and ask him / her for the results of their own unit-tests to show that they got it working before "releasing" it for further testing and transporting... etc. <- this should have been detected prior to it being passed on to you (security).

Cheers,

Julius

Read only

0 Likes
1,043

Hi Julius,

Thanks for your inputs!!!

Yes,I can see the tcode created in SE93,but how to judge whether it is a "report type" tcode or not.

Peeyush,

Read only

0 Likes
1,043

You should see a number with the value '1000' ...

Is it a "selection screen" (correct) or a "screen number" parameter (incorrect)?

Anyway, you should go to the ABAPer! This is not a security problem...

Julius

ps: I will move this to ABAP General forum.

Read only

0 Likes
1,043

>

> Hi Julius,

>

> Thanks for your inputs!!!

>

> Yes,I can see the tcode created in SE93,but how to judge whether it is a "report type" tcode or not.

>

> Peeyush,

It's right at the top of the screen

Rob