FMSPLIT_APROF_A SAP (Actions in Rule-Based Account Distributions Action Profile) Table details

Dictionary Type: Table
Description: Actions in Rule-Based Account Distributions Action Profile




ABAP Code to SELECT data from FMSPLIT_APROF_A
Related tables to FMSPLIT_APROF_A
Access table FMSPLIT_APROF_A




Table field list including key, data, relationships and ABAP select examples

FMSPLIT_APROF_A is a standard SAP Table which is used to store Actions in Rule-Based Account Distributions Action Profile data and is available within R/3 SAP systems depending on the version and release level.

The FMSPLIT_APROF_A table consists of various fields, each holding specific information or linking keys about Actions in Rule-Based Account Distributions Action Profile data available in SAP. These include APROF_ID (Rule-Based Account Assignment Distbtns Action Profile ID), EVENT (Processing event for Rule-Based Acct Asst Distbtns), ACTION_CODE (Action for Rule-Based Acct Asst Distributions Action Profile), MESSAGE_ID (Message Class).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FMSPLIT_APROF_A table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
APROF_IDRule-Based Account Assignment Distbtns Action Profile ID FMSP_APROF_IDCHAR12FMSPLIT_APROFFMSP_APROF_ID
EVENTProcessing event for Rule-Based Acct Asst Distbtns FMSP_EVENTCHAR12FMSP_EVENT
ACTION_CODEAction for Rule-Based Acct Asst Distributions Action Profile FMSP_ACTIONCHAR8FMSP_ACTION
MESSAGE_IDMessage Class SYMSGIDCHAR20T100AARBGB
MESSAGE_NUMBERMessage Number SYMSGNONUMC3SYMSGNO
MESSAGE_V1Application Log: Message variable 1 BALMSGV1CHAR50SYCHAR50
MESSAGE_V2Application Log: Message variable 2 BALMSGV2CHAR50SYCHAR50
MESSAGE_V3Application Log: Message variable 3 BALMSGV3CHAR50SYCHAR50
MESSAGE_V4Application Log: Message variable 4 BALMSGV4CHAR50SYCHAR50

Key field Non-key field



How do I retrieve data from SAP table FMSPLIT_APROF_A using ABAP code

The following ABAP code Example will allow you to do a basic selection on FMSPLIT_APROF_A to SELECT all data from the table
DATA: WA_FMSPLIT_APROF_A TYPE FMSPLIT_APROF_A.

SELECT SINGLE *
FROM FMSPLIT_APROF_A
INTO CORRESPONDING FIELDS OF WA_FMSPLIT_APROF_A
WHERE...

How to access SAP table FMSPLIT_APROF_A

Within an ECC or HANA version of SAP you can also view further information about FMSPLIT_APROF_A and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!