cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot get Message_ID in process

Former Member
0 Kudos

Hi all

In the process

I create a Transformation to get the message_id with

the code:

<b>

java.util.Map map = container.getTransformationParameters();

String msgid = (String) map.get ( StreamTransformationConstants.MESSAGE_ID);

return msgid;

</b>

the transformation has exception on this code

<b>

but it does not work

Somebody help me

Thanks a lot

</b>

and i have checked the links on Message_ID:

http://help.sap.com/saphelp_nw04/helpdata/en/e2/e13fcd80fe47768df001a558ed10b6/frameset.htm

Michal'blog

/people/michal.krawczyk2/blog/2005/06/11/xi-how-to-retrieve-messageid-from-a-bpm

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

but did you do it as in my weblog?

in a mapping <b>before</b> the BPM (interface determination)

and not in the transformation step in BPM?

Regards,

michal

Former Member
0 Kudos

aha

Thanks Michal

I think i have made a mistake

I know where i am wrong now

Thanks again

Your blogs and FAQ are excellent

MichalKrawczyk
Active Contributor
0 Kudos

hi,

just do exactly per my weblog:)

>>>>Your blogs and FAQ are excellent

thanks )

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (0)