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

output type program

Former Member
0 Likes
660

Hi,

I want to do Runtime analysis for the programs attached to outout type..

How to go abt it!

you can use TCODE : ST05

3 REPLIES 3
Read only

Former Member
0 Likes
637

Hi Nihi,

[Run Time Analysis|http://ezinearticles.com/?Run-Time-Analysis-in-ABAP&id=1240760]

Regards,

Sravanthi

Read only

asik_shameem
Active Contributor
0 Likes
637

Hi

Create Z program and call that routine with hard-coded values.

PERFORM entry_neu IN PROGRAM sapfm06p using '0' 'X'.

And Run the Z program in SE30.

Read only

Former Member
0 Likes
637

you can use TCODE : ST05