‎2010 Mar 09 7:51 PM
I have a string as follows:
myString = '05,06,07,08'
I want to extract the integers from this string and
insert them into a table of integers as follows:
myTable
06
06
07
08
How can I do this?
‎2010 Mar 09 7:53 PM
Check out the good old ABAP help: [SPLIT|http://help.sap.com/abapdocu_70/en/ABAPSPLIT.htm] command is your friend...
‎2010 Mar 09 7:53 PM
Check out the good old ABAP help: [SPLIT|http://help.sap.com/abapdocu_70/en/ABAPSPLIT.htm] command is your friend...