Q0881 SAP (Screen fields : infotype 0881) Structure details

Dictionary Type: Structure
Description: Screen fields : infotype 0881




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




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

Q0881 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 "Screen fields : infotype 0881" 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_Q0881 TYPE Q0881.

The Q0881 table consists of various fields, each holding specific information or linking keys about Screen fields : infotype 0881 data available in SAP. These include DEPTY (Subtype), DEPTX (Object Name), OBJPS (Object Identification), REGNO (Korean Registration 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP Q0881 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
EMNAMFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
DEPTYSubtype SUBTYCHAR4SUBTYSUB
DEPTXObject Name STEXTCHAR40TEXT40
OBJPSObject Identification OBJPSCHAR2OBJPSOPS
REGNOKorean Registration Number PKR_REGNOCHAR13REGNOPKR_REGNO
NTSAMExpense amount info from NTS PKR_NTSAMCURR10(2) PKR_AMT10
OTHAMExpense amount info from other source PKR_OTHAMCURR10(2) PKR_AMT10
EXCURExpense currency key PKR_EXCURCUKY5Assigned to domainWAERS
HANDIIndicator for the handicapped insurance PKR_HNDISCHAR1CHAR1
EDULVDependant's education level PKR_EDULVCHAR1PKR_EDULV
HANEDIndicator for the handicapped education PKR_HNDEDCHAR1CHAR1
CADMEExpense in Certificated Medical Center PKR_CADMECHAR1CHAR1
CCTOTTotal Credit Card Expense Indicator PKR_CCTOTCHAR1CHAR1
CCMEDMedical Expense Indicator PKR_CCMEDCHAR1CHAR1
CCBIZBusiness Related Expense Indicator PKR_CCBIZCHAR1CHAR1
PNSTYSecondary Category of Expense PKR_PNSTYCHAR2T7KR5C
INSNMName of Pension/Saving Institution PKR_INSNMCHAR30TEXT30
ACCNOAccount Number PKR_ACCNOCHAR20PKR_BANNO
NAM01Expense amount info from NTS PKR_NTSAMCURR10(2) PKR_AMT10
CUR01Expense currency key PKR_EXCURCUKY5Assigned to domainWAERS
EXPTYExpense type PKR_EXPTYCHAR4SUBTY
SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
PREINPrevious Company PKR_PREINCHAR1XFELD
PREBNPrevious Company / Taxpayer Association Business Number PKR_BIZNOCHAR12Assigned to domainPKR_BIZNO
FINCOInstitution's Financial Code PKR_FINCONUMC3T7KR5DPKR_FINCO
RCBEGRental Contract Begin Date PKR_RCBEGDATS8
RCENDRental Contract End Date PKR_RCENDDATS8
MONRTMonthly Rental Fee PKR_MONRTCURR10(2) PKR_AMT10
EXSTYExpense Category PKR_EXSTYCHAR1CHAR1
TRDMKExpense in Traditional Market PKR_TRDMKCHAR1CHAR1
CCTRAExpense for Public Transportation PKR_CCTRACHAR1CHAR1
CCOTHOther Expense PKR_CCOTHCHAR1CHAR1
LDNAMName of Landlord PKR_LDNAMCHAR20TEXT20
LDREGKorean Registration Number PKR_REGNOCHAR13REGNOPKR_REGNO
ADDREAddress of Rented Apartment or House PKR_ADDRRCHAR100TEXT100
LSNAMLender of Housing Rental Loan PKR_LSNAMCHAR20TEXT20
LSREGKorean Registration Number PKR_REGNOCHAR13REGNOPKR_REGNO
INRATInterest Rate PKR_INRATDEC4(2) DEC2_2
PRICPPrincipal PKR_PRICPCURR10(2) PKR_AMT10
INTRSInterest Amount PKR_INTRSCURR10(2) PKR_AMT10
TNDPTMonthly Rent or Rental Deposit PKR_TNDPTCURR10(2) PKR_AMT10

Key field Non-key field



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

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

How to access SAP table Q0881

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