cancel
Showing results for 
Search instead for 
Did you mean: 

Find where is selected all data after a selection of an Account

Former Member
0 Kudos

Hi experts.

I need to find where is selected the data for a BP after you select it on the account search results.

In the component BP_HEAD_SEARCH/MainSearchResult, I understood that system goes with this path

event : EH_ONSINGLESELECTION

outbound plug : OP_SINGLESELECTION

In this OP, we call the MainWindow OP TOOVERVIEW

But when i check the Main window no coding is inside the method OP_TOOVERVIEW so i'm unable to track the data.

So i have to questions :

1. How can i find where the OP_TOOVERVIEW is sending the request

2. After the selection of a BP, does anybody knows where are retrieved the data like completed activities ? Wich component and method ?

Thanks for your help.

Regards,

Helder

Accepted Solutions (1)

Accepted Solutions (1)

nicolas_busson
Active Contributor
0 Kudos

Hi Helder,

If you need to know what is read by the BOL and where, be aware that you can activate GENiL_READ checkpoints in tcode SAAB.

(then analysing the callstack may help...)

Regards,

Nicolas.

Former Member
0 Kudos

The answer came a bit late but thaks anyway Nicolas.

Helder.

Answers (1)

Answers (1)

0 Kudos

Hi Helder,

Well since the Mainwindow OP TOVERVIEW is not implemented, you would need to check the higher level window in the component BP_HEAD_MAIN which compises the BP_HEAD_SEARCH. Here in BP_HEAD_MAIN -> MainWindow, observe the same OP implemented and the outbound plug is TOOVERVIEW and the corresponding target can be found in Navigational Link TOOVERVIEW (Run time repository).

Regarding the second question, you would like to know where from the data in assignment blocks e.g activities are fethced from?

Using F2 should give you the component/view details. For e.g for transaction AB's it would be BP_BPBT UI component.

Regards,

Venkat.