XML1 is a standard field within SAP Table sic_sim_data that stores information relavant to this field. Below is the list of its attribute values including length, decimal places, checktable, data type, any assigned search help etc... You could also view this information on your SAP system if you enter the table name SIC_SIM_DATA into the relevant SAP transaction such as SE11 or SE80.
Also check out the
Contributions section below to add and view useful hints, tips and screen shots specific to this SAP table field. These details can also be found quickly in the future by simply searching on the SAP object name SIC_SIM_DATA-XML1 or its description.
Main Table: sic_sim_data
Example ABAP code to select data from table SIC_SIM_DATA field XML1
DATA: LD_XML1 TYPE SIC_SIM_DATA-XML1.
SELECT single XML1
FROM SIC_SIM_DATA
INTO LD_XML1
WHERE...
Attributes from SAP Table field SIC_SIM_DATA-XML1