Sorry, I am new to SAP system, and I really can't understand some basic logic about the SAP system even I study and search in the Internet almost two days. My question is: Why can I only use several Dictionary type in ABAP program? Below is my SAP system version: sap version
For my understanding, CURR
and CUKY
these are predefined data types in ABAP Dictionary and we can use it in ABAP program because SAP system defined these types as default data element (is it correct?). ABAP program convert the predefined data types to ABAP types as follows:
In my case, I can't use the data type / data element of CURR/CUKY in the ABAP program but UNIT, DATS is ok.
Am I missing some knowledge behind of it or misunderstanding something? Can someone explain clearly of that?
Thank you.