‎2019 Mar 12 1:09 PM
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.
‎2019 Mar 13 12:56 PM
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.
‎2019 Mar 12 8:13 PM
Where is it said so? (where, exactly, to have the context)
‎2019 Mar 13 12:18 PM
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
‎2019 Mar 13 2:39 PM
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. 🙂
‎2019 Mar 13 5:30 PM
‎2019 Mar 13 12:56 PM
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.
‎2019 Mar 13 7:50 PM
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."