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

Need clarification reg set/get parameter and shared memory

former_member182465
Active Participant
0 Likes
493

Requirement : Need to store a generated no in to  a memory and when other runs the report then it should get that value and add 1 to it and update with new value. so that duplication is avoided and the next bapi call to create would be successful.

Solution : which memory should we use for this scenario whether set/get parameter or Shared memory or is there any other memory for this.

Any no of users can run the same report that is the complexity.

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
465

You need a number range. Transaction SNRO. Go to help.sap.com for details.

Read only

0 Likes
465

Thanks for reply Matthew. I know SNRO works but i want in different manner than that. Can i use shared memory buffer. What are disadv of shared memory buffer.

Read only

matt
Active Contributor
0 Likes
465

If you use a shared memory buffer, you'll need to write additional code to synchronise across the application servers. There's one shared memory per app server.