‎2008 Feb 12 11:54 AM
Hi,
After uploading 5 records in sap using both Session & call transaction mtds, the system(server) crashes; why it happens?
Could U plz provide me with the appropriate answer for it.
Points will be awarded for useful answers.
‎2008 Feb 12 12:01 PM
The Similar problem i too Face.
Its the Heavy Amount of Data when you are Trying to Upload or Dowload it Happens.
Please Use zip .
Or Else needs a parameter change in BASIS to Increase the Table Space
Ex:
concatenate w_filename '.csv' into w_str.
create object zip.
zip->add( name = w_str content = w_iox ).
result = zip->save( ).
w_ext = '.zip'.
Regards
Bala.M
‎2008 Feb 12 12:00 PM
I think this may be a prob related to PXA storage...
Please go service.sap.com
then search for the relevant oss note...
then do the necessary things as it is mentioned there...
‎2008 Feb 12 12:01 PM
The Similar problem i too Face.
Its the Heavy Amount of Data when you are Trying to Upload or Dowload it Happens.
Please Use zip .
Or Else needs a parameter change in BASIS to Increase the Table Space
Ex:
concatenate w_filename '.csv' into w_str.
create object zip.
zip->add( name = w_str content = w_iox ).
result = zip->save( ).
w_ext = '.zip'.
Regards
Bala.M