TRFS_MAN_POST_FLOW_GUI SAP (TRF: Flow for Manual Posting) Structure details

Dictionary Type: Structure
Description: TRF: Flow for Manual Posting




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




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

TRFS_MAN_POST_FLOW_GUI 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 "TRF: Flow for Manual Posting" 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_TRFS_MAN_POST_FLOW_GUI TYPE TRFS_MAN_POST_FLOW_GUI.

The TRFS_MAN_POST_FLOW_GUI table consists of various fields, each holding specific information or linking keys about TRF: Flow for Manual Posting data available in SAP. These include MANDT (Client), MAN_POST_GUID (Manual Posting), FLOW_NUMBER (Number of a Flow), TRD_FLOW_NUMBER (Number of a Distributor Flow).. 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: Can be enhanced (character-type or numeric)


SAP TRFS_MAN_POST_FLOW_GUI 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
MAN_POST_GUIDManual Posting TPM_MAN_POSTCHAR32TRFT_MAN_POSTTPM_DB_OS_GUID
FLOW_NUMBERNumber of a Flow TPM_TRFFLOWNRINT410TPM_TRDFLOWNR
TRD_FLOW_NUMBERNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
DIS_FLOWTYPEUpdate Type TPM_DIS_FLOWTYPECHAR8TRFC_DFTYPE_MPTPM_DIS_FLOWTYPE
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
POSITION_AMTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
LOCAL_CURRLocal Currency TPM_LOCAL_CURRCUKY5Assigned to domainWAERS
LOCAL_AMTAmount (Local Currency) TPM_LOCAL_AMTCURR21(2) TPM_AMOUNT
PAYMENT_AMTPayment Amount TPM_PAYMENT_AMTCURR21(2) TPM_AMOUNT
PAYMENT_CURRPayment Currency TPM_PAYMENT_CURRCUKY5Assigned to domainWAERS
FLG_UPD_TYPENew Input Values XFLAGCHAR1XFLAG
DIS_FLOWTYPE_TXTUpdate Type Text TPM_DFT_TEXTCHAR60TPM_DESCRIPTION
MARKNew Input Values XFLAGCHAR1XFLAG
SIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
RAHABKIShort key for own house bank TB_RHABKICHAR5Assigned to domainHBKID
RAHKTIDShort key for house bank account TB_RHKTIDCHAR5Assigned to domainHKTID
DFAELLDue date DFAELLDATS8DATUM
RPBANKPartner bank details TB_RPBANKCHAR4BVTYP
RPZAHLPayer/Payee TPM_PAYER_PAYEECHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SZARTPayment transaction TB_SZARTCHAR1XFELD
SPAYRQGenerate payment request TB_SPAYRQKCHAR1XFELD
SPRSNGIndividual payment required TB_SPRSNGCHAR1T_SPAYRQ
SPRGRDDetermine grouping definition TB_SPRGRDCHAR1T_SPRGRD
SCSPAYSame direction necessary for joint payment? TB_SCSPAYCHAR1XFELD
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
UZAWEPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
PAYGRGrouping Field for Automatic Payments PAYGRCHAR20CHAR20
LANDLSupplying Country LANDLCHAR3Assigned to domainLAND1
LZBKZState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
RPCODERepetitive Code RPCODECHAR20Assigned to domainALPHARPCODEFIBL_RPCODE
RP_TEXTReference Text for Repetitive Code RPCODE_TEXTCHAR50XTEXT50

Key field Non-key field



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

As TRFS_MAN_POST_FLOW_GUI 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 TRFS_MAN_POST_FLOW_GUI as there is no data to select.

How to access SAP table TRFS_MAN_POST_FLOW_GUI

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