JGBR SAP Message class IS-M: GP Beziehungssteuerung









JGBR 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(JGBR).

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(JGBR) with ld_field1.

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

000 - * 10 - 50 contact person relationship for free subs./responsibility

010 - Publication / edition & / & does not exist

011 - Make an entry in required field &

012 - Start date is later than end date

013 - Choose a sales area

014 - Address category & does not exist

015 - Responsibility conversion: date &1, time &2, user &3

016 - SAP BP: &1 CP: &2 responsibility created

017 - Free subscription & & & & does not exist

018 - Responsibility & & & & does not exist

019 - Specify the free subscription number for update

020 - Specify the responsibility number for update

021 - Product hierarchy & does not exist

022 - Campaign & does not exist

023 - Business partner responsible & does not exist

024 - No company address assigned - assign this first

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

051 - ****** 50 - 100 Messages for contract hierarchy

052 - Enter a percentage between 0 and 100

053 - Business partner & already exists in hierarchy

054 - Business partner & is already assigned to a different hierarchy

055 - Child & already exists above parent &

056 - Hierarchy & is locked by &

080 - ******** Migration Messages

081 - Hierarchy type &1 is already assigned to relationship category &2

082 - Error during setup of relationship categories:

083 - Description from point of view of &1 not maintained for hierarchy type &2

084 - Template relationship category ISM010 not found

085 - New entries &1

086 - Hier. type &1 does not yet have a relationship category. Enter this data



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!