TJF37 SAP (IS-M/SD: Global Billing Parameters in Company Code) Table details

Dictionary Type: Table
Description: IS-M/SD: Global Billing Parameters in Company Code




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




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

TJF37 is a standard SAP Table which is used to store IS-M/SD: Global Billing Parameters in Company Code data and is available within R/3 SAP systems depending on the version and release level.

The TJF37 table consists of various fields, each holding specific information or linking keys about IS-M/SD: Global Billing Parameters in Company Code data available in SAP. These include BUKRS (Company Code), JKZNB (IS-M: New RF/FI document number for bank return), JKZNU (IS-M: New Document Number when Transfer Type Changes), JKZGB (IS-M: Enter Business Area in Clearing Account).. 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: Can be enhanced (character-type)


SAP TJF37 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
JKZNBIS-M: New RF/FI document number for bank return JKZNBCHAR1CHAR1
JKZNUIS-M: New Document Number when Transfer Type Changes JKZNUCHAR1CHAR1
JKZGBIS-M: Enter Business Area in Clearing Account JKZGBCHAR1CHAR1
JKZKSIS-M: Enter cost center in clearing account JKZKSCHAR1CHAR1
JKZANIS-M: Enter RK/CO order number in clearing account JKZANCHAR1CHAR1
ACC_METHODIS-M/SD: Accounting Method ACC_METHODCHAR2ACC_METHOD
XCOPAIS-M/SD: CO-PA Link with IS-M/SD Active / Inactive XCOPACHAR1XFELD
XZUKRIIS-M/SD: Split Criteria for Revenue Accrual Active/Inactive XREV_ZUKRICHAR1XFELD
X_REV_CYCLE_TRSFIS-M/SD: Transfer Remaining Credit Balance for Renewals X_REVENUE_CYCLE_TRANSFERCHAR1XFELD
XMANDATE_CHECKIS-M/SD: Check Mandate During Billing Document Creation XMANDATE_CHECKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJF37
INTO CORRESPONDING FIELDS OF WA_TJF37
WHERE...

How to access SAP table TJF37

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