cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Outbound delivery has updated with event messages with GR in EH list transaction in OER

Former Member
0 Likes
564

Hi Team,

I have the delivery in Aii (loaded with serial numbers) and shipped out from ERP, Deliverydespatch interface triggered successfully and in MONI we can see shipping event for the XML message.Where as in SAP OER we can see its Goods issue under EH list transcation (/SAPTRX/EH_LIST - Event Handler List ), which is expected and its correct as per the business process, Now we can see same in OER Cockpit by querying the delivery document.As per my understandings once serial numbers are shipped out they will be in Not in Stock status,

Once its received on other warehouse the scanned serial numbers are getting associated with outbound delivery which it has been loaded previously and shipped out. Now if query this document in OER cockpit it overrides goods issue and displays Good receipt, which is right? Please advise.

Sorry cant share the images of OER cockpit ;-(

Regards

NTG

Accepted Solutions (0)

Answers (2)

Answers (2)

ZenonK
Active Participant
0 Likes

Either something is wrong with the Event Message or something is wrong with the EM config. It's difficult to say without logging into your system.

Place a breakpoint in FM /SAPTRX/BAPI_EH_GET_DATA_GEN  then run the WEB UI.

This should give some clues to why the event is not displayed.

Regards.

Zenon.

Former Member
0 Likes

Hi Nandish,

Which document you are entering on the OER cockpit? Outbound delivery document of SAP ECC or Warehouse material document which you received.

Can you show us a screen shot with masking the client information and data which are sensitive?

Regards


GGOPII

Former Member
0 Likes

Hi Gopi,

Please find the screens from OER.

Regards

NTG

Former Member
0 Likes

Hi,

Any update please.

Regards

NTG

Former Member
0 Likes

Hi Nandish,

Is your question "Why GI not displayed in WEBUI along with GR?"

Thanks,

Vishnu

Former Member
0 Likes

Hi Nandish,

Whatever you see in /SAPTRX/EH_LIST -> Consolidated page that you can see in SAP EM Web UI.

Would you able to see Goods Issue and Goods Receipt in EH_LIST?

Regards


GGOPII

Former Member
0 Likes

Yes Vishnu, Expecting Goods issue in Web UI.

Former Member
0 Likes

Hi Gopi,

Yes GI and GR are in EH List which are displayed in SAP GUI screen (Reference screen 2), Whereas in Web UI its not appearing.

Regards

NTG

Former Member
0 Likes

Hi Nandish,

Have you implemented any custom logic to display or hide any events based on certain business logic in the UI? Check the badi implementation of /SAPTRX/BADI_WDA_UI ( Enh Spot = /SAPTRX/WDA_UI).

Also Zenon advised, please debug and see.

Thanks,

Vishnu

Former Member
0 Likes

Hi Nandish,

Put the breakpoint in WebUI class /SAPTRX/CL_EM_WDA_UI or /SAPTRX/CL_EM_FPM_UI -> GET_INT_EVT_CODE_FROM_MAP_TAB & FILL_EVENT_CODE_MAP_TAB and debug.

Could you tell me what is the version of SAP AII or SAP EM?

It looks like a bug to me, so check OSS note or create OSS message if no BADI implemented.

Regards

GGOPII