cancel
Showing results for 
Search instead for 
Did you mean: 

Copying multiple notifications text combined in order as operation text

Former Member
0 Kudos

Hi ,

Throug IW28 , I can combine multiple notifications in one order . Only first notificion text becomes first operation line item text . There is a requirement that the text of all the notifications should get copied to operations (i.e if 10 notifications are combined , 10 operations line items with text as in notification text .

Can any one guide how this can be achieved ?

Narasimha

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

As far as I am aware there isn't anything standard to do this.

You will need to develop a solution

PeteA

Former Member
0 Kudos

Hi ,

can you please elaborate the solution ?

Regard

Narasimha

peter_atkin
Active Contributor
0 Kudos

It might go something like this:

On saving the order (possibly user-exit IWO10009, or BADI WORKORDER_UPDATE), check to see if any new notifications have been assigned to operations.

If so, then determine notification text and copy to operation text (possibly using BAPI described in previous post)

Continue processing.

PeteA

former_member385375
Contributor
0 Kudos

Hi Narsimha

Your requirement can be fulfilled in standard by following config settings

SPRO-PM & CS> MAintenance & service processing> maint & service order>functions & settings for order types> Define notification & order integration

under this you can make default order type to notification type & also right to it you will find enhancement object list-- Here you need to assign 3- Assignment of operations to all object list entries active

& test after wards- all notification text will be copied to the operations of order

shakti

Answers (1)

Answers (1)

Former Member
0 Kudos

I have never tried this BAPI. Please check for some documentation for this BAPI IBAPI_ORDER_OPERATION_CHANGE