RFT50P SAP (Foreign Trade: Communication Structure - Item Data) Structure details

Dictionary Type: Structure
Description: Foreign Trade: Communication Structure - Item Data




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




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

RFT50P 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 "Foreign Trade: Communication Structure - Item Data" 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_RFT50P TYPE RFT50P.

The RFT50P table consists of various fields, each holding specific information or linking keys about Foreign Trade: Communication Structure - Item Data data available in SAP. These include FT_JAHR (Foreign trade: Document year), FT_POS (Foreign trade: Document item), FT_MATNR (Foreign trade: Material number of document item), FT_WERK (Foreign trade: Plant in 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 RFT50P 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
FT_BNRForeign trade: Document number FT_BNRCHAR10FT_BNR
FT_JAHRForeign trade: Document year FT_JAHRNUMC4GJAHRGJAHR
FT_POSForeign trade: Document item FT_POSNUMC6FT_POS
FT_MATNRForeign trade: Material number of document item FT_MATNRCHAR18Assigned to domainMATN1MATNR
FT_WERKForeign trade: Plant in document FT_WERKCHAR4Assigned to domainWERKS
FT_KZTEXTForeign trade: Material description of document item FT_KZTEXTCHAR40TEXT40
FT_MENGEForeign trade: Material quantity in document FT_MENGEQUAN13(3) FT_MENGE
FT_MGEIHForeign trade: Unit of measure for quantity in document FT_MGEIHUNIT3Assigned to domainCUNITMEINS
FT_PREISForeign trade: Price for document item FT_PREISCURR15(2) FT_PREIS
FT_PEINHForeign trade: Price unit FT_PEINHDEC5DEC5
FT_BPRMEForeign trade: Order price unit FT_BPRMEUNIT3Assigned to domainCUNITMEINS
FT_EXNUMNumber of foreign trade data in MM and SD documents EXNUMCHAR10Assigned to domainEXNUM
FT_VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
FT_STATUSGeneral Incompletion Status of Item UVALL_UPCHAR1STATV
FT_SELFLAGForeign trade: Table control indicator FT_SELFLAGCHAR1CHAR1
FT_AMPELForeign trade: Status FT_AMPELCHAR40CHAR40
FT_SUBSCRForeign Trade: Input field for subscreen control FT_SUBSCRCHAR30CHAR30
FT_PRDATDate of Price Determination PREDTDATS8DATUM
FT_VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
FT_POSARItem type POSARCHAR1POSAR
FT_AMPEL_LEVendor declaration traffic light LE_AMPELCHAR30CHAR30
FT_BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
FT_MFRNRNumber of a Manufacturer MFRNRCHAR10Assigned to domainALPHALIFNR
FT_TASTE_NINCDescription BEZEI30CHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table RFT50P

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