You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-access.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
# Why
4
4
Sometimes you need to access [ABAP data objects dynamically](https://help.sap.com/http.svc/rc/abapdocu_751_index_htm/7.51/en-US/abendyn_access_data_obj_guidl.htm). For example, when:
5
5
* you do not know the structure of the ABAP object and to dynamically access the value of the field, you are forced to use ASSIGN .. COMPONENT with field symbol
6
-
* you do a cross-release development in ABAP and do not know if some field exists, so need dynamic access to data
6
+
* you do a cross-release development in ABAP and do not know if some field exists, so you need dynamic access to data
7
7
* you access data from the optional ABAP component and also need dynamic access to the ABAP structure field or internal table row
8
8
* you need a key or index access to a dynamic internal table
0 commit comments