cancel
Showing results for 
Search instead for 
Did you mean: 

alv display

Former Member
0 Kudos

hi everyone,

i have a req that i has to develop an alv report which will shows the invoice details. i am thinking of to develop this in

webdynpro, can we use joins like in normal abap,

i am very new to webdynpro pls help me with an example.

regards

babu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Please check this link which will make you comfortable with ALV's in web dynpro.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/74/fd4142646ab46be10000000a155106/content.htm

Please go through this link which will help you in creating an alv list in web dynpro.

It will help you in understanding the subject.

http://www.saptechnical.com/Tutorials/WebDynproABAP/ALV/page1.htm

Thank you

Edited by: Suraj Ravindran Nair on Feb 21, 2012 10:14 AM

Former Member
0 Kudos

hi suraj,

very very thanks for ur immediate response,

i am thinking of using a table here bcz i have to add, modify,delete records wer ever it is required,can we do the same

by using alv and also can i use joins here when i am fetchin data into my controller context

pls help me with some code snipets

thanks

Former Member
0 Kudos

Hi,

You can use join conditions to fetch data as you do in abap.

And also you can add, delete and modify rows in ALV by selecting required line and performing

Respective action.

First create a node with the required fields to be displayed in the ALV and fetch the data from tables

using your joins and pass it to node.For details on using nodes and displaying ALV follow the link.

link:http://saptechnical.com/Tutorials/WebDynproABAP/ALV/page1.htm

Revert if you have any queries.

Answers (0)