‎2009 Nov 09 12:55 PM
Hi,
I'm have been following this blog http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417700%29ID0815196650DB1240726520180714833... . When i try to run it there are some errors. Anybody know what these types stand for because they don't exist in my sap system. Or is there a similar type i can use for these fields?
lv_request_guid_c TYPE crmt_OBJECT_GUID32,
ls_file_info TYPE crmt_icss_file_info,
regards,
Jonas
‎2009 Nov 09 1:32 PM
Hi,
In my sap system CRMT_OBJECT_GUID is stored as SYSUUID domain. which is defined as RAW 16
.
Hope this helps
‎2009 Nov 09 1:08 PM
Hi,
These types exist in CRM system, please try to execute there.
Thanks and Regards,
Anil.
‎2009 Nov 09 1:13 PM
Hi,
I'm working on a test system. Can you tell what these types contain? So i can make them myself.
crmt_OBJECT_GUID32
crmt_icss_file_info
regards,
Jonas
‎2009 Nov 09 1:32 PM
Hi,
In my sap system CRMT_OBJECT_GUID is stored as SYSUUID domain. which is defined as RAW 16
.
Hope this helps
‎2009 Nov 09 1:39 PM
Hi ,
thx and the other field did you find that ?
crmt_icss_file_info
regards,
Jonas
‎2009 Nov 09 10:07 PM
‎2009 Nov 10 12:11 PM
Hi Jonas,
The other structure CRMT_ICSS_FILE_INFO has the following fields.
FILENAME LOCALFILE CHAR 128 0 Local file for upload/download
LANGUAGE LAISO CHAR 2 0 Language according to ISO 639
LANGUAGE_TXT SPTXT CHAR 16 0 Language
DESCRIPTION BDS_PROPVA CHAR 64 0 Business Document Service: Attribute value
LENGTH INT4 INT4 10 0 Natural number
Regards,
Anil.
‎2009 Nov 10 12:17 PM
Hi Jonas,
The Data Element CRMT_OBJECT_GUID32 is of type Char32
and the structure CRMT_ICSS_FILE_INFO has the following fields.
FILENAME is of CHAR128
LANGUAGE is of CHAR2
LANGUAGE_TXT is of CHAR16
DESCRIPTION is of CHAR64
LENGTH is of INT4
Regards,
Anil.