Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC

Former Member
0 Likes
435

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
411

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

2 REPLIES 2
Read only

Former Member
0 Likes
411

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...

Read only

Former Member
0 Likes
412

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