CXF_TS_XMLCONTENT-DATA SAP table Field - values
DATA is a standard field within SAP Structure CXF_TS_XMLCONTENT that stores XML Content information.
Below is the list of attribute values for the DATA field including its length, data type, description text, associated data element, search help etc... You could also view this information on your SAP system if you enter the table name CXF_TS_XMLCONTENT or data type DATA into the relevant SAP transactions such as SE11 or SE80 etc.
Also check out the Contributions section below to add and view useful hints, tips and screen shots specific to this SAP table field.
Example ABAP code to select data from table CXF_TS_XMLCONTENT field DATA
DATA: LD_DATA TYPE CXF_TS_XMLCONTENT-DATA.SELECT single DATA
FROM CXF_TS_XMLCONTENT
INTO LD_DATA
WHERE...
Key data for field CXF_TS_XMLCONTENT-DATA
Below is everything you need to know about the SAP data field in table CXF_TS_XMLCONTENT, Including example ABAP code to show you how to select data, attributes/info such as that it is a none Key Field of table CXF_TS_XMLCONTENT and that it stores XML Content
Attributes of DATA field in SAP Table CXF_TS_XMLCONTENT
Other fields in SAP table CXF_TS_XMLCONTENT
Below is the field in the previous position and the next position of table CXF_TS_XMLCONTENT
SAP tables containing same field/data element
SAP tables containing data elementSearch for further information about these or an SAP related objects
