l_test3 type string.
wa_final-durat = wa_/sapapo/trm-durat.
in my wa_final-durat we got value 10203456
we need output l_text3 = 102:03.
i wrote below logic but it not working.
CONCATENATE wa_final-durat+0(3) ':' wa_final-durat+3(2) INTO l_text3.
could any one help me for alternative solution.