/ISHFR/RNB2_ACCOMP_POS SAP (IS-H FR: Item Data for B2 Accompanying Form) Structure details

Dictionary Type: Structure
Description: IS-H FR: Item Data for B2 Accompanying Form




ABAP Code to SELECT data from /ISHFR/RNB2_ACCOMP_POS
Related tables to /ISHFR/RNB2_ACCOMP_POS
Access table /ISHFR/RNB2_ACCOMP_POS




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

/ISHFR/RNB2_ACCOMP_POS 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 "IS-H FR: Item Data for B2 Accompanying Form" 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_/ISHFR/RNB2_ACCOMP_POS TYPE /ISHFR/RNB2_ACCOMP_POS.

The /ISHFR/RNB2_ACCOMP_POS table consists of various fields, each holding specific information or linking keys about IS-H FR: Item Data for B2 Accompanying Form data available in SAP. These include GROUPNR (IS-H FR: B2 Group Number), NKROBJECT (Name of number range object), LF301 (IS-H: Message Number), INVOICENR (Character field of 9 digits).. 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 /ISHFR/RNB2_ACCOMP_POS 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
LF301DIS-H: File Number ISH_LF301DNUMC10Assigned to domainALPHAISH_LF301D
GROUPNRIS-H FR: B2 Group Number /ISHFR/B2_GROUPNRNUMC3
NKROBJECTName of number range object NROBJCHAR10Assigned to domainNROBJ
LF301IS-H: Message Number ISH_LF301NUMC20Assigned to domainALPHAISH_LF301
INVOICENRCharacter field of 9 digits CHAR9CHAR9CHAR9
SINRIS-H FR: Health Insurance Number (B2) /ISHFR/SINRCHAR13
BIRTHDATEIS-H FR: B2 Date /ISHFR/B2_DATECHAR6
NPAT_GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
NPAT_NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
NPAT_VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
NCIR_VERNNLast Name of Insured Person VERNNCHAR30TEXT30
NCIR_VERVNFirst Name of Insured Person VERVNCHAR30TEXT30
NCIR_VERGBIS-H: Date of Birth of Person Insured VERGBDATS8RI_DATUM
PATLNAMEIS-H FR: Standardized Last Name /ISHFR/NNAMCHAR35NAM35
PATFNAMEIS-H FR: Standardized First Name /ISHFR/VNAMCHAR35NAM35
MINSLNAMEIS-H FR: Standardized Last Name /ISHFR/NNAMCHAR35NAM35
MINSFNAMEIS-H FR: Standardized First Name /ISHFR/VNAMCHAR35NAM35
INS_NAMEIS-H FR: Insured's First and Last Name (B2) /ISHFR/INS_NAMECHAR70
TOTAMOUNTIS-H FR: Amount /ISHFR/AMOUNTDEC15(2) DEC15_2
TOTALFEE6IS-H FR: Amount /ISHFR/AMOUNTDEC15(2) DEC15_2
COVAMOUNT3IS-H FR: Amount /ISHFR/AMOUNTDEC15(2) DEC15_2
COVAMOUNT4IS-H FR: Amount /ISHFR/AMOUNTDEC15(2) DEC15_2
CPLHSAMNT6IS-H FR: Amount /ISHFR/AMOUNTDEC15(2) DEC15_2
CPLHNAMNT6IS-H FR: Amount /ISHFR/AMOUNTDEC15(2) DEC15_2

Key field Non-key field



How do I retrieve data from SAP structure /ISHFR/RNB2_ACCOMP_POS using ABAP code?

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

How to access SAP table /ISHFR/RNB2_ACCOMP_POS

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