From f97bd6cef177e1af6dd77206551330957844c270 Mon Sep 17 00:00:00 2001 From: danrega <16720986+danrega@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:02:29 +0100 Subject: [PATCH] Update content --- 08_EML_ABAP_for_RAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_EML_ABAP_for_RAP.md b/08_EML_ABAP_for_RAP.md index 61b93af..1b8ea95 100644 --- a/08_EML_ABAP_for_RAP.md +++ b/08_EML_ABAP_for_RAP.md @@ -572,7 +572,7 @@ Bullet points on selected `%` components: to refer to the content ID `%cid` as the name implies. - Note: You should always fill `%cid` even if not needed. The specified content ID is only valid within one ABAP - EML request. + EML request. You can use the optional addition [`AUTO FILL CID`](https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abapmodify_entity_entities_fields.htm#!ABAP_ONE_ADD@1@) in EML modify operations to create `%cid` automatically. However, if you use this addition, you cannot refer to `%cid` in subsequent operations. - [`%key`](https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abapderived_types_key.htm)/[`%tky`](https://help.sap.com/doc/abapdocu_cp_index_htm/CLOUD/en-US/index.htm?file=abapderived_types_tky.htm) - Both are component groups summarizing all primary keys of a RAP BO instance.