2023 Mar 23 12:03 PM
can anyone tell me what's the sentense talking about? could you give me a demo?
2023 Mar 24 7:24 AM
2023 Mar 24 7:27 AM
Link: READ TABLE itab - WITH KEY keyname COMPONENTS ...
This sentence:
- If the primary table key is specified in keyname using its name primary_key, the behavior is the same as in the variant without key specifications.
just means that
- READ TABLE itab WITH KEY primary_key COMPONENTS xxxxxxxxxxx
works the same way as
- READ TABLE itab WITH KEY xxxxxxxxxxx