cancel
Showing results for 
Search instead for 
Did you mean: 

get details of the reported event in Display Event Details screen

Former Member
0 Kudos

Hello All,

                  We have a requirement where when the user reports an expected event for e.g. "Confirm Delivery" , he enters lot of fields like shipment date , expected date of departure etc which we save as info parameter dynamically.

                   The question is how do we show these information  to users on Display event details for that expected event. User wants to see all the information that he has entered for these event. What are the configuration requirement for the same ?

Thanks,

Shubh.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190756
Active Contributor
0 Kudos

Hello Shubh,

if you want to attach attributes directly to a message and later display them on event level you can use Event Message Parameter:

http://help.sap.com/saphelp_em51/helpdata/en/dc/9f1330b0b84ac7bee2249b299be25c/frameset.htm

Best regards,

Steffen

Former Member
0 Kudos

Hello Steffen,

                       Do you have any detailed document for this.

                       My query is once we define the extenstion table for event message paramters:

                       1) Do we have to keep all the different parameters belonging to different events in one extension table ?

                       2) How do we capture the value when we are reporting an event. Also if the parameters to be reported in an event is of type date?

                       3) How do we display these parameters back to user ? What will be the attribute of the display parameters ?

Thanks,

Shubh.

former_member190756
Active Contributor
0 Kudos

1) Do we have to keep all the different parameters belonging to different events in one extension table ?

Yes, you can have only one extension table per EH Type.

2) How do we capture the value when we are reporting an event. Also if the parameters to be reported in an event is of type date?

If you need a datepicker in UI you could use EE Modify fields and copy them in a preprocessing function to your parameter. In the TM visibility processes is a example for that.

3) How do we display these parameters back to user ? What will be the attribute of the display parameters ?

If you have done the customizing correctly you will find them in transaction /n/SAPTRX/UCCF as "Configured Field for Display" they start with the prefix EVMP_*

Best regards,

Steffen

Former Member
0 Kudos

Hello All,

               According to above dicussion , for adding the Event Message Paramer i have followed the following steps:

            1) Define a table with EVM GUID as the field.

            2) Maintain the same in "Define Extension Table for Header" customizing.

            3) Add the customizing table in the "Define Event Handler Types Customizing"

Now in the UI when i am accessing the tracking scenario its giving an error "Event handler GUID retrieval unsuccessful; check BAPI inpt interface".

            Any idea why this error message is coming?.

         

Thanks,

Shubh.