How To Fix SPRX070 - Vermeiden Sie Tabellen ohne umschließendes Tag für einzelne Zeilen


SAP Error Message - Details

  • Message type: E = Error

  • Message class: SPRX - Proxy Generation

  • Message number: 070

  • Message text: Vermeiden Sie Tabellen ohne umschließendes Tag für einzelne Zeilen

  • Show details Hide details
  • Was verursacht dieses Problem?

    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.

    Das System gibt eine Fehlermeldung aus und erlaubt Ihnen nicht, mit dieser Transaktion fortzufahren, bis der Fehler behoben ist.

    Example
    The XML schema contains:
    <element name="Struc">
    <complexType>
    <sequence>
    <element name="Field1" type="string"/>
    <sequence maxOccurs="unbounded">
    <element name="Field2" type="string" minOccurs="0"/>
    <element name="Field3" type="string" minOccurs="0"/>
    </sequence>
    <element name="Field4" type="string"/>
    </sequence>
    </complexType>
    </element>
    A valid XML fragment is as follows:
    <Struc>
    <Field1>xxx</Field1>
    <Field2>yyy</Field2>
    <Field3>zzz</Field3>
    <Field2>xxx</Field2>
    <Field3>yyy</Field3>
    <Field4>zzz</Field4>
    </Struc>
    In this scenario there are several problems for the handling of the
    mapping between ABAP structures and xml data:
    1. If all fields are optional it is impossible to derive all table rows
    uniquely. In the above example, the ABAP table could have 2, 3 or 4
    lines.
    2. If some of the optional fields are missing, the simple transformation
    used for mapping the xml to ABAP will have problems determining when the
    table lines are finished and might even lose the information of <Field4>
    <(>,<)><ZH> ie there is a risk of dataloss. </>
    3. In some situations, e.g. with tables inside tables, some of which
    have no line tags, <ZH>endless loops </>may occur inside the simple
    transformation.

    Systemantwort

    A warning appears for this type.

    Wie behebe ich diesen Fehler?

    Define the repetition groups with
    <element maxOccurs="unbounded" ...>

    Vorgehensweise für Systemadministratoren


    Fehlermeldungsextrakt aus SAP-System. Copyright SAP SE


Smart SAP Assistant

  • Was ist die Ursache und Lösung für den SAP Fehler SPRX070 - Vermeiden Sie Tabellen ohne umschließendes Tag für einzelne Zeilen ?




    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Zugehörige SAP-Fehlermeldungen

Klicken Sie auf die Links unten, um die folgenden verwandten Nachrichten anzuzeigen:

Klicken Sie auf diesen Link, um alle SAP-Meldungen durchsuchen.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author