‎2008 May 12 6:44 PM
Hi,
Can somebody give me details regarding predefined data types in ABAP and equivalent Character types ?
For example :
F2 type p can be equivalent to F2(20) type c
F2 CURR17 = F2(?) TYPE c
Thanks
‎2008 May 12 6:46 PM
Refer the link -
http://help.sap.com/erp2005_ehp_03/helpdata/EN/fc/eb2fd9358411d1829f0000e829fbfe/frameset.htm
Regards,
Amit
‎2008 May 12 6:46 PM
Hello,
If you go to transaction SE11, under domains you can get all informations about the field (like data type, no. characters and so on).
Regards,
‎2008 May 12 7:18 PM
what is the character equivalent of field with datatype as CURR17?