Skip to Content
0
Former Member
Jul 01, 2009 at 10:57 AM

Read table content and move it to structure

38 Views

hi ALL

i have structure with this data and i want to append this data

to another fields ,

How can i do that?

This is my table with the table content

DOM_NAME     DOM_FORMAT 
DATF	               DD.MM.YYYY
DCPF	               1.234.567,89

IF DOMAIN NAME = DATF

MOVE DOM_FORMAT TO LV_DAT

IF DOMAIN NAME = DCPF

MOVE DOM_FORMAT TO LV_DsR

Regards

Nina