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: 

output type program

Former Member
0 Kudos

Hi,

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

How to go abt it!

3 REPLIES 3

Former Member
0 Kudos

Hi Nihi,

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

Regards,

Sravanthi

asik_shameem
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

you can use TCODE : ST05