HRI1727 SAP (Intership offerings data) Structure details

Dictionary Type: Structure
Description: Intership offerings data




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




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

HRI1727 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 "Intership offerings 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_HRI1727 TYPE HRI1727.

The HRI1727 table consists of various fields, each holding specific information or linking keys about Intership offerings data data available in SAP. These include TEXT (Internship Registration (Description)), DURATION_MIN (Internship Minimum Duration), UNIT_MIN (Internship Duration Unit), DURATION_MAX (Internship Maximum Duration).. 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 HRI1727 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
CONTACT_PARTNERInternship Contact Person PIQISH_CONTACTCHAR10BUT000ALPHABU_PARTNER
TEXTInternship Registration (Description) PIQISH_TEXTCHAR60TEXT60
DURATION_MINInternship Minimum Duration PIQISH_DURMINNUMC3PIQISH_DUR
UNIT_MINInternship Duration Unit PIQISH_UNITCHAR1PIQISH_UNIT
DURATION_MAXInternship Maximum Duration PIQISH_DURMAXNUMC3PIQISH_DUR
UNIT_MAXInternship Duration Unit PIQISH_UNITCHAR1PIQISH_UNIT
PT_PERCParttime (Percent) PIQISH_PT_PERCTNUMC3NUMC3
CATEGORY1Internship Category 1 PIQISH_CAT1CHAR6T7PIQISHCAT1PIQISH_CAT1
CATEGORY2Internship Category 2 PIQISH_CAT2CHAR6T7PIQISHCAT2PIQISH_CAT2
CATEGORY3Internship Category 3 PIQISH_CAT3CHAR6T7PIQISHCAT3PIQISH_CAT3
CATEGORY4Internship Category 4 PIQISH_CAT4CHAR6T7PIQISHCAT4PIQISH_CAT4
CATEGORY5Internship Category 5 PIQISH_CAT5CHAR6T7PIQISHCAT5PIQISH_CAT5
ATTRIBUTE1Internship Attribute 1 PIQISH_ATTR1CHAR40PIQISH_ATTR
ATTRIBUTE2Internship Attribute 2 PIQISH_ATTR2CHAR40PIQISH_ATTR
ATTRIBUTE3Internship Attribute 3 PIQISH_ATTR3CHAR40PIQISH_ATTR
ATTRIBUTE4Internship Attribute 4 PIQISH_ATTR4CHAR40PIQISH_ATTR
ATTRIBUTE5Internship Attribute 5 PIQISH_ATTR5CHAR40PIQISH_ATTR

Key field Non-key field



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

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

How to access SAP table HRI1727

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