cancel
Showing results for 
Search instead for 
Did you mean: 

Run time error EXPORT_BUFFER_NO_MEMORY In tutotial 1.

Former Member
0 Kudos

Hi all.

While I am practising Tutorial 1 I have taken MARA table instead of SFLIGHT table.When i go for binding node with table in mainview layout it is going to short dump EXPORT_BUFFER_NO_MEMORY.And the exception is CX_SY_EXPORT_BUFFER_NO_MEMORY.Can any body please help me

Thanks,

Naveen.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi naveen ,

First of all I will suggest not to use any other table like MARA atleast at this point of time .Secondly you have use SFIGHT in that case because you are calling BAPI_FLIGHT_GETLIST .

If you have developed some BAPI for populating entries from MARA into your context then you can try .

Another check out that should be done is .<b>ST22.</b>

Go to ST22 .It will locate exact line which has caused that dump .

Hope I have cleared your doubt .

Cheers

Parag

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naveen,

Kindly use SFLIGHT table as per the instructions in Tutorial 1.

You will also have to use BAPISFLIGHT in next tutorials so kindly use the

same table.

As per my understanding you must have forgotten to change the cardinality as

0...n.

Kindly check the complete procedure once again and you will get your answer.

Cheers,

Darshna.

Former Member
0 Kudos

Hi Darshana,

Thanks for giving reply.

I Did example with SFLIGHT table and i got the application.

But when i use MARA table it is going for runtime error while binding.

I have given the cordinality 0...n also.But i did n't get.

Thanks,

Naveen.