cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying the data in a table using ALV in webdynpro abap

former_member198064
Participant
0 Kudos

Hi All,

My node it contains fileds like VBAK POSNR MATNR MATKL

I am displaying the data in ALV as: VBAK POSNR MATNR MATKL

But my requirement is to display the data as: VBELN MATKL POSNR MATNR

How to display the in ALV as VBELN MATKL POSNR MATNR

Can any one guide me how to do this?

Please fine the attachment

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The quick fix will be to change the order of attributes in your context.

By default, all columns are arranged in the same order as the attributes in the context node of your application.Use SET_POSITION method of class CL_SALV_WD_COLUMN to set the position of columns.

Check http://help.sap.com/saphelp_erp60_sp/helpdata/en/00/c47df354944df3ac0d98c825cedb0a/content.htm

former_member198064
Participant
0 Kudos

Hi Upendra,

Can you please provide any example program for this.

former_member184515
Participant
0 Kudos

WD Component : ERC_C_BRANCH_COMPANY_UI

View:                     V_BRANCH_OVRVW

Method:                 INITIALIZE_ALV

Former Member

Answers (0)