POWL in FPM

The below post describes to display POWL in FPM application. Please check the link POWL in WebDynpro ABAP to know the POWL in detail. It should look like this.36

 

The POWL list displays data from SPFLI table. Now we have the table type ‘SPFLI_TAB’.

3

Create a class in Tx- SE24 & implement the interface IF_POWL_FEEDER.

1

Create an attribute GT_SPFLI which  is going to hold all records form SPFLI table based on the search input.

2

Here 3 methods are important. Any ways activate all methods.

  1. GET_SEL_CRITERIA- Used to prepare the search section.
  2. GET_OBJECT_DEFINITION- Used to prepare the list layout.
  3. GET_OBJECTS- Used to select the records based on the search criteria.

4

Put the below code in method GET_SEL_CRITERIA.

5

Put the code in method – GET_OBJECT_DEFINITION.

6

Put the code in method – GET_OBJECTS.

7

With this the POWL feeder class is ready.

Lets create POWL application ID. Go to Tx- FPB_MINTAIN_HIER. Click on Change & New entries button. Provide name as- ZTEST_FLIGHT_APP_NEW & save it. Go back.

8

next step is to create POWL type . Go to Tx- POWL_TYPE & click on New Entries button.

Provide POWl Type ID as – ZTEST_FLIGHT_TYPE_NEW & also provide the feeder class. Save & go back.

9

Next step is to link POWL application ID & the POWL type. Go to Tx- POWL_TYPER. Click on New Entries button.Assign Application ID to the Powl type. Save & go back.

10

Next step is to create POWL Query. Go to Tx- POWL_QUERY. Click on New Entries button.Provide powl query name as – ZTEST_FLIGHT_QUERY_NEW & also provide powl type as- ZTEST_FLIGHT_TYPE_NEW. Save & Go back.

11

Next step is to link powl application Id to the POWL Query.go to Tx- POWL_QUERYR. Click on New entries button.Assign the POWL Application ID & POWL Query . Save it & go back.

12

Run Tx- FPM_WB. Select the marked line.

13

Provide application name, choose floorplan as OVERVIEW PAGE & click on Next button.

14

Save .

15

Click marked line.

16

Provide title and choose POWL Component.

17

Now it asks for FPM_POWL_UIBB configuration which is not yet created.

18

Provide a name as – ZCC_FLIGHT_POWL & click configure UIBB  button.

19

YES to continue.

20

OK to continue.

21

Save in local object.

22

So here we are now.

23

provide the POWL APPLICATION ID & POWL QUERY already created in steps and save it. Click on the link to goback.

24

Click on test button.

25

The FPM ovp application is displayed now but no powl query result displayed yet.

26

Go to Tx- POWL_COCKPIT

27

Select Standard POWl & execute.

28

Choose the POWL application ID & click on button Launch POWL.

29

Click on link- Define New Query.

30

Provide query template form drop down and Click NEXT button.

31

Click Next button.

32

Click on FINISH button.

33

So our POWL is working fine with results.

34


 

Now test our FPM application.

35

So here is the POWL integrated to FPM application

36



 

 

Leave a Reply