Do you have any question about this error?
Message type: E = Error
Message class: SRF_AUTHORING - Message class for SRF Authoring
Message number: 242
Message text: Loop query &1 does not fully specify foreign key for outer loop query &2
According to the data mapping for the current element, loop query &V1&
is nested in loop query &V2&.
Loop query &V1& does not fully specify the foreign key for loop query
&V2&.
Missing fields from primary key or secondary keys (list may be
truncated):
&V3&&V4&
Example:
The outer loop query is based on journal entry items with key fields
company code, fiscal year, document number, and document item number.
The nested loop query is based on tax items with key fields company
code, fiscal year, document number, and tax item number.
For each journal entry item all tax items of the corresponding journal
entry are included identically in the generated document.
Performance optimization for nested loop queries can not be applied. It
might take longer to generate the document.
If this behavior is intended and you would like to benefit from
performance optimization for nested loop queries, include the missing
key fields in the nested loop query (document item number in the example
above) and define a corresponding filter condition on the nested loop
query (document item number from tax item = document item number from
journal entry item). Since tax items do not have a relation to journal
entry items, you also need to enhance the corresponding query source
with a join to journal entry items such that the same tax items are
returned for all items of one journal entry. Thus, the system can push
down more logic to the database, which will speed up generation time
whenever the nested loop query (tax item) returns only few records per
record of the outer loop query (journal entry item).
This message might also appear because the underlying query source of
&V2& does not describe key fields properly. In this case you should
update that query source if possible.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
SRF_AUTHORING242
- Loop query &1 does not fully specify foreign key for outer loop query &2 ?Get instant SAP help. Start your 7-day free trial now.
SRF_AUTHORING241
Sort order for query &1 does not contain all relevant key fields
What causes this issue? You defined a sort order which does not include all key fields that may have different values in the result set. Key fields t...
SRF_AUTHORING240
Currency field &1 not found in BW query &2
What causes this issue? In order to process currency amounts correctly, the corresponding currency must be known. For instance, the technical amount ...
SRF_AUTHORING243
Loop query &1 assigned to element &2 that must not occur more than once
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SRF_AUTHORING244
Column &1 of loop query &2 used outside loop
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.