2008 Jan 24 6:46 PM
Friends
Lets think we have a custom table with fields A, B, C and which stores customers in it. I have to write a program which should display all the customers on the output screen(Somthing like grid list) from there enduser will pick few customers and only those customers needs to be changed.
So can some one give me sample code for displaying the customers in grid list and also need to have access for selecting few out of them for change mode.
Cheers
Satya
Friends
Lets think we have a custom table with fields A, B, C and which stores customers in it. I have to write a program which should display all the customers on the output screen(Somthing like grid list) from there enduser will pick few customers and only those customers needs to be changed.
So can some one give me sample code for displaying the customers in grid list and also need to have access for selecting few out of them for change mode.
Cheers
Satya
2008 Jan 30 2:37 PM
Hi,
My answer is probably to late to satisfy your request but we had to implemente a similar report.
For your information I have based my application from the SAP program BALVBT01. "ALV using GRID Objects(Methods) on a screen".
Regards