Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

alv report

Former Member
0 Likes
893

hi experts,

i am new to SAP and i would like to know how to create an alv report and if we double click on a particular record of the alv report, some fields should be passed on to a transaction. this should be done using an internal table of type bdcdata..any example would be helpful...

thanks in adavnce

vitish

1 ACCEPTED SOLUTION
Read only

gregorw
SAP Mentor
SAP Mentor
0 Likes
872

Hello vitish,

please use the SDN Search functionality to solve this problem. I think it is very common.

Regards

Gregor

hi experts,

i am new to SAP and i would like to know how to create an alv report and if we double click on a particular record of the alv report, some fields should be passed on to a transaction. this should be done using an internal table of type bdcdata..any example would be helpful...

thanks in adavnce

vitish

6 REPLIES 6
Read only

gregorw
SAP Mentor
SAP Mentor
0 Likes
873

Hello vitish,

please use the SDN Search functionality to solve this problem. I think it is very common.

Regards

Gregor

Read only

Former Member
0 Likes
872

hi gregor,

i've done the search and found a lot of helpful threads..

thanks a lot

regards,

vitish

Read only

Former Member
0 Likes
872

Hi Vitish

creating ALV list is easy. let me know which type of data u want to pass to the transaction.

if u want to pass a value to the transaction screen field then use

SET PARAMETER ID .

even with bdcdata u can achieve this. first create the internal table with

bdcdata. and for any error messages bdcmsgcol.

then map the bdcdata fields to the transaction screen fields, u want.

like this u can make the Interactive ALV.

if u want me to send the code i wil send u a sample code

thanks

Read only

dhorions
Contributor
0 Likes
872

Similar questions have been asked several times already, and my answer is always the same.

Take a look at this document : <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907">An easy reference to alv grid control.</a>

It helped me a lot in understanding how alv-grids work.

Read only

uwe_schieferstein
Active Contributor
0 Likes
872

Hello Vitish

Have a look at the following threads which show both possibilities (CALL TRANSACTION with and without BDC data, sample reports <b>ZUS_SDN_TWO_ALV_GRIDS_4</b> and <b>ZUS_SDN_THREE_ALV_GRIDS</b>) in two different ALV events (double_click and hotspot):

Regards

Uwe

Read only

Former Member
0 Likes
872

hi experts,

i would like to thank u for ur help...n points have been rewarded 2..

thanks again..

regards,

vitish