FMSPLIT SAP Message class Rule-Based Distributions to Multiple Account Assignments









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

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

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

001 - Group &1 does not exist

002 - Distribution Rule &1 does not exist

003 - Action Profile &1 does not exist

004 - Field Profile &1 does not exist

005 - Database &1 failed for table &2

006 - Authorization failure for group &1

007 - Nothing was changed, no save required

008 - Field &1 not a valid target for account assignment distribution

009 - Duplicate Sequence number in the Allocation block

010 - Distribution method &1 does not exist

011 - Incomplete or invalid distribution settings

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

012 - End Date cannot be before Start Date

013 - A Distribution Rule with the ID &1 already exists in rule group &2

014 - Invalid field &1 assigned to Distribution &2/&3 in Distribution Rule &4

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 fmsplit.

015 - Field Profile does not contain field &1 for Distribution &2/&3 in rule &4

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

016 - Rule type &1 does not exist

017 - Maximum nested Distribution Rules &1 exceeded

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 fmsplit.

018 - Rule &1 selected but no distributions were created

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 fmsplit.

019 - Rule derivation trace active

020 - Rule derivation trace inactive

021 - Field &1 not changed: override flag not set in split &2/&3 in rule &4

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 fmsplit.

022 - Requested action not available for this line

023 - Distribution Rule &1 was selected, but rule is not activated

024 - No account assignment distributions were found for these values

025 - Trace activation set to rule-dependent

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

026 - Duplicate field &1 entered

027 - Distribution Rule &1 was saved

028 - Distribution Rule(s) transported

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

029 - No messages were issued during the distribution process

030 - Invalid event &1 for action profile &2

031 - Total percentage allocation in block exceeds 100%

032 - No authorization to change distribution results for authorization grp &1

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

033 - Additional accounting lines from Distribution batch are also deleted

034 - Rule-based account assignment distributions exceed 100%

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

035 - References added for other items of distribution batch &1 in document &2

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

036 - No stored trace available to display

037 - Line created by rule-based distribution - must delete from overview scrn

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

038 - Distribution percentage for STD rule types should not be less than 0.10.

039 - Overall percentage less than .10 cannot be handled. Please adjust.



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!