cancel
Showing results for 
Search instead for 
Did you mean: 

Report

former_member193027
Participant
0 Kudos

Hi,

We have a requirment whereby Report on missing PODs is from the legacy system where PODs are uploaded. Any best method adopted where we can use any tool or existing EM web UI whereby EM will be updated based on POD updated from leagcy system.

Also can we have Report if the expected duration after shipment by which POD is expected is known

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Dipak,

Have you checked these reports?

Event Handler List Status - /SAPTRX/EH_LIST_STAT

Expected Overdue List /SAPTRX/EE_OVD_LIST

Event Message processing status list report - /SAPTRX/EVM_STATUS

Regards

GGOPII

former_member193027
Participant
0 Kudos


yes, but my requirement is not met

Former Member
0 Kudos

Hi Dipak,

You have to write a custom report to achieve what you need, if you are looking to extract existing missing POD's.

However, I can guide you to set up through configuration to bring a new column in search overview block.  When new events are reported for POD, it will become green icon or it would be blank for unreported events.  The only constraint, this report will be used only for new event handlers after column has added in SAP EM WebUI.

Consult with the client about this constraint and let me know.  I will guide you to set it up this report through config.

Regards

GGOPII

former_member193027
Participant
0 Kudos

Thx.

Can you inform me how to set up the report thru config.

Former Member
0 Kudos

Hi Dipak,

 

Follow below steps.

1. Define Status Attribute Names as "ZPOD_STAT" and assign Status Attribute Names "POD Reported" and ICON as @01@ (Green).

2. Go to Define Status Attribute Profiles -> Select your Event Handler assigned profile -> Status Attribute Profile Items -> Create a new entry and assign above Status Attribute Name "ZPOD_STAT" (leave blank of St. Attr. Value field).

3. Create a new group configure field in Build Groups of Configured fields, Select Conf. Fld type - 2 Display, EM Object - Event Handler and give Ev. Handler Type

4. Configure two new fields as below in Configure Fields for User Profiles -> Configure Fields for Display

a) Click New Entries, Configured Field"ZPOD_STAT", EM Attribute ID - STATUS_TYPE:ZPOD_STAT, Dis. Mode - Read only, Give Event handler type, assign Group ID conf.field which you defined in Step 4, Field Order No. - 2, Check Suppr. Field.

b) Click New Entries, Configured Field"ZPOD_STAT_ICON", EM Attribute ID - STATUS_ICON:ZPOD_STAT, Give Event handler type.

5. Select the rule set of existing POD, Add a new activity STATUS_SET and give Stat. Att. Name and Stat. Att. Val which you defined in step 2.

6. Assign newly created selection configure field ZPOD_STAT_ICON in your display profile, select Overview screen and give Seq. Table number.

Now, the new column will show in SAP EM WebUI.  When POD will be reported it will show green icon.  You can run the report and filter based on blank or @01@ reported.

Regards

GGOPII