TRCS_CASH_MGT_TRANSFER SAP (Structure that is an interface to CM modules) Structure details

Dictionary Type: Structure
Description: Structure that is an interface to CM modules




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




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

TRCS_CASH_MGT_TRANSFER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure that is an interface to CM modules" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TRCS_CASH_MGT_TRANSFER TYPE TRCS_CASH_MGT_TRANSFER.

The TRCS_CASH_MGT_TRANSFER table consists of various fields, each holding specific information or linking keys about Structure that is an interface to CM modules data available in SAP. These include OS_GUID_FLOW (Object Identity in Database Format), BUSTRANSID (Identifier of the Distributor Business Transaction), COMPANY_CODE (Company Code), DEAL_NUMBER (Financial Transaction).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRCS_CASH_MGT_TRANSFER structure 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
OS_GUID_FLOWObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
UL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
FLOW_NUMBERNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
RPZAHLPayer/payee TPM_BU_PARNTERCHAR10Assigned to domainALPHABU_PARTNER
PRODUCT_TYPEProduct Type TPM_PROD_TYPECHAR3Assigned to domainVVSART
UPDATE_TYPEUpdate Type TPM_DIS_FLOWTYPECHAR8Assigned to domainTPM_DIS_FLOWTYPE
SIGNDirection of flow TPM_DIR_FLOWCHAR1T_SSIGN
SECURITY_ACCOUNTSecurities Account TPM_SEC_ACCCHAR10Assigned to domainRLDEPO
SECURITY_IDSecurity ID Number TPM_SEC_IDCHAR13Assigned to domainALPHAWP_RANL
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SFGZUSTTTransaction Activity Category TB_SFGZUTYNUMC2Assigned to domainT_SFGZUTYC_AT02
PAYMENT_DATEPayment Date TPM_PAYMENT_DATEDATS8TPM_POSITION_DATE
PAYMENT_CURRPayment Currency TPM_PAYMENT_CURRCUKY5Assigned to domainWAERS
PAYMENT_AMTPayment Amount TPM_PAYMENT_AMTCURR21(2) TPM_AMOUNT
COUNTERPARTYBusiness Partner Number TB_KUNNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
HOUSE_BANKShort key for own house bank TB_RHABKICHAR5Assigned to domainHBKID
HOUSE_BANK_ACCShort key for house bank account TB_RHKTIDCHAR5Assigned to domainHKTID
PLANNING_LEVELPlanning level TPM_PLANNING_LEVELCHAR2Assigned to domainFDLEV
ACCOUNT_TYPEAccount type TPM_ACC_TYPECHAR1KOART
PLANNING_GROUPPlanning group TPM_PLAN_INDICATORCHAR10Assigned to domainALPHAFDGRP
BANK_ACCOUNTBank account TPM_BANK_ACCCHAR10Assigned to domainALPHASAKNR
BUSINESS_AREABusiness Area TPM_BUSAREACHAR4Assigned to domainGSBER
FLG_STATUSFlag to indicate an insert(I) or an update(U) TPM_STATUSCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure TRCS_CASH_MGT_TRANSFER using ABAP code?

As TRCS_CASH_MGT_TRANSFER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TRCS_CASH_MGT_TRANSFER as there is no data to select.

How to access SAP table TRCS_CASH_MGT_TRANSFER

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