Hi Experts.
I want to use Web Design API for Tables for a BW WEB report.
I should concatenate the texts from 1. and 2. column into 3. colum.
I created an ABAP Klass that has CL_RSR_WWW_MODIFY_TABLE as superclass.
Which method should I use here ?
How can I concatenate the text form different characteristics ?
I tried to call method GET_CELL_IFO in method DATA_CELL but no success ?
Can you provide some sample codes .
Thanks.