J_1IE_RCT SAP (Table for Storing contract details(Ireland)) Table details

Dictionary Type: Table
Description: Table for Storing contract details(Ireland)




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




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

J_1IE_RCT is a standard SAP Table which is used to store Table for Storing contract details(Ireland) data and is available within R/3 SAP systems depending on the version and release level.

The J_1IE_RCT table consists of various fields, each holding specific information or linking keys about Table for Storing contract details(Ireland) data available in SAP. These include LIFNR (Account Number of Vendor or Creditor), BUKRS (Company Code), IE_CONTRACT_NO (Contract Number for Multiple Contracts), IE_NO_TAX (Activate Tax Number).. 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 J_1IE_RCT 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 MANDTCLNT3Assigned to domainMANDT
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
IE_CONTRACT_NOContract Number for Multiple Contracts IE_CONTRACT_NOINT410INT4
IE_NO_TAXActivate Tax Number IE_NO_TAXCHAR1XFELD
IE_FIXED_PLACEFixed Business Place IE_FIXED_PLACECHAR1XFELD
IE_CONTRACT_RATEContract Deduction Rate IE_CONTRACT_RATEDEC5(2) PRZ32
IE_SECTORSector IE_SECTORINT13IE_SECTOR
IE_NATURENature of Work IE_NATURECHAR90CHAR90
IE_LOCATIONLocation of Work IE_LOCATIONCHAR90CHAR90
IE_START_DATEStart Date IE_START_DATEDATS8DATUM
IE_END_DATEEnd Date IE_END_DATEDATS8DATUM
IE_CONTRACT_VALEstimated Value of Contract IE_CONTRACT_VALINT410INT4
IE_IFPARTNERSHIPSubcontractor Partnership IE_IF_PARTNERSHIPCHAR1XFELD
IE_PARTNER_NAMEPartner Name IE_PARTNER_NAMECHAR70CHAR70
IE_PARTNER_DOBDate of Birth IE_PARTNER_DOBDATS8DATUM
IE_NOTICE_EXCLLaborless Contract IE_NOTICE_EXCLCHAR1XFELD
IE_SUPPLY_MATRLMaterial Supply IE_SUPPLY_MATRLCHAR1XFELD
IE_PROVIDE_MACHPlant and Machinery IE_PROVIDE_MACHCHAR1XFELD
IE_ENGAGE_OTHERSIndicator : If subcontractor engages others people IE_ENGAGE_OTHERSCHAR1XFELD
IE_REC_PAYMTContract Payment Received IE_REC_PAYMTCHAR1XFELD
IE_PENSION_EXCExclusion from Industry Pension IE_PENSION_EXCCHAR1IE_PENSION_EXC
IE_ORGANISE_TRANSelf-Transport IE_ORGANISE_TRANCHAR1XFELD
IE_AGREE_PRICEAgreed Subcontractor Cost IE_AGREE_PRICECHAR1XFELD
IE_PROVIDE_INSRCInsurance Cover IE_PROVIDE_INSRCCHAR1XFELD
IE_CHOOSE_METHODSubcontractor Method IE_CHOOSE_METHODCHAR1XFELD
IE_OWN_ACCOUNTOwn Account IE_OWN_ACCOUNTCHAR1XFELD
IE_FINANCIAL_EXPExposure to Financial Risk IE_FINANCIAL_EXPCHAR1XFELD
IE_DCLRN_CHKContract Declaration IE_DCLRN_CHKCHAR1XFELD
IE_CONTRACT_IDContract identifier from Tax Authority IE_CONTRACT_IDINT410INT4
IE_PAYMT_IDPayment Notification Identifier IE_PAYMT_IDINT410INT4
IE_CONTRACT_DESCContract Description IE_CONTRACT_DESCCHAR60CHAR60
IE_CANCELLED_CONMarked for Cancellation IE_CANCELLED_CONTRACTCHAR1XFELD
IE_ORGN_COUNTRYCountry of Origin IE_ORGN_COUNTRYCHAR3T005QQLAND
IE_COUNTRYCountry IE_COUNTRYCHAR3T005QQLAND
IE_PAY_IDPayment Notification Identifier IE_PAYMT_IDINT410INT4
IE_EXM_DATEStart Date IE_START_DATEDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_1IE_RCT
INTO CORRESPONDING FIELDS OF WA_J_1IE_RCT
WHERE...

How to access SAP table J_1IE_RCT

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