Using Tab strips in Web Dynpro for ABAP
By B.Chaitanya Sravanthi, YASH Technologies
This
scenario demonstrates the usage of two BAPI’s (i.e. BAPI_FLIGHT_GETLIST
& BAPI_FLIGHT_DETAIL) and
displays the data into the flight detail View using UI element tab
strip.
STEP
1: Creating a
service call
Create
a Web Dynpro Component called Z_BAPI_GET_DETAIL.
Create
a service call to access the BAPI.
Click on ‘Continue’
Select controller à
Use Existent Controller
Select
the Function module option & specify the function module name.
Give
the function module name: BAPI_FLIGHT_GETLIST.
Select
the required parameter & continue
Here
select Destination_From & Destination_To,Flight_List.
Click on
Continue.
Complete
the process.
Repeat the
same steps for the second BAPI access i.e. BAPI_FLIGHT_GETDETAIL.
The
parameters to be selected are the
FLIGHT_DATA,ADDITIONAL_INFOand AVAILIBILITY.
Click
here to continue...
|