‎2006 Dec 20 4:50 AM
Hi All
I have got the sales order history details using following Function
CHANGEDOCUMENT_READ_POSITIONS,
but i have string field nedd to convert to integer,please help me how to convert this
Thanks
kanishka
‎2006 Dec 20 4:54 AM
the foll code will convert the string to interger.
DATA NO1 TYPE STRING.
DATA NO2 TYPE I.
NO1 = '1234567890'.
NO2 = NO1.
WRITE NO2.
‎2006 Dec 20 4:58 AM
Hi,
Plz use the following FM.
CONVERT_STRING_TO_INTEGER
Regards
Bhupal Reddy
‎2006 Dec 20 11:29 AM
hi
good
go through these links
http://www.sapbrain.com/PROJECTS/TECHNICAL/SAP_projects_purchase_order_history_display.html
http://www.thespot4sap.com/Articles/Mass_Display_PO.asp
thanks
mrutyun^