Skip to Content
0
Former Member
Apr 15, 2010 at 05:18 PM

ABAP Class CL_RSR_WWW_MODIFY_TABLE, Method to concatenate 2 texts

55 Views

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.