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

Thinking About Persistence Layers

ronaldo_aparecido
Contributor
0 Likes
1,599

Hi community

When abap keyword says thas AS ABAP can access a persistence layer that is independent of the operating system and database system .Is it about propertie of saving se38 programs to be opened later? Or did i get it wrong?

I undestand persistence is about storing the state as data in computer data storage.

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
1,479

It just means that ABAP and Java appservers can talk to each other, and that there is a layer that allows data to be stored and retrieved, (i.e. OpenSQL in ABAP, something similar in Java, I guess), that is not dependent on Operating System, nor on the actual database.

6 REPLIES 6
Read only

Sandra_Rossi
Active Contributor
0 Likes
1,479

Where is it said so? (where, exactly, to have the context)

Read only

ronaldo_aparecido
Contributor
0 Likes
1,479

Hi Sandra Rossi

I was reading the abap keyword here: abap key word

And I have no problem. I want to understand more then i create this "question" to discuss it with my fellow technicians.

Thanks for reply

Read only

1,479

Please use Comments to reply to someone, and use Answer when offering a solution for the original question.

To be honest, I wouldn't give much thought to this piece of information. It seems to be more confusing than helpful purely from the ABAP development perspective. Honestly, I can barely understand more than half written in SAP Help. That's why companies like SAP Press and Espresso Tutorials exist. 🙂

Read only

0 Likes
1,479

thanks i will focus on books

Read only

matt
Active Contributor
1,480

It just means that ABAP and Java appservers can talk to each other, and that there is a layer that allows data to be stored and retrieved, (i.e. OpenSQL in ABAP, something similar in Java, I guess), that is not dependent on Operating System, nor on the actual database.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,479

Thanks, so the ABAP glossary entry for "Application Server" says :

"Both variants [Ed. Application Server ABAP and Application Server Java] can access a persistence layer that is independent of the operating system and database system and are associated by being able to call one another."