HRI1933 SAP (UCAS: Applicant Referral Details) Structure details

Dictionary Type: Structure
Description: UCAS: Applicant Referral Details




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




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

HRI1933 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 "UCAS: Applicant Referral Details" 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_HRI1933 TYPE HRI1933.

The HRI1933 table consists of various fields, each holding specific information or linking keys about UCAS: Applicant Referral Details data available in SAP. These include ADDRESS_LINE2 (UCAS: Address Line), ADDRESS_LINE3 (UCAS: Address Line), ADDRESS_LINE4 (UCAS: Address Line), DFE_NUMBER (UCAS: DFE 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 HRI1933 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
ADDRESS_LINE1UCAS: Address Line PIQ_GB_UCAS_ADDRESS_LINECHAR50PIQ_GB_UCAS_ADDR_LINE
ADDRESS_LINE2UCAS: Address Line PIQ_GB_UCAS_ADDRESS_LINECHAR50PIQ_GB_UCAS_ADDR_LINE
ADDRESS_LINE3UCAS: Address Line PIQ_GB_UCAS_ADDRESS_LINECHAR50PIQ_GB_UCAS_ADDR_LINE
ADDRESS_LINE4UCAS: Address Line PIQ_GB_UCAS_ADDRESS_LINECHAR50PIQ_GB_UCAS_ADDR_LINE
DFE_NUMBERUCAS: DFE number PIQ_GB_UCAS_DFE_IDCHAR7CHAR7
FAXUCAS: Referee's Fax Number PIQ_GB_UCAS_FAXCHAR35PIQ_GB_UCAS_FAX
FULLTIME_COUNTUCAS: Full time Students Count at School PIQ_GB_UCAS_FULLTIME_COUNTNUMC5PIQ_GB_UCAS_FULLTIME_COUNT
HIGHR_EDUC_COUNTUCAS: Higher Education Students PIQ_GB_UCAS_HIGHER_EDUC_COUNTNUMC4PIQ_GB_UCAS_HIGHER_EDUC_COUNT
REFEREE_NAMEUCAS: Referee Name PIQ_GB_UCAS_REFEREENAMECHAR50PIQ_GB_UCAS_REFEREENAME
POSITION_HELDUCAS: Position held by Referee PIQ_GB_UCAS_POSITION_HELDCHAR20PIQ_GB_UCAS_POSITION_HELD
POSTALCODEUCAS: Referee's Postcode PIQ_GB_UCAS_POSTALCODECHAR8PIQ_GB_UCAS_POSTCODE
ROLL_COUNTUCAS: Total Number of Students at School PIQ_GB_UCAS_ROLLCOUNTNUMC5
SCHOOL_TYPEUCAS: Reference School Type PIQ_GB_UCAS_SCHOOL_TYP_DESCCHAR50CHAR50
QUAL_CHECKUCAS: Qualification Check PIQ_GB_UCAS_QUAL_CHECKCHAR1PIQ_GB_UCAS_QUAL_CHECK
TELEPHONEUCAS: Telephone Number PIQ_GB_UCAS_TELEPHONECHAR35

Key field Non-key field



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

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

How to access SAP table HRI1933

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