RN2GL_BADI_REQ_IMP SAP (Base Items: Result of Request) Structure details

Dictionary Type: Structure
Description: Base Items: Result of Request




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




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

RN2GL_BADI_REQ_IMP 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 "Base Items: Result of Request" 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_RN2GL_BADI_REQ_IMP TYPE RN2GL_BADI_REQ_IMP.

The RN2GL_BADI_REQ_IMP table consists of various fields, each holding specific information or linking keys about Base Items: Result of Request data available in SAP. These include MANDT (Client), EINRI (Institution), ANFID (Identification of a Request (Number)), ORGID (Identification Key of Organizational Unit).. 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 (Deep)


SAP RN2GL_BADI_REQ_IMP 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
N1ANF 0
MANDTClient MANDTCLNT3MANDT
EINRIInstitution EINRICHAR4ALPHAEINRIEIN
ANFIDIdentification of a Request (Number) ANFIDNUMC8ANFID
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8ALPHAORGIDOGE
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8ALPHAORGID
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8ALPHAORGID
ANFTYRequest Type ANFTYCHAR6ANFTY
ANFNRRequest Number N1ANFNRCHAR8N1ANFNR
FALNRIS-H: Case Number FALNRCHAR10ALPHAFALNRFAL
ANSTAEStatus of a Request N1ANSTAECHAR3N1ANSTAE
APRIPrioritization for Request/Movement (Internal) N1APRI_DNUMC3N1APRI
KANAMShort Anamnesis KANAMCHAR50TEXT50
KALTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
FALDIAIS-H: Case Number FALNRCHAR10ALPHAFALNRFAL
LFDDIAIS-H: Sequence Number of Diagnosis LFDDIANUMC3LFDDIA
FRAGERequest - Questions ANFFRAGECHAR50TEXT50
FRLTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
SCHWKZIndicator that Patient Is Pregnant SCHWANGERCHAR1XFELD
SCHWOWeek of Pregnancy SCHWOCHENUMC2NUMC02
LFDMEHRSequence Number of a Multiple Birth LFDMEHRNUMC5LFDMEHR
TPAETransport Type N1TPAECHAR2N1TPAE
RCKRUFCallback Number for Request N1RCKRUFCHAR10TEXT10
DOKARDocument Type DOKARCHAR3DOKARCV2
DOKNRDocument number DOKNRCHAR25ALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
BHANFRequest Remarks N1BHANFCHAR50TEXT50
BHATXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
DITXTDiagnosis for a Preregistration N1VKDIAGCHAR50CHAR50
DILTXIndicator that Long Text Exists RI_LGTXTCHAR1XFELD
VBUND N1ANFVBDCHAR1XFELD
MIMetal Implants N1METIMPCHAR1XFELD
SMPacemaker N1SMCHAR1XFELD
KMContrast Medium Application N1KMCHAR1N1KM
JODAllergy to Iodine-Containing Contrast Medium N1KM_JODCHAR1XFELD
ANDEREAllergy to Other Contrast Medium N1KM_ANDERECHAR1XFELD
KGRHeight in Cm N1KGRNUMC3N1N003
KGEWBody Weight in Kg N1KGEWNUMC3N1N003
RPX-Ray Log Exists N1RPCHAR1N1RP
RPIDX-Ray Log ID N1RPIDCHAR40N1C040
ORGFDOU of the Patient Transport Service N1ORGFDCHAR8ALPHAORGID
PAPIDIS-H: Provisional Patient Number ISH_PAPIDCHAR10ALPHAISH_PAPID
T_NLEI 0
T_NLEM 0

Key field Non-key field



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

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

How to access SAP table RN2GL_BADI_REQ_IMP

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