RNNLZD_COMFORT SAP (IS-H: Service Screen Structure - Easy Business Partner Func.) Structure details

Dictionary Type: Structure
Description: IS-H: Service Screen Structure - Easy Business Partner Func.




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




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

RNNLZD_COMFORT 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: Service Screen Structure - Easy Business Partner Func." 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_RNNLZD_COMFORT TYPE RNNLZD_COMFORT.

The RNNLZD_COMFORT table consists of various fields, each holding specific information or linking keys about IS-H: Service Screen Structure - Easy Business Partner Func. data available in SAP. These include GPART1 (IS-H: Business Partner), ROLTP1 (IS-H: Function of Business Partner in Rel. to Service), ROLBZ1 (IS-H: Description of Function - Activity Relationship), PNAME1 (IS-H: Person Name).. 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 RNNLZD_COMFORT 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
ASHOSP1Hospital Assigned /ISHFR/ISH_ASHOSPCHAR10Assigned to domainALPHARI_KUNNR
GPART1IS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ROLTP1IS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2Assigned to domainALPHAISH_ROLTPE
ROLBZ1IS-H: Description of Function - Activity Relationship ISH_ROLBZCHAR30ISH_ROLBZ
PNAME1IS-H: Person Name ISH_PERS_NAMECHAR70TEXT70
BETRAG1Amount NWCH_BETRAGCURR15(2) WERTV8
PROZENT1Percentage Used to Bill a Service NWCH_PROZENTDEC5(2) NWCH_PROZ
AEQUI1Equivalence Number for Fee Breakdown NWCH_AEQUIDEC4(1) DEC3_1
ASHOSP2Hospital Assigned /ISHFR/ISH_ASHOSPCHAR10Assigned to domainALPHARI_KUNNR
GPART2IS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ROLTP2IS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2Assigned to domainALPHAISH_ROLTPE
ROLBZ2IS-H: Description of Function - Activity Relationship ISH_ROLBZCHAR30ISH_ROLBZ
PNAME2IS-H: Person Name ISH_PERS_NAMECHAR70TEXT70
BETRAG2Amount NWCH_BETRAGCURR15(2) WERTV8
PROZENT2Percentage Used to Bill a Service NWCH_PROZENTDEC5(2) NWCH_PROZ
AEQUI2Equivalence Number for Fee Breakdown NWCH_AEQUIDEC4(1) DEC3_1
ASHOSP3Hospital Assigned /ISHFR/ISH_ASHOSPCHAR10Assigned to domainALPHARI_KUNNR
GPART3IS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ROLTP3IS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2Assigned to domainALPHAISH_ROLTPE
ROLBZ3IS-H: Description of Function - Activity Relationship ISH_ROLBZCHAR30ISH_ROLBZ
PNAME3IS-H: Person Name ISH_PERS_NAMECHAR70TEXT70
BETRAG3Amount NWCH_BETRAGCURR15(2) WERTV8
PROZENT3Percentage Used to Bill a Service NWCH_PROZENTDEC5(2) NWCH_PROZ
AEQUI3Equivalence Number for Fee Breakdown NWCH_AEQUIDEC4(1) DEC3_1
ASHOSP4Hospital Assigned /ISHFR/ISH_ASHOSPCHAR10Assigned to domainALPHARI_KUNNR
GPART4IS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ROLTP4IS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2Assigned to domainALPHAISH_ROLTPE
ROLBZ4IS-H: Description of Function - Activity Relationship ISH_ROLBZCHAR30ISH_ROLBZ
PNAME4IS-H: Person Name ISH_PERS_NAMECHAR70TEXT70
BETRAG4Amount NWCH_BETRAGCURR15(2) WERTV8
PROZENT4Percentage Used to Bill a Service NWCH_PROZENTDEC5(2) NWCH_PROZ
AEQUI4Equivalence Number for Fee Breakdown NWCH_AEQUIDEC4(1) DEC3_1
ASHOSP5Hospital Assigned /ISHFR/ISH_ASHOSPCHAR10Assigned to domainALPHARI_KUNNR
GPART5IS-H: Business Partner GPARTNERCHAR10Assigned to domainALPHARI_KUNNRNGP
ROLTP5IS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2Assigned to domainALPHAISH_ROLTPE
ROLBZ5IS-H: Description of Function - Activity Relationship ISH_ROLBZCHAR30ISH_ROLBZ
PNAME5IS-H: Person Name ISH_PERS_NAMECHAR70TEXT70
BETRAG5Amount NWCH_BETRAGCURR15(2) WERTV8
PROZENT5Percentage Used to Bill a Service NWCH_PROZENTDEC5(2) NWCH_PROZ
AEQUI5Equivalence Number for Fee Breakdown NWCH_AEQUIDEC4(1) DEC3_1

Key field Non-key field



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

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

How to access SAP table RNNLZD_COMFORT

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