Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8808

string name reverse

$
0
0

Hi All

 

I am having lt_name internal table with records 'SAP','MOHAN','VAMSI'

 

I am moving three records into work-area.

 

LOOP at lt_name into ls_name.

 

CONCATENATE ls_name-text ls_output-address INTO ls_output-address SEPARATED BY ''.

 

endloop.

 

ls_output-address = VAMSI MOHAN SAP.

 

but i need ls_output-address = SAP MOHAN VAMSI

 

 

 

Thanks

Vamsi


Viewing all articles
Browse latest Browse all 8808