Do you have any question about this error?
Message type: E = Error
Message class: SPRX - Proxy Generation
Message number: 070
Message text: Avoid using tables without surrounding tag for individual lines
The interface description defined a repetition group (a strictly
table-type structure):
<sequence maxOcxurs="unbounded">
<choice maxOcxurs="unbounded">
<group maxOcxurs="unbounded">
We do not recommend this definition because the individual table rows in
the XML instance do not have a surrounding tag.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
ExampleA warning appears for this type.
Define the repetition groups with
<element maxOccurs="unbounded" ...>
Error message extract from SAP system. Copyright SAP SE.
Get instant SAP help. Start your 7-day free trial now.
Feature | Free Access | Free Trial |
---|---|---|
Basic SAP error explanation | ![]() |
![]() |
Step-by-Step Usage Guide | ![]() |
![]() |
Interactive SAP Coach Assistance | ![]() |
![]() |
AI Troubleshooting for T-Code Errors | ![]() |
![]() |
SPRX069 Object not (yet) activated
Self-Explanatory Message Since SAP believes that this specific error message is ...
SPRX068 Restrictions to the value range ignored
What causes this issue? You further restricted the value range of a type by usi...
SPRX071 Keys and uniqueness relationships ignored
What causes this issue? The interface description uses one of the following lan...
SPRX072 Item is part of recursion (see long text for additional information)
What causes this issue? The type contains recursions. This means that a type re...
SAP messages fall into 3 different categories: Error messages
(message type = E), Warnings (W) or Informational (I) messages.
An error message will prevent you from continuing your work - it is a hard stop and you need to fix the error before you can proceed. A warning message will stop your work, however, you can then bypass the warning by pressing the Enter key on your keyboard. That said, it is still good practice to investigate the cause of the warning message and address it. An information message will not stop your work and is truly just for informational purposes.
Click on this link to search all SAP messages.