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.
SPRX070
- Avoid using tables without surrounding tag for individual lines ?The SAP error message SPRX070, which states "Avoid using tables without surrounding tag for individual lines," typically occurs in the context of SAP Smart Forms or SAPscript when there is an issue with the structure of the form layout. This error indicates that the system has detected a table structure that is not properly encapsulated within a surrounding tag, which can lead to rendering issues or incorrect output.
Cause:
- Improper Table Structure: The error is usually caused by a table being defined without the necessary surrounding tags. In Smart Forms, each table should be enclosed within a proper structure to ensure that the individual lines are correctly interpreted.
- Missing or Incorrect Tags: If the table rows or cells are not properly defined with the required tags, the system may not be able to process them correctly.
- Form Design Issues: The design of the Smart Form or SAPscript may not adhere to the required standards for table definitions.
Solution:
- Check Table Structure: Review the Smart Form or SAPscript layout to ensure that all tables are properly defined. Each table should have a surrounding tag that encapsulates the entire table structure.
- Add Surrounding Tags: If you find any tables that are not properly enclosed, add the necessary surrounding tags. For example, in Smart Forms, ensure that the table is enclosed within a
Table
node.- Validate the Form: After making changes, validate the Smart Form or SAPscript to ensure that there are no further errors. You can do this by using the "Check" function in the Smart Forms transaction (SMARTFORMS).
- Test the Output: Generate a test output to confirm that the changes have resolved the issue and that the form renders correctly.
Related Information:
By following these steps, you should be able to resolve the SPRX070 error and ensure that your Smart Form or SAPscript functions correctly.
Get instant SAP help. Start your 7-day free trial now.
SPRX069
Object not (yet) activated
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SPRX068
Restrictions to the value range ignored
What causes this issue? You further restricted the value range of a type by using particular language elements (so-called "Facets") in the ...
SPRX071
Keys and uniqueness relationships ignored
What causes this issue? The interface description uses one of the following language elements: <key> <keyref> <unique> <selector...
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 references itself (possibly indirectly). Example: A packing unit is desc...
Click on this link to search all SAP messages.