T8JDA SAP (JV EDI Inbound: Company Configuration Table) Table details

Dictionary Type: Table
Description: JV EDI Inbound: Company Configuration Table




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




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

T8JDA is a standard SAP Table which is used to store JV EDI Inbound: Company Configuration Table data and is available within R/3 SAP systems depending on the version and release level.

The T8JDA table consists of various fields, each holding specific information or linking keys about JV EDI Inbound: Company Configuration Table data available in SAP. These include BUKRS (Company Code), PARK_MAFE (Memo AFE: Park Document if over Threshold Amount), PARK_INTE (Working Interest: Park Document if over Threshold Amount), PARK_MAMT (Monetary Amount: Park Document if over Threshold Amount).. 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: Not classified


SAP T8JDA 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PARK_MAFEMemo AFE: Park Document if over Threshold Amount JV_TMAFEPDCHAR1AS4FLAG
PARK_INTEWorking Interest: Park Document if over Threshold Amount JV_TINTEPDCHAR1AS4FLAG
PARK_MAMTMonetary Amount: Park Document if over Threshold Amount JV_TMAMTPDCHAR1AS4FLAG
MEMO_AFEDon't Collect Memo AFE JV_MEMOAFECHAR1AS4FLAG
THRES_MAFEThreshold $: Memo AFE Threshold Default JV_TMAFEHACURR17(2) WERTV9
THRES_INTEThreshold $: Working Interest Threshold JV_TINTEHACURR17(2) WERTV9
THRES_MAMTThreshold $: Monetary Amount Threshold JV_TMAMTHACURR17(2) WERTV9
ZDARTDate type JV_ZDARTCHAR1JV_ZDART
FB01_POPFB01 Population JV_FB01POPCHAR1JV_FB01POP
PYEARPosting year JV_PYEARNUMC4GJAHRGJAHR
PERIODPosting period (Month) JV_PERIODNUMC2BUPERIODE

Key field Non-key field



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

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

SELECT SINGLE *
FROM T8JDA
INTO CORRESPONDING FIELDS OF WA_T8JDA
WHERE...

How to access SAP table T8JDA

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