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

query for reading data in buffer

Former Member
0 Likes
1,217

*Which FM is use to read values from buffer, CRMORDER_READ or CRM_ORDER_READ_OW?*_

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,131

READ_NOTIFICATION_BUFFER will work.

4 REPLIES 4
Read only

former_member214857
Contributor
0 Likes
1,131

Hello

Actually the FM CRM_ORDER_READ invokes FM CRM_ORDER_READ_OW. However if the statement SELECT is raised from these FM and the table in question is flaged as Buffered Allowed, so the DBI will check the buffer before retireve data from the Database.

Kind regards

Read only

Former Member
0 Likes
1,131

You can use READ_NOTIFICATION_BUFFER. Hope that it will help you.

Read only

0 Likes
1,131

Hi Sohel,

This is exclusively for notifications but the OP is asking way to read data from buffer in General.

@Bhokal, proceed as Carlos suggested.

Regards

Abhii

Read only

Former Member
0 Likes
1,132

READ_NOTIFICATION_BUFFER will work.