cancel
Showing results for 
Search instead for 
Did you mean: 

How WDP "O2C_CUST_COCKPIT_ETI_COMP" call POWL ID " O2C-CUSTOMER_COCKPIT"?

Damean
Active Contributor
0 Kudos

Hi

  I was exploring at the Web Dynpro Application "O2C_CUST_COCKPIT_ETI_COMP" and via the application output, I was be able to find out that it is calling the POWL App "O2C-CUSTOMER_COCKPIT" (POWL Type:  O2C_SLS_ALL, Feeder Class: CL_O2C_POWL_SLS_ALL).

  However when I read through the underlying WD Comp "O2C_CUST_COCKPIT_ETI_COMP", I just could NOT find the calling statement. Do anybody know how this is done? I would thought that the WD Comp would have its own unique Windows\View to display the POWL data, but again ...nothing.

  Thanks in ahead for any hints.

Accepted Solutions (1)

Accepted Solutions (1)

Damean
Active Contributor
0 Kudos

Just FYI ... Found it, It's hard coded within the class interface CL_O2C_CUST_COCKPIT_ETI_MODEL; attribute GC_CUST_COCKPIT_APPLID.

To find the code, navigate via the following:

Web Dynpro component:  O2C_CUST_COCKPIT_ETI_COMP

-> View: V_CUST_COCKPIT_ETI

-> Method:  ONACTIONAPPLY_CUSTOMER

-> Find Method: SEARCH_PROCESS_KUNNR

-->> Search Class Interface:  CL_O2C_CUST_COCKPIT_ETI_MODEL=>GC_CUST_COCKPIT_APPLID

Answers (0)