TF380 SAP (SAP Cons.: Upload Methods) Table details

Dictionary Type: Table
Description: SAP Cons.: Upload Methods




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




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

TF380 is a standard SAP Table which is used to store SAP Cons.: Upload Methods data and is available within R/3 SAP systems depending on the version and release level.

The TF380 table consists of various fields, each holding specific information or linking keys about SAP Cons.: Upload Methods data available in SAP. These include METH (Upload method), UPCAT (Upload category), FIELDNAME (Field Name), LINETYPEFLG (Use Row Type Indicators).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = TF381


SAP TF380 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 MANDTCLNT3T000MANDT
METHUpload method FC_UPMETHCHAR5FC_UPMETHGCVFC_UPMETH
UPCATUpload category FC_UPCATNUMC2FC_UPCAT
FIELDNAMEField Name FC_FIELDNAMECHAR30Assigned to domainFDNAME
LINETYPEFLGUse Row Type Indicators FC_LINETYPEFLGCHAR1FC_FLG_USE
FLG_FIXFixed column width FC_UPFIXWDCHAR1FLAG
SEPField separator FC_UPFSEPCHAR1CHAR1
NSEPCharacters for the separation of digits and decimal places FC_UPNSEPCHAR1FC_UPNSEP
ERR_BRKDWNDisplay an error if breakdown information is missing FC_UPRECCHAR1FLAG
COMM_CHARComment character FC_COMMCHRCHAR1CHAR1
FSI_SIGMDMultiply by the debit/credit sign in the item master record FC_SIGMDCHAR1FC_SIGMD
UPDATEMODEUpdate mode FC_UPDMODECHAR1FC_UPDMODE
PERIODICALInd.: Cumulative (YTD) update / Periodic update FC_PERIOCHAR1FLAG
DOCTYDocument type for standardizing entries FC_DOCTY_10CHAR2Assigned to domainFC_DOCTYBARFC_DOCTY_10

Key field Non-key field



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

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

SELECT SINGLE *
FROM TF380
INTO CORRESPONDING FIELDS OF WA_TF380
WHERE...

How to access SAP table TF380

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