UISS_S_INTORDER_DETAIL SAP (Internal order master data) Structure details

Dictionary Type: Structure
Description: Internal order master data




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




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

UISS_S_INTORDER_DETAIL 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 "Internal order master 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_UISS_S_INTORDER_DETAIL TYPE UISS_S_INTORDER_DETAIL.

The UISS_S_INTORDER_DETAIL table consists of various fields, each holding specific information or linking keys about Internal order master data data available in SAP. These include ORDER_TYPE (Order Type), ORDER_NAME (Description), CO_AREA (Controlling Area), COMP_CODE (Company Code).. 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 or numeric)


SAP UISS_S_INTORDER_DETAIL 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
ORDEROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ORDER_TYPEOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
ORDER_NAMEDescription AUFTEXTCHAR40TEXT40
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
RESPCCTRResponsible cost center AUFKOSTVCHAR10Assigned to domainALPHAKOSTL
WBS_ELEMENTWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
REQUEST_CCTRRequesting cost center PS_AKSTLCHAR10Assigned to domainALPHAKOSTLKOS
REQU_COMP_CODERequesting company code IM_ABUKRSCHAR4Assigned to domainBUKRSBUK
SALES_ORDSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
S_ORD_ITEMItem Number in Sales Order KDPOSNUMC6NUM06KPO
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
CCTR_POSTEDCost center to which costs are actually posted ST_KOSTLCHAR10Assigned to domainALPHAKOSTL
CURRENCYOrder Currency AUFWAERSCUKY5Assigned to domainWAERS
CSTG_SHEETCosting Sheet AUFKALSMCHAR6Assigned to domainKALSM
OVERHEAD_KEYOverhead key AUFZSCHLCHAR6CHAR6
RES_ANAL_KEYResults Analysis Key ABGR_SCHLCHAR6Assigned to domainABGR_SCHLACS
INTEREST_PROFInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7Assigned to domainPS_ZSCHM
APPLICANTApplicant AUFUSER0CHAR20AUFUSER0
APPLICANT_PHONEApplicant's telephone number AUFUSER1CHAR20AUFUSER1
PERSON_RESPPerson responsible AUFUSER2CHAR20AUFUSER2
PERSON_RESP_PHONETelephone number of person in charge AUFUSER3CHAR20AUFUSER3
ESTIMATED_COSTS 0
BAPICURRCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
APPLICATION_DATEApplication Date AUFUSER5DATS8AUFUSER5
DEPARTMENTDepartment AUFUSER6CHAR15AUFUSER6
DATE_WORK_BEGINSWork Start AUFUSER7DATS8AUFUSER7
DATE_WORK_ENDSEnd of Work AUFUSER8DATS8AUFUSER8
WORK_PERMITIdentifier for work permit issued AUFUSER9CHAR1AUFUSER9
EXT_ORD_NOExternal order number AUFEXCHAR20ALPHAAUFEX
PROCESSING_GROUPProcessing group AUFABKRSNUMC2Assigned to domainAKREISAKR
PLN_RELEASEPlanned release date AUFPDAT1DATS8DATUM
PLN_COMPLETIONPlanned completion date AUFPDAT2DATS8DATUM
PLN_CLOSEPlanned closing date AUFPDAT3DATS8DATUM
REQUEST_ORDERRequesting order AUFANFNRCHAR12Assigned to domainALPHAAUFNR
FUNC_AREAFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE
IN_CHARGE_USERPerson Responsible for CO Internal Order VERAA_USERCHAR12Assigned to domainXUBNAMEXUS

Key field Non-key field



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

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

How to access SAP table UISS_S_INTORDER_DETAIL

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