Application Development 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: 

Problem calling SAP webservice ECC_SRVCREQCRTRC1

Former Member
0 Kudos

Hi,

I want to call an SAP webservice to create a service notification from an Adobe Flex application.

For this I use a standard SAP enterprise web service "ECC_SRVCREQCRTRC1".

The web servce call is working and the notification is created.

Now I also want to fill the description in the webservice. This is not working in the same way as filling the notification type parameter.

Notification parameter tag is just a tag:

<TypeCode>?</TypeCode>

The description tag has an attribute:

<Description languageCode="?">?</Description>

In my code I fille the tag TypeCode like this:

serviceRequest.TypeCode = "AB";

Now my question is: "How can I fill the description tag including the language attribute"?

I hope someone can help me with this.

Thanks in advance and kind regards,

Bart Elshout

3 REPLIES 3

Former Member
0 Kudos

Hi,

Is there anyone who can help?

Do you need more information from me?

Please help.

Thanks in advance and kind regards,

Bart

0 Kudos

Hello Bart,

In this service notification what is this "Type code" which you took as 'AB'. Could you please let me know.

Waiting for your reply!

Regards,

Pradeep Phogat

0 Kudos

Hi Pradeep,

Type code is a input/importing field of the header structure of this webservice. Type Code stands for the notification type.

The description is also a subfield of the same header structure (but this field has an attribute "language").

I hope you can help me,

Thanks in advance and kind regards,

Bart