Ansicht
Dokumentation

ABENOPEN_SQL_WRITING - OPEN SQL WRITING

ABENOPEN_SQL_WRITING - OPEN SQL WRITING

Fill RESBD Structure from EBP Component Structure   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

- Write Access

Write accesses include inserting, modifying, and deleting content in DDIC database tables. All write accesses can be made as individual accesses or as mass access. If multiple rows of a DDIC database table are to be changed, mass access using internal tables generally gives better performance than individual accesses.

Notes

  • In the case of writes, attention must always be paid to data consistency. The LUW concept is designed for this purpose. In application programs of an AS ABAP, the implicit database LUWs are normally not sufficient for consistent data storage. Instead, explicit SAP LUWs need to be programmed, which normally contain multiple database LUWs.
  • When making writes to a DDIC database table for which a database cursor is open in a SELECT loop or opened by using OPEN CURSOR, the result set is database-specific and undefined. Avoid this kind of parallel access if possible.
  • Write access to DDIC database tables or DDIC table views in ABAP Dictionary with replacement objects is still performed on the DDIC database table or the DDIC view and produce a syntax warning.





Fill RESBD Structure from EBP Component Structure   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 2894 Date: 20240419 Time: 085256     sap01-206 ( 40 ms )