I created a project in SAP Gateway, described the create and get methods. After the frontend calls the create method, it also calls the get method to get the data. In the create method on the back, attributes and internal tables are created (it is too early to save them in the database). After running create, absolutely all data is cleared. There is nothing to return in the get method. How to save data between processing methods?

    0