Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inbound email processing - Type error

Former Member
0 Likes
962

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
920

Hi,

In my sap system CRMT_OBJECT_GUID is stored as SYSUUID domain. which is defined as RAW 16

.

Hope this helps

7 REPLIES 7
Read only

Former Member
0 Likes
920

Hi,

These types exist in CRM system, please try to execute there.

Thanks and Regards,

Anil.

Read only

Former Member
0 Likes
920

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

Read only

Former Member
0 Likes
921

Hi,

In my sap system CRMT_OBJECT_GUID is stored as SYSUUID domain. which is defined as RAW 16

.

Hope this helps

Read only

Former Member
0 Likes
920

Hi ,

thx and the other field did you find that ?

crmt_icss_file_info

regards,

Jonas

Read only

0 Likes
920

Hi Jonas,

try TYPE file.

Clemens

Read only

0 Likes
920

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.

Read only

0 Likes
920

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.