N2DESKTOPPROG SAP (IS-H*MED: Desktop applications) Table details

Dictionary Type: Table
Description: IS-H*MED: Desktop applications




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




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

N2DESKTOPPROG is a standard SAP Table which is used to store IS-H*MED: Desktop applications data and is available within R/3 SAP systems depending on the version and release level.

The N2DESKTOPPROG table consists of various fields, each holding specific information or linking keys about IS-H*MED: Desktop applications data available in SAP. These include N2_PROGRAM_TEXT (Long Text of a Desktop Application), N2_VERSION (Version Number of a Desktop Application), N2_BYTES (Size of Stored File in Bytes), N2_TYP (Type of Desktop Application).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP N2DESKTOPPROG table 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
N2_PROGRAMName of a Desktop Application N2_PROGRAMCHAR32CHAR32
N2_PROGRAM_TEXTLong Text of a Desktop Application N2_PROGRAM_TEXTCHAR80TEXT80
N2_VERSIONVersion Number of a Desktop Application N2_VERSIONCHAR10CHAR10
N2_BYTESSize of Stored File in Bytes N2_BYTESINT410
N2_TYPType of Desktop Application N2_TYPCHAR10N2_TYP
N2_INSTPFADDesktop Application Installation Path N2_INSTPFADCHAR30N2_FILEBASE
N2_FORCED_SETUPPerform Setup N2_FORCED_SETUPCHAR1CHAR1
N2_PROGIDDesktop Application Program ID N2_PROGIDCHAR30TEXT30
N2_CLSIDDesktop Application Class ID N2_CLSIDCHAR36TEXT36
N2_TYPLIBTypeLib Desktop Application N2_TYPLIBCHAR36TEXT36
N2_LFNSequence of Index Values for Desktop Components N2_LFNNUMC5N2_LFN
N2_RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
N2_USERUser who Performed Last Save N2_USERCHAR12AS4USER
N2_DATUMDate N2_DATUMDATS8N2_DATUM
N2_TIMETime at Which Last Change Was Saved N2_TIMETIMS6AS4TIME

Key field Non-key field



How do I retrieve data from SAP table N2DESKTOPPROG using ABAP code

The following ABAP code Example will allow you to do a basic selection on N2DESKTOPPROG to SELECT all data from the table
DATA: WA_N2DESKTOPPROG TYPE N2DESKTOPPROG.

SELECT SINGLE *
FROM N2DESKTOPPROG
INTO CORRESPONDING FIELDS OF WA_N2DESKTOPPROG
WHERE...

How to access SAP table N2DESKTOPPROG

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