cancel
Showing results for 
Search instead for 
Did you mean: 

The popup during press enter key in PCUI

Former Member
0 Kudos

Hi,

I want to find how to implement the popup dialog. so I try to analyse the standard function for create financing quotaion. I found that after I input BP in sold-to party and press enter, there is a popup window show the org ref to this BP. but I can not find the source for this dialog and in which event call this popup.

thanks and best regards

Gang

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Frédéric,

I have the PCUI book, now I know how to popup a dialog, but the problem is that I can not pass the data from main window to popup window. I use the same screen structure * MAC for main window and popup.

Could you show me how to pass data from main window to popup & how to get data from POPUP to mian window.

I will reward you.

thanks and best regards

Gang

Former Member
0 Kudos

Hello Gang,

If you have the CRM5.0 version of the PCUI cookbook, go to chapter 5.2.5.

There you can read :

"The request for a popin is initiated by a message, which is raised by the application. The field

REF_OBJECT within parameter RT_APPLOG of method GET_MESSAGES has to be filled with an

object key. The message will be found by the message controller and triggers the message text(for

example "Please choose Ship-To Party")."

This is the way to send the object ID to the popup.

Regards,

Frédéric

Former Member
0 Kudos

Hello Gang,

Do you have the PCUI cookbook?

If yes, go to the examples at the end, there is one over the popup/popin, this should help you to understand how it works...

Regards,

Frédéric

Former Member
0 Kudos

Hi,

Sorry I do not get you.

regards

Gang

P000636
Active Contributor
0 Kudos

Hi,

Your requirements is a modification of standard. Look at <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/c8/19756543b111d1896f0000e8322d00/frameset.htm">Changing the SAP Standard (BC)</a> Modifications.

Regards.

Manuel

Former Member
0 Kudos

Hi Manuel,

I am a new guy to PCUI, I can not completely understand you.

what is 'standard modification' means?

I want to know the detailed step to analyse it or debuging it. and implement my own.

thanks and best regards

Gang

P000636
Active Contributor
0 Kudos

Hi,

This is a standard modification.

Regards.

Manuel

Please assing points to the answers and close your threads.