FICA_S_MDT_TRANSDOC SAP (Master Data Transfer Display Structure for Transaction Data) Structure details

Dictionary Type: Structure
Description: Master Data Transfer Display Structure for Transaction Data




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




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

FICA_S_MDT_TRANSDOC 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 "Master Data Transfer Display Structure for Transaction 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_FICA_S_MDT_TRANSDOC TYPE FICA_S_MDT_TRANSDOC.

The FICA_S_MDT_TRANSDOC table consists of various fields, each holding specific information or linking keys about Master Data Transfer Display Structure for Transaction Data data available in SAP. These include SOURCEBP (Business Partner Number), SOURCEVK (Contract Account Number), SOURCEVTREF (Reference Specifications from Contract), TARGETBP (Business Partner Number).. 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 (Deep)


SAP FICA_S_MDT_TRANSDOC 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
TRANS_ACTIVE_FLAGGeneral Flag FLAGCHAR1FLAG
SOURCEBPBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
SOURCEVKContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
SOURCEVTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
TARGETBPBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
TARGETVKContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
TARGETVTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GPARTBusiness Partner Number GPART_KKCHAR10Assigned to domainALPHABU_PARTNERBPA
VKONTContract Account Number VKONT_KKCHAR12Assigned to domainALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
OPBELNumber of Contract Accts Rec. & Payable Doc. OPBEL_KKCHAR12Assigned to domainALPHAOPBEL_KK80B
OPUPWRepetition Item in Contract Account Document OPUPW_KKNUMC3OPUPW_KK
OPUPKItem number in contract account document OPUPK_KKNUMC4OPUPK_KK
OPUPZSubitem for a Partial Clearing in Document OPUPZ_KKNUMC3OPUPZ_KK
HVORGMain Transaction for Line Item HVORG_KKCHAR4Assigned to domainHVORG_KK8HV
TVORGSubtransaction for Document Item TVORG_KKCHAR4Assigned to domainTVORG_KK
HKONTGeneral ledger account HKONT_KKCHAR10Assigned to domainALPHASAKNRSAKO
WAERSTransaction Currency BLWAE_MDT_KKCUKY5Assigned to domainWAERSFWS
BETRWAmount in Transaction Currency with +/- Sign BETRW_MDT_KKCURR13(2) WRTV7
XMARKCheckbox XFELDCHAR1XFELD
ORDNRRequest Number ORDNR_KKCHAR12ALPHAORDNR_KK
ORDCLSRequest Class ORDCLS_KKCHAR1DFKKORDERCLSORDCLS_KK
ORDCLSTEXTName of Request Class ORDCLSTEXT_KKCHAR30ORDCLSTEXT_KK
ORDTYPRequest Category ORDTYP_KKCHAR1DFKKORDTYPORDTYP_KK
ORDTYPTEXTRequest Category Name ORDTYPTEXT_KKCHAR31ORDTYPTEXT_KK
DOC_DATEDocument Date in Document BLDATDATS8DATUM
POST_DATEPosting Date in the Document BUDATDATS8DATUM
DOC_TYPEDocument Type BLART_KKCHAR2TFK003BLART_KK
CURRENCYTransaction Currency BLWAE_KKCUKY5TCURCWAERSFWS
GESBETRWTotal Amount of Request in Transaction Currency ORDBETRW_KKCURR13(2) WRTV7
UNAMProcessor Who Created or Changed the Request ORDUNAM_KKCHAR12USNAM
CELLTAB 0

Key field Non-key field



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

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

How to access SAP table FICA_S_MDT_TRANSDOC

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