RN1CANCEL_TREE_FIELDS SAP (IS-H*MED: Field Selection for Cancellation Dialog Box Tree) Structure details

Dictionary Type: Structure
Description: IS-H*MED: Field Selection for Cancellation Dialog Box Tree




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




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

RN1CANCEL_TREE_FIELDS 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*MED: Field Selection for Cancellation Dialog Box Tree" 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_RN1CANCEL_TREE_FIELDS TYPE RN1CANCEL_TREE_FIELDS.

The RN1CANCEL_TREE_FIELDS table consists of various fields, each holding specific information or linking keys about IS-H*MED: Field Selection for Cancellation Dialog Box Tree data available in SAP. These include OBJECT (Object reference), EINRI (Institution), FALNR (IS-H: Case Number), LNRLS (IS-H: Service Sequence 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 (Deep)


SAP RN1CANCEL_TREE_FIELDS 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
OBJECTObject reference N1OBJECTREFREF0OBJECT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
DATATYPE30 Characters CHAR30CHAR30CHAR30
LINE_KEYCharacter 100 CHAR100CHAR100CHAR100
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
PAPIDIS-H: Provisional Patient Number ISH_PAPIDCHAR10Assigned to domainALPHAISH_PAPID
GROUP_NRFour-digit number NUM4NUMC4NUM04
DEPENDENTIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
TYPEMed. Object Type Identification Patient Organizer N1POOBJECTIDCHAR10N1POOBJID
MARKIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
ICONTree Control: Icon / Image TV_IMAGECHAR46TV_IMAGE
NODE_KEYALV Tree Control: Node Key LVC_NKEYCHAR12
PATNAMECharacter field of length 40 CHAR40CHAR40CHAR40
CATEXTText for Object to be Canceled N1CANCEL_TEXTCHAR50N1CHAR50
CADATEDate of Object to be Canceled N1CANCEL_DATEDATS8DATE
CATIMETime of an Object to be Canceled N1CANCEL_TIMETIMS6TIME
CAOUOrg.ID of an Object to be Canceled N1CANCEL_ORGIDCHAR8Assigned to domainALPHAORGID
CAGPARTEmployee Responsible of Object to be Canceled N1CANCEL_GPARTCHAR30CHAR30
CASTATEStatus of an Object to be Canceled N1CANCEL_STATECHAR30CHAR30
CACLASSClassification of Object to be Canceled N1CANCEL_CLASSCHAR40CHAR40
CAKEYKey of the Object to be Canceled N1CANCEL_KEYCHAR30CHAR30
CACOTEXTContext Text for an Object to be Canceled N1CANCEL_CONTEXT_TEXTCHAR50N1CHAR50
CACOICONContext Icon for an Object to be Canceled N1CANCEL_CONTEXT_ICONCHAR46TV_IMAGE
CAUSECHNGReason for Change N1CAUSECHNGCHAR50N1CAUSECHNG
CAUSEICONIcon for Reason for Change of Released Appointments N1_CAUSEICONCHAR4Assigned to domainICON

Key field Non-key field



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

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

How to access SAP table RN1CANCEL_TREE_FIELDS

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