JLSK SAP (IS-M/SD: Header for Settlement in Collective Processing) Table details

Dictionary Type: Table
Description: IS-M/SD: Header for Settlement in Collective Processing




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




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

JLSK is a standard SAP Table which is used to store IS-M/SD: Header for Settlement in Collective Processing data and is available within R/3 SAP systems depending on the version and release level.

The JLSK table consists of various fields, each holding specific information or linking keys about IS-M/SD: Header for Settlement in Collective Processing data available in SAP. These include SAMMG (IS-M: Collective run number for service settlement), SMART (IS-M: Group type for collective settlement run), ERNAM (Name of Person who Created the Object), ERDAT (Date on Which Record Was Created).. 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 or numeric)


SAP JLSK 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
SAMMGIS-M: Collective run number for service settlement JSAMMGCHAR10ALPHAJSAMMGGRN
SMARTIS-M: Group type for collective settlement run JSMARTCHAR1JSMARTGRA
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
UZEITTime UZEITTIMS6UZEIT
VBNUMNumber of created documents VBNUMNUMC4NUMC4
VBNUM_ARCIS-M: Number of Archived Documents VBNUM_ARCINT410INT4
ERNUMNumber of errors in collective settlement run JZAEHL7NUMC7NUMC07
BRGEWGross weight of all processed documents BRGEW_SGQUAN13(3) MENG13
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMVolume of all processed documents VOLUM_SGQUAN13(3) MENG13
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VTEXTIS-M: General Description of Objects (Length 30) ISM_OBJNAME30CHAR30TEXT30
MAXZTMaximum labor capacity of the shipping point in days MAXZTDEC5(2) DEC3_2
BRTWRIS-M: Gross Value in Document Currency ISPBRTWRCURR15(2) WERTV8
WAERKSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
JXULFIIS-M: Settlement transfer to RF/FI complete JXULFICHAR1XFELD
JXULPWIS-M: Settlement transfer to RP/HR completed JXULPWCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM JLSK
INTO CORRESPONDING FIELDS OF WA_JLSK
WHERE...

How to access SAP table JLSK

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