cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Background Program

former_member829550
Active Participant
0 Kudos

hi,

I have a requirement like this.

We have some links, tabs, quick links, ... in portal for which I have to get all the abap and java programs related to them.  Also, Function Modules related to them and such information.

For example: If I click on a particular link in portal then in the background it runs a particular abap program  and for some other links, some java programs are also linked ( I think for almost every program a Java program is related for portal [correct me if I am wrong]. As I am new to EP, I dont have much idea about this).

So, my question is how to find these background running abap and java programs.

Its quite annoying that whenever we get a problem we have to find these and it wastes a lot of time just in searching.

So, we wanted to figure the basic background programs which are running so that the problem can be traced bit quickly.

Please give me a detailed way how to find those back ground programs.  (As i have very little knowledge of EP, this  is quite useful for me).

Many many thanks.

Br,

Bhupesh

View Entire Topic
former_member218672
Active Contributor
0 Kudos

Hi Bhupesh,

Those links whatever is there on your portal, are must be available on some iview on portal. So, 1st try to findout the iviews related on which those are published.

From iview, you would be able to track whether those links are thru some par application or there is web dynpro application involved.

And, as 2nd step, you can navigate thru those applications more to get answer for your query.

Cheers,

Sen

former_member829550
Active Participant
0 Kudos

hi,

Thanks for your reply.

Which option in the iView description says that a given  iView has a abap program background or a WebDynpro Java program.

My intention is to get the program name which is associated with that particular iView. (whether it is abap or java program).

thanks

&

Br,

Bhupesh.