cancel
Showing results for 
Search instead for 
Did you mean: 

ALV not displaying correctly in Webdynpro Abap

Former Member
0 Kudos

Hi experts,

I am using ALV component to display my table.I am using just five attributes in the node and this attributes are taken from table pa0002(pernr,begda,endda,vorna,nachn).Also i am populating this attributes only.

My issue is,output is showing the whole table fields as columns.All the fields other than in the context node is also getting in the output ALV.

Please help me to solve this issue.

Regards,

Arun.

Accepted Solutions (1)

Accepted Solutions (1)

former_member199125
Active Contributor
0 Kudos

hi arun,

in your node properties,remove dictionary structure and make it blank. then you wont get all columns.

Regards

Srinivas

Former Member
0 Kudos

Hi All,

A heartful thanks to all of you.

Regards,

Arun.

Answers (3)

Answers (3)

ChandraMahajan
Active Contributor
0 Kudos

Hi,

while creating node, you selected required fields from table pa0002 by providing it in dictionary structure. we also faced the mentioed issue many times. the solution is just delete the structure name from property "Dictionary Stucture".

I am not sure if this problem is stil there in SAP NW 7.0, EhP5.

Thanks,

Chandra

Former Member
0 Kudos

Hi Arun,

Use method DELETE_COLUMN of interface IF_SALV_WD_COLUMN_SETTINGS for all columns except the one's u need to display.

-


OR -


Delete the structure name provided by you in Dictionary Structure of context .

I hope this will solve ur problem.

Nidhi Sharma

Former Member
0 Kudos

Hi Arun,

Looks strange ! , Pelase cehck your node once.. are you taking fields from dictionary structure??

just update once with 5 fields and do external mapping you will get desired fields. If you want to can format alv.

Cheers,

Kris.