cancel
Showing results for 
Search instead for 
Did you mean: 

udf to add context change

Former Member
0 Kudos

Hi

I need a udf to add context change

Can anyone help me?

Regards

Neha

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

A search on help.sap.com is the answer.

http://help.sap.com/saphelp_nw04/helpdata/en/b1/83a09f668320419dbe00a741e0fe6a/content.htm

addContextChange();

Appends a context change to the list. This can also be achieved if you append the constant ResultList.CC by using addValue().

Regards

Bhavesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Neha,

Check this Blog for clear understanding:

[Context and Queue in Message Mapping UDF |https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/12232] [original link is broken] [original link is broken] [original link is broken];

Regards

Praveen

Former Member
0 Kudos

HI,

You can use the statement

result.addContextChange();

in the advanced udf. (Cache parameter should be Context or Queue)

Thanks

Swarup