TINV_TRNSF_SHORT SAP (Extract of Bill Receipt (Eval. System): FI-CA Transfer Data) Table details

Dictionary Type: Table
Description: Extract of Bill Receipt (Eval. System): FI-CA Transfer Data




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




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

TINV_TRNSF_SHORT is a standard SAP Table which is used to store Extract of Bill Receipt (Eval. System): FI-CA Transfer Data data and is available within R/3 SAP systems depending on the version and release level.

The TINV_TRNSF_SHORT table consists of various fields, each holding specific information or linking keys about Extract of Bill Receipt (Eval. System): FI-CA Transfer Data data available in SAP. These include INT_TRANSF_NO (Internal ID of Transfer Line), INT_INV_DOC_NO (Internal Number of Bill Document/Payment Advice Document), INT_INV_LINE_NO (Line Item Number of Bill/Payment Advice Note Document), DATE_OF_RECEIPT (Document Date of Receipt).. 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 TINV_TRNSF_SHORT 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
INT_TRANSF_NOInternal ID of Transfer Line INV_INT_TRANSF_NONUMC18INV_INT_TRANSF_NO
INT_INV_DOC_NOInternal Number of Bill Document/Payment Advice Document INV_INT_INV_DOC_NONUMC18INV_INT_INV_DOC_NOTINV_INV_DOC
INT_INV_LINE_NOLine Item Number of Bill/Payment Advice Note Document INV_INT_INV_LINE_NONUMC8INV_INT_INV_LINE_NO
DATE_OF_RECEIPTDocument Date of Receipt INV_DATE_OF_RECEIPTDATS8INV_DATE_OF_RECEIPT
INVOICE_DATEBill/Payment Advice Note Date INV_INVOICE_DATEDATS8INV_INVOICE_DATE
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
THBLN_EXTAggregated Document Number THBLN_EXTCHAR12Assigned to domainALPHAOPBEL_KK
THBLN_TYPEDocument Number Type INV_THBLN_TYPECHAR1INV_THBLN_TYPE
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
THPRDActual Date for Transfer to Third Party THPRD_KKDATS8DATUM
THPDTPlanned date for transfer of payment to third party THPDT_KKDATS8DATUM
THPSTEntry status THPST_KKCHAR1THPST_KK
WAERSTransaction Currency BLWAE_KKCUKY5Assigned to domainWAERSFWS
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
TAXBWTax Amount in Transaction Currency INV_TAXBWCURR13(2) WRTV7
STPRZTax rate STPRZ_KKNUMC6STPRZ_KK
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
GPARTBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
QUANTITYQuantity INV_QUANTQUAN15(3) INV_QUANTITY
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
SBASWAmount Subject to Tax in Transaction Currency (Tax Base Amt) SBASW_KKCURR13(2) WRTV7
SEGMENTSegment for Segmental Reporting SEGMT_KKCHAR10Assigned to domainALPHAFB_SEGMENT
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
DPPRCDown Payment Process for Supplier: Posting Category INV_DPPRCCHAR1INV_DPPRC

Key field Non-key field



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

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

SELECT SINGLE *
FROM TINV_TRNSF_SHORT
INTO CORRESPONDING FIELDS OF WA_TINV_TRNSF_SHORT
WHERE...

How to access SAP table TINV_TRNSF_SHORT

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