TRDT_MULTASSGN SAP (Multiple Account Assignment of Flows) Table details

Dictionary Type: Table
Description: Multiple Account Assignment of Flows




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




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

TRDT_MULTASSGN is a standard SAP Table which is used to store Multiple Account Assignment of Flows data and is available within R/3 SAP systems depending on the version and release level.

The TRDT_MULTASSGN table consists of various fields, each holding specific information or linking keys about Multiple Account Assignment of Flows data available in SAP. These include BUSTRANS_OS_GUID (Object Identity in Database Format), FLOW_NUMBER (Number of a Distributor Flow), ASSIGN_NUMBER (Account Assignment Number), FUND (Fund).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TRDT_MULTASSGN 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 MANDTCLNT3Assigned to domainMANDT
BUSTRANS_OS_GUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
FLOW_NUMBERNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
ASSIGN_NUMBERAccount Assignment Number TPM_ASSIGN_NUMBERINT410TPM_ASSIGN_NUMBER
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
NOMINAL_AMTNominal Amount TPM_NOMINAL_AMTCURR21(2) TPM_AMOUNT
NOMINAL_CURRNominal Currency TPM_NOMINAL_CURRCUKY5Assigned to domainWAERS
PAYMENT_AMTPayment Amount TPM_PAYMENT_AMTCURR21(2) TPM_AMOUNT
PAYMENT_CURRPayment Currency TPM_PAYMENT_CURRCUKY5Assigned to domainWAERS
PERCENTAGEPercentage Rate for Multiple Account Assignment TPM_ASSIGN_PERCENTAGEDEC7(4) DEC3_4

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRDT_MULTASSGN
INTO CORRESPONDING FIELDS OF WA_TRDT_MULTASSGN
WHERE...

How to access SAP table TRDT_MULTASSGN

Within an ECC or HANA version of SAP you can also view further information about TRDT_MULTASSGN 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!