Application Development 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: 

How many ways to run a transaction in SAP apart from these?

Former Member
0 Kudos

Hi,

Can anyone let me know , how many different ways to run a transaction when you dont have authorizations to run some transaction's in SAP Systems?

Methods which im familiar with are:-

1. calling se37 and running FM's like 'CALL_TRANSACTION", "CALL_CIC_TRANSACTION" etc...

2. Go to se93 and run it.

3.Go to se80 and run from there.

Can anyone let me know what are the other possible ways ?

Thanks,

Anitha

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Hi Anitha,

Write a z program which uses the syntax,

call transaction '<TCODE'.

Regards,

Ravi

former_member188685
Active Contributor
0 Kudos

From SPRO transaction,

From SAP EASY ACCESS.

Regards

vijay

Clemenss
Active Contributor
0 Kudos

the best one (from this group!) is SE37 start function module C160_TRANSACTION_CALL.

No more authotization hassle!

regards,

Clemens