FIAPPT_S_TRANS_CBR SAP (Structure to store the transaction details for CBR) Structure details

Dictionary Type: Structure
Description: Structure to store the transaction details for CBR




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




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

FIAPPT_S_TRANS_CBR 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 to store the transaction details for CBR" 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_FIAPPT_S_TRANS_CBR TYPE FIAPPT_S_TRANS_CBR.

The FIAPPT_S_TRANS_CBR table consists of various fields, each holding specific information or linking keys about Structure to store the transaction details for CBR data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Number of Line Item Within Accounting Document).. 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 FIAPPT_S_TRANS_CBR 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
AUGDTClearing Date AUGDTDATS8DATUM
AUGCPClearing Entry Date AUGCPDATS8DATUM
AUGBLDocument Number of the Clearing Document AUGBLCHAR10ALPHABELNR
BSCHLPosting Key BSCHLCHAR2Assigned to domainBSCHL
KOARTAccount Type KOARTCHAR1KOART
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
ZTERMTerms of Payment Key DZTERMCHAR4ZTERM
ZBD1TCash discount days 1 DZBD1TDEC3ZBDXT
ZBD2TCash discount days 2 DZBD2TDEC3ZBDXT
ZBD3TNet Payment Terms Period DZBD3TDEC3ZBDXT
ZBD1PCash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
ZBD2PCash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
WSKTOCash discount amount in document currency WSKTOCURR13(2) WERT7
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
WRBTRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
STCEGVAT Registration Number STCEGCHAR20STCEG
SGTXTItem Text SGTXTCHAR50TEXT50
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
XCPDDIndicator: Address and bank data set individually XCPDDCHAR1XFELD
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
HBKIDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
LZBKZState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
SCB_INDSCB Indicator FIAPPT_SCB_INDCHAR5FIAPPT_SCB_IND
LANDLSupplying Country LANDLCHAR3Assigned to domainLAND1
XRAGLIndicator: Clearing was Reversed XRAGLCHAR1XFELD
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
XREVERSALSpecifies whether doc. is reversal doc. or reversed doc. XREVERSALCHAR1XREVERSAL
STBLGReverse Document Number STBLGCHAR10ALPHABELNR
STJAHReverse document fiscal year STJAHNUMC4GJAHRGJAHR
BANK_ACC_TYPEBank Account Type FIAPPT_BANK_ACC_TYPECHAR1FIAPPT_BANK_ACC_TYPE
WWERTTranslation Date WWERT_DDATS8DATUM
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
REBZGNumber of the Invoice the Transaction Belongs to REBZGCHAR10ALPHABELNR
REBZJFiscal Year of the Relevant Invoice (for Credit Memo) REBZJNUMC4GJAHRGJAHR
REBZZLine Item in the Relevant Invoice REBZZNUMC3BUZEI

Key field Non-key field



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

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

How to access SAP table FIAPPT_S_TRANS_CBR

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