ISU01_CONTRACT_CHECK SAP (Contract Checks: Checked Data) Structure details

Dictionary Type: Structure
Description: Contract Checks: Checked Data




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




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

ISU01_CONTRACT_CHECK 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 "Contract Checks: Checked 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_ISU01_CONTRACT_CHECK TYPE ISU01_CONTRACT_CHECK.

The ISU01_CONTRACT_CHECK table consists of various fields, each holding specific information or linking keys about Contract Checks: Checked Data data available in SAP. These include C_NOT_FIRST (Indicator: Checks Already Performed), S_TABSTRIP_OPEN (Indicators), C_BUKRS_KONZVER (Company Code), C_PYPLS (Starting month of payment plan).. 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 (character-type)


SAP ISU01_CONTRACT_CHECK 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
PBO_COPACONT_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
C_NOT_FIRST Indicator: Checks Already Performed0
S_TABSTRIP_OPENIndicators KENNZXCHAR1KENNZX
C_BUKRS_KONZVERCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
C_PYPLSStarting month of payment plan E_PYPLSNUMC2MONTHPYPS
C_PYPLTPayment plan type E_PYPLTCHAR4Assigned to domainE_PYPLTPYPT
C_MAHNVDunning Procedure MAHNV_KKCHAR2Assigned to domainMAHNV_KKFKK_MAHNV
C_TXJCD 0
TXJDCTax Jurisdiction TXJCDCHAR15TXJCDTXJ
ANLAGEInstallation ANLAGECHAR10ALPHAANLAGEANLEANL
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
TXJCD_CHECK_EXTERNIndicators KENNZXCHAR1KENNZX
TXJCD_CHECK_ACTIVEIndicators KENNZXCHAR1KENNZX
C_KZABSVER 0
KZABSVERActivate Budget Billing Procedure KZABSVERCHAR1KZABSVERISU_TFK033D_R301
VKONTOContract Account Number VKONT_KKCHAR12ALPHAVKONT_KKKTOFKKVKP_F4
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
C_SERVICEID 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
ANLAGEInstallation ANLAGECHAR10ALPHAANLAGEANLEANL
SERVICEIDService Provider SERVICE_PROVCHAR10SERVICE_PROVEESERVPROVIDSERVICEPROVIDER
GEMFAKTInvoice Contracts Jointly (Mandatory Contracts) E_GEMFAKTCHAR1E_GEMFAKT
SERVPROV_PAYPayment Class SERVPROV_PAYCHAR4SERVPROV_PAY
INVOICING_PARTYService Provider That Invoices the Contract INVOICING_PARTYCHAR10SERVICE_PROVSERVICEPROVIDER
SRVPRVREFReference number of service provider SRVPRVREFCHAR30CHAR30
C_PORTION 0
ANLAGEInstallation ANLAGECHAR10ALPHAANLAGEANLEANL
PORTIONPortion PORTIONCHAR8PORTIONTPRE420
KZABSVERActivate Budget Billing Procedure KZABSVERCHAR1KZABSVERISU_TFK033D_R301
C_AUTHORITY 0
SPARTEDivision SPARTECHAR2SPARTSPA
BEGRUAuthorization Group BEGRUCHAR4BEGRU
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
C_PRCTR 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
PRCTRProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
C_ABSZYK 0
ABSZYKOverrriding BB cycle on contract level ABSZYKVCHAR2ABSZYKV
ANLAGEInstallation ANLAGECHAR10ALPHAANLAGEANLEANL
PORTIONPortion PORTIONCHAR8PORTIONTPRE420
C_COKEY 0
COKEYCO account assignment key, IS-U contract COKEY_EE2CHAR10CHAR10
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4GSBERGSB
C_OSB_GROUPOn-Site Billing Group E_OSB_GROUPCHAR3

Key field Non-key field



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

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

How to access SAP table ISU01_CONTRACT_CHECK

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