Skip to Content
0
Former Member
Jul 10, 2007 at 09:44 AM

Want to combine the data different coloumn of table into single coloumn.

29 Views

HI All ,

Requirement : I want to create an application which will display diffrent coloumn(data) of a table into single coloumn in web-dynpro abap .

For ex:

Table : employee

coloumn : PERSON , PAYMENT , STATUS , SUBMISSION .

RETURN = PAYMENT + STATUS + SUBMISSION

(return coloumn will contain the data of other coloumn )

Thanks in advance .

Rahul