Skip to content

Commit d4510d6

Browse files
Update data-access.md
1 parent 51f3082 commit d4510d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Why
44
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:
55
* 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
77
* you access data from the optional ABAP component and also need dynamic access to the ABAP structure field or internal table row
88
* you need a key or index access to a dynamic internal table
99

0 commit comments

Comments
 (0)