J_1SMAHNST SAP (IS-M/SD CH/F: Control Table for Dunning Levels) Table details

Dictionary Type: Table
Description: IS-M/SD CH/F: Control Table for Dunning Levels




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




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

J_1SMAHNST is a standard SAP Table which is used to store IS-M/SD CH/F: Control Table for Dunning Levels data and is available within R/3 SAP systems depending on the version and release level.

The J_1SMAHNST table consists of various fields, each holding specific information or linking keys about IS-M/SD CH/F: Control Table for Dunning Levels data available in SAP. These include VKORG (Sales Organization), DRERZ (Publication), MAHNSTUFE (Dunning key), VTAGE (IS-M: CH/F: Days After Payment Deadline/Days in Arrears).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP J_1SMAHNST 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
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
DRERZPublication DRERZCHAR8JDTDRERALPHADRERZJD1MJD1
MAHNSTUFEDunning key MSCHLCHAR1T040MSCHL
VTAGEIS-M: CH/F: Days After Payment Deadline/Days in Arrears J_1S_TAGENUMC3NUM03
KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
AKIS-M: CH/F: Indicator - Terminate Subscription J_1S_AKCHAR1XFELD
LEIS-M: Set desired end of delivery for subscription J_1S_WLECHAR1XFELD
FSTIS-M: CH/F: Indicator - Reverse Billing Document J_1S_FSCHAR1XFELD
M_TEXT30 Characters CHAR30CHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1SMAHNST
INTO CORRESPONDING FIELDS OF WA_J_1SMAHNST
WHERE...

How to access SAP table J_1SMAHNST

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