JEP SAP Message class IS-M: Advertising Sales Representative Portal









JEP is a standard message class available within your SAP system (depending on your version and release level). Below is a list of all the messages available for within this class and a link to any long text associated with each message. These messages are very simple to use and can be implemented into your ABAP code using the MESSAGE statement and the following syntax.

MESSAGE I001(JEP).

Note the value "I" represents an information messsage but can be replaced with E for error, W for warning, S for Status/Success, A for Abend/Termination and X for exit which does not display a message and causes a runtime error. Click here for more information about SAP Messages.

Messages can also contain the & symbol, this means custom values can be added to the message when it is displayed, this is done using the WITH statement

MESSAGE I001(JEP) with ld_field1.

Message class details can be viewed directly within your SAP system by entering the object name JEP into the relevant SAP transaction such as SE91 or SE80.

001 - No data found

002 - &1 contact person relationships were read

003 - No text for hierarchy type &1

004 - &1 elements in the business partner hierarchy read for key date &2

005 - Elements in the BP hierarchy exist, but none exist on key date &1

006 - No text available for at least one product hierarchy key

007 - No business partner specified

008 - Selection was not restricted. Enter a selective attribute

009 - No contact person relationships that match the selection were found

010 - No contact person found for telephone number &1

011 - No address data available

012 - Error reading person number

013 - Person number was read successfully

014 - You do not have authorization for the sales activity data (activity &1)

Additional information exists about message 014 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 014 class jep.

015 - No contact person found for e-mail address &1

016 - You do not have authorization for authorization group &2

Additional information exists about message 016 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 016 class jep.

017 - You do not have authorization for business partner role category &2

Additional information exists about message 017 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 017 class jep.

018 - No authorization for the sales activity data (SD-CAS) (activity &1)

Additional information exists about message 018 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 018 class jep.

019 - System error: Text format &1 is not supported

Additional information exists about message 019 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 019 class jep.

020 - System error: Error &1 during conversion to HTML

Additional information exists about message 020 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 020 class jep.

021 - You do not have authorization for the address data (activity &1)

Additional information exists about message 021 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 021 class jep.

022 - You do not have authorization for the central customer data (activ.&1)

Additional information exists about message 022 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 022 class jep.

023 - You do not have authorization for the customer data (activity &1)

Additional information exists about message 023 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 023 class jep.

024 - No contact person responsibilities that match the selection were found

025 - IS-M contact person is active - Selection parameter is not supported

026 - SAP BP contact person is active - Selection parameter is not supported

027 - Selecting by the campaign did not find any contact persons

028 - This selection parameter is not supported for the IS-M contact person

029 - No addresses found for the IS-M contact person

030 - No contact person relationships that match the selection were found

031 - Selection has not been restricted using business partner attributes

Additional information exists about message 031 to provide the user with a more detailed description of the issue and what might be the cause... See long description for message 031 class jep.


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!