cancel
Showing results for 
Search instead for 
Did you mean: 

Change variable type during program flow

Former Member
0 Kudos

Hi there. Please tell me is there a possibility in ABAP to change variable type during program flow? I'd be very thanful for suggestions. Greetings.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

I suggest you to read this: [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b332e090-0201-0010-bdbd-b735e96fe0ae].

Regards,

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

Make use of field symbols for that ...


field-symbols : <fs> type any. 

Former Member
0 Kudos