SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

COMEV and COMPR naming

Former Member
0 Kudos
1,516

Hi Experts,

In IS Utilities, i see the naming pattern for some function modules having ZCOMEV and ZCOMPR.

what actually does that COMEV and COMPR stand for?

Pls explain

Thanks

DAny

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
568

Hi,

COMEV - Communication Event

COMPR - Communication processing

In IDE, we use COMEV and COMPR FM's for processing our logic. From COMEV, depending on the configurations done by us COMPR FM will be determined and will be called from COMEV FM.

View solution in original post

4 REPLIES 4
Read only

Former Member
0 Kudos
568

The Z indicates that they are your custom ones as they are not there in our system. But if you look at the function modules that have the pattern COMEV and COMPR, you will notice that they are related to event generation in ISU to pass information or to receive information to and from external systems. Information can vary from master data to service orders to payments.

Read only

0 Kudos
568

Hi Srinivas Adavi ,

Thanks for the reply.

Forget about that Z*...custom ones. I can see few IDoc's / FM's holding the COMEV & COMPR naming patetrn.

So you mean to say that :

COMEV : event generation in ISU to pass information external systems

COMPR : event generation in ISU to RECEIVE information external systems

Contradiction - But i see some IDOCS or FM with naming pattern COMPR's as outbound which means to send information & vice versa.

Please give some insight..

thanks

Dan

Edited by: Dan on Jan 16, 2008 10:21 AM

Read only

Former Member
0 Kudos
569

Hi,

COMEV - Communication Event

COMPR - Communication processing

In IDE, we use COMEV and COMPR FM's for processing our logic. From COMEV, depending on the configurations done by us COMPR FM will be determined and will be called from COMEV FM.

Read only

Former Member
0 Kudos
568

Hi Dan,

COMEV and COMPR function modules are used to post the IDOC to the Middleware and Vice Versa.

This is called as Inbound and Outbound Idocs.

We trigger the COMPR function module by using the COMEV Fm depending upon the configurations done , which will differentiate between outbound and inbound IDocs.

Reward If useful.

Regards,

Chitra