SAP ISR_PROCESSOR Internal Service Request: Processed By Data Table data and field list

ISR_PROCESSOR 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 Service Request: Processed By 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_ISR_PROCESSOR TYPE ISR_PROCESSOR.

The ISR_PROCESSOR table consists of various fields, each holding specific information or linking keys about Internal Service Request: Processed By Data data available in SAP. These include USER_ID (ISR: User), FIRSTNAME (First name), LASTNAME (Last name), FULLNAME (Full Name of Person)... 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. .

ISR_PROCESSOR structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP ISR_PROCESSOR structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the ISR_PROCESSOR table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
USER_IDISR: User QISRDUSERCHAR12Assigned to domainXUBNAMEUSER_ADDR
FIRSTNAMEFirst name AD_NAMEFIRCHAR40TEXT40
LASTNAMELast name AD_NAMELASCHAR40TEXT40
FULLNAMEFull Name of Person AD_NAMTEXTCHAR80TEXT80
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CITYCity AD_CITY1CHAR40TEXT40CLCITYNAME
POSTL_COD1City postal code AD_PSTCD1CHAR10CHAR10
STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NOHouse Number AD_HSNM1CHAR10TEXT10
TITLETitle text AD_TITLETXCHAR30TEXT30
DEPARTMENTDepartment AD_DPRTMNTCHAR40TEXT40
BUILDINGBuilding (number or code) AD_BLDNG_PCHAR10TEXT10
FLOORFloor in building AD_FLOORCHAR10TEXT10
ROOM_NORoom or Appartment Number AD_ROOMNUMCHAR10TEXT10
E_MAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
TEL_NUMBERFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
TEL_EXTENSIONFirst Telephone No.: Extension AD_TLXTNS1CHAR10CHAR10
FAX_NUMBERFirst fax no.: dialling code+number AD_FXNMBR1CHAR30CHAR30
FAX_EXTENSIONFirst fax no.: extension AD_FXXTNS1CHAR10CHAR10
COMPANYCompany address, cross-system key USCOMPCHAR42Assigned to domainUSCOMPUSCOMPANY_ADDR
MASTER_CCTRMaster Cost Center MAST_CCTRCHAR10Assigned to domainALPHAKOSTL
MASTER_COAREAControlling Area of Master Cost Center MAST_COARCHAR4Assigned to domainCACCD

Key field Non-key field



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

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

How to access SAP table ISR_PROCESSOR

Within an ECC or HANA version of SAP you can also view further information about ISR_PROCESSOR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).