SAP knowledge - ABAP Freak
Pages
Home
Wednesday, December 2, 2009
split string at length
DO.
move string to lv_char132.
SHIFT string by 132 PLACES left.
wa_tab-string = lv_char132.
APPEND wa_tab to it_tab.
IF string is INITIAL.
exit.
ENDIF.
ENDDO.
1 comment:
shaan
July 24, 2013 at 10:52 AM
thank you!
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
thank you!
ReplyDelete