SlideShare a Scribd company logo
1
Web Dynpro ALV
Exercise
Web Dynpro ALV
Exercise
Chapter: Web Dynpro ALV
Theme: Use the ALV in Web Dynpro for
displaying complex data
At the end of this Exercise, you will be able to:
• Include the ALV table component in your Web Dynpro
components
1 Development Objectives
This exercise has the following objectives:
Use the Web Dynpro ALV in your own component
2 Result
In this exercise, you will use the ALV
table component to display the bookings
of a selected flight.
Template Solution:
Web Dynpro Components: WD_10S_ALV
Application: WD_10S_ALV
2
Web Dynpro ALV
Exercise
Starting Point of this exercise:
Web Dynpro Component: ZWD_##_TABLE_2
or the template solution
Web Dynpro Component: WD_05S_TABLE_2
Group number: ## stands for the two-digit group number
3 Developing
3-1 Copy Web Dynpro Component
Copy your Web Dynpro Component ZWD_##_TABLE_2 or the template
solution WD_05S_TABLE_2 to the name ZWD_##_ALV.
In this component you will replace the Table UI element with the WD
ALV.
3-2 Define the usage of the ALV component
Define a new Component Use for the SALV_WD_TABLE component.
Map the DATA context node of the ALV table component to the
BOOKINGTAB node of your component by external context mapping.
3-3 Replace the Table UI element with the ALV
Delete the table UI element which shows the bookings in your component and
replace it with a View Container UI element that displays the ALV.

More Related Content

PDF
Table maintenance generator and its modifications
PPT
ABAP Open SQL & Internal Table
PPTX
Abap package concept
PDF
Ooabap notes with_programs
PPT
Abap function module help
PDF
SAP SD Variant configuration-training-document 2
PPT
List Processing in ABAP
PPT
Dialog Programming Overview
Table maintenance generator and its modifications
ABAP Open SQL & Internal Table
Abap package concept
Ooabap notes with_programs
Abap function module help
SAP SD Variant configuration-training-document 2
List Processing in ABAP
Dialog Programming Overview

What's hot (20)

PDF
Abap reports
PDF
Abap object-oriented-programming-tutorials
DOCX
OOPS ABAP.docx
PPTX
Sap abap
PPTX
SAP ALE Idoc
PDF
Beginner’s guide to sap abap 1
PPT
08.Abap Dialog Programming Overview
PDF
Beginner's Guide: Programming with ABAP on HANA
DOC
1000 solved questions
PPT
ABAP Object oriented concepts
PPT
ABAP Programming Overview
PPTX
Modularisation techniques new
DOCX
Field symbols
PPT
Module pool programming
PPTX
SAP ABAP using OOPS - JH Softech
PPT
Introduction to ABAP
PDF
Bdc program to upload material master data mm01 code gallery - community wiki
PDF
Dialog programming ABAP
PDF
Sp rao abap
PDF
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS
Abap reports
Abap object-oriented-programming-tutorials
OOPS ABAP.docx
Sap abap
SAP ALE Idoc
Beginner’s guide to sap abap 1
08.Abap Dialog Programming Overview
Beginner's Guide: Programming with ABAP on HANA
1000 solved questions
ABAP Object oriented concepts
ABAP Programming Overview
Modularisation techniques new
Field symbols
Module pool programming
SAP ABAP using OOPS - JH Softech
Introduction to ABAP
Bdc program to upload material master data mm01 code gallery - community wiki
Dialog programming ABAP
Sp rao abap
500+ SAP ABAP INTERVIEW QUESTIONS WITH ANSWERS
Ad

Viewers also liked (20)

PDF
IGROWSOFT abap material
PDF
Sap abap material
PDF
WEBDYPRO ABAP WITH DETAILED NOTES
DOC
Scenario on business transaction events
DOC
Step by step guide to basic web dynpro abap
PDF
Epic abap
PDF
Crm technical
PDF
Introducing enhancement framework.doc
PDF
Sap script made easy
PDF
Sap sapscripts tips and tricks
DOC
Badi document
PDF
Smartforms interview questions with answers
PDF
Dynamic binding
PDF
Webdynpro by vijayender_reddy
PPTX
Sap abap
PPT
Oo abap-sap-1206973306636228-5
PDF
Creating messages
PDF
Creating simple comp
PDF
Version it satya_dev
PDF
Data binding
IGROWSOFT abap material
Sap abap material
WEBDYPRO ABAP WITH DETAILED NOTES
Scenario on business transaction events
Step by step guide to basic web dynpro abap
Epic abap
Crm technical
Introducing enhancement framework.doc
Sap script made easy
Sap sapscripts tips and tricks
Badi document
Smartforms interview questions with answers
Dynamic binding
Webdynpro by vijayender_reddy
Sap abap
Oo abap-sap-1206973306636228-5
Creating messages
Creating simple comp
Version it satya_dev
Data binding
Ad

More from Kranthi Kumar (20)

PDF
Creating a comp
PDF
Controllers and context programming
PDF
Context at design
PDF
Binding,context mapping,navigation exercise
PDF
Alv for web
PDF
Web(abap introduction)
DOC
Abap faq
PDF
control techniques
PPT
Chapter 07 debugging sap scripts
PPT
Chapter 06 printing sap script forms
PPT
Chapter 05 sap script - configuration
PPT
Chapter 04 sap script - output program
PPT
Chapter 02 sap script forms
PPT
sap script overview
PPT
Batch input session
PPT
BATCH DATA COMMUNICATION
PPT
Call transaction method
DOCX
Using folder options for page protection
PPT
Business workflow
PPT
07 sap scripts
Creating a comp
Controllers and context programming
Context at design
Binding,context mapping,navigation exercise
Alv for web
Web(abap introduction)
Abap faq
control techniques
Chapter 07 debugging sap scripts
Chapter 06 printing sap script forms
Chapter 05 sap script - configuration
Chapter 04 sap script - output program
Chapter 02 sap script forms
sap script overview
Batch input session
BATCH DATA COMMUNICATION
Call transaction method
Using folder options for page protection
Business workflow
07 sap scripts

Exercise in alv

  • 1. 1 Web Dynpro ALV Exercise Web Dynpro ALV Exercise Chapter: Web Dynpro ALV Theme: Use the ALV in Web Dynpro for displaying complex data At the end of this Exercise, you will be able to: • Include the ALV table component in your Web Dynpro components 1 Development Objectives This exercise has the following objectives: Use the Web Dynpro ALV in your own component 2 Result In this exercise, you will use the ALV table component to display the bookings of a selected flight. Template Solution: Web Dynpro Components: WD_10S_ALV Application: WD_10S_ALV
  • 2. 2 Web Dynpro ALV Exercise Starting Point of this exercise: Web Dynpro Component: ZWD_##_TABLE_2 or the template solution Web Dynpro Component: WD_05S_TABLE_2 Group number: ## stands for the two-digit group number 3 Developing 3-1 Copy Web Dynpro Component Copy your Web Dynpro Component ZWD_##_TABLE_2 or the template solution WD_05S_TABLE_2 to the name ZWD_##_ALV. In this component you will replace the Table UI element with the WD ALV. 3-2 Define the usage of the ALV component Define a new Component Use for the SALV_WD_TABLE component. Map the DATA context node of the ALV table component to the BOOKINGTAB node of your component by external context mapping. 3-3 Replace the Table UI element with the ALV Delete the table UI element which shows the bookings in your component and replace it with a View Container UI element that displays the ALV.