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 to find main program

Former Member

Hi,

I have a include program RV64A811. i need the main program. But if used where used list its saying there is no related prgram.

So how to find, plz help this

Mohana

1 ACCEPTED SOLUTION

Former Member

IF U WANT INCLUDE PROGRAM LIST THEN GO TO SE11--IN VIEW WRITE TRDIR--SUBC FIELD = I SO U SEE INCLUDE LIST

NOW U WANT TO FIND MAIN PROGRAM NAME IN ANY INCLUDE PROGRAM THEN U GO SE38 AND WRITE INCLUDE PROGRAM NAME AND PRESS DISPLAY BUTTON AND THEN PRESS CTRL + SHIFT F5.

Message was edited by:

JANI KRUPA

6 REPLIES 6

Former Member
0 Kudos

hi,

u can put cursor on include name and than use where-useed list..

It will show all the reports which useing this include..

former_member195698
Active Contributor
0 Kudos

SAPLV61A is the main program name.

Your Include is a Routine. What you can do is .. goto your report and click the 'Display Object List' button

(CtrlShiftF5) and it will show the main function group in which your include has been defined.

<b>Reward Points if useful</b>

Regards,

Abhishek

Message was edited by:

Abhishek Jolly

0 Kudos

Hi Abi,

You are correct, but i want to DEBUG the RV64A811 prgram. because i want to some modification in condition type, so please help.

Mohana

0 Kudos

hi,

u cant debug include program but u can put break point so whenever execution go there, it will start debugging

0 Kudos

Hi Mohana,

If u are in dev enviornment then you can put the break point with your user name.

Regards

<b>Reward points if useful</b>

Saket Sharma

Former Member

IF U WANT INCLUDE PROGRAM LIST THEN GO TO SE11--IN VIEW WRITE TRDIR--SUBC FIELD = I SO U SEE INCLUDE LIST

NOW U WANT TO FIND MAIN PROGRAM NAME IN ANY INCLUDE PROGRAM THEN U GO SE38 AND WRITE INCLUDE PROGRAM NAME AND PRESS DISPLAY BUTTON AND THEN PRESS CTRL + SHIFT F5.

Message was edited by:

JANI KRUPA