‎2009 Nov 30 2:03 PM
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
‎2009 Nov 30 2:49 PM
> 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
‎2009 Nov 30 3:05 PM
Hi Julius,
We created customized transaction.This is done in our project by ABAP.
Thanks
Peeyush
‎2009 Nov 30 3:15 PM
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
‎2009 Nov 30 3:36 PM
Hi Julius,
Is there a way to find out whether the transaction created by our ABAPer is of type "report" or not?
Peeyush
‎2009 Nov 30 3:42 PM
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
‎2009 Nov 30 3:46 PM
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,
‎2009 Nov 30 4:02 PM
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.
‎2009 Nov 30 4:18 PM
>
> 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