Skip to Content
0
Former Member
May 11, 2011 at 01:21 PM

How can I tell this FM to update the buffer before reading data??

337 Views

Hi All,

I have developed a Web Dynpro Application that calls a FM.

Values are written into the database (I use a standard FM for that).

After that, values a read from the database to be show in the Web Dynpro Application again (Again, using a standard FM).

However, the data is not being updated, that is, the data delivered by the function module is not the updated, new data, but the old data.

If I select the data using simple select statements, ist is provided correctly (new data). That means the database already has the correct data, but the FM uses some sort of buffer which does not seem to be up to date at this point in time...

How can I tell the FM to update is buffers before being acually executed?

The function module in question is called HRIQ_ACAD_READ_TIMELIMITS, but I don't think this information is required to answer my question.

THANKS, Johannes