ACC_INPH3_DYNPRO SAP (Register of screens for field pairs from ACC_INPH3_PAIRS) Table details

Dictionary Type: Table
Description: Register of screens for field pairs from ACC_INPH3_PAIRS




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




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

ACC_INPH3_DYNPRO is a standard SAP Table which is used to store Register of screens for field pairs from ACC_INPH3_PAIRS data and is available within R/3 SAP systems depending on the version and release level.

The ACC_INPH3_DYNPRO table consists of various fields, each holding specific information or linking keys about Register of screens for field pairs from ACC_INPH3_PAIRS data available in SAP. These include DNUM (CHAR04 data element for SYST), PAIR_KEY (Natural Number), PAKET (Package), FL_RIGHT_INDEX (Natural 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ACC_INPH3_DYNPRO 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
PROGProgram/Transaction in SQL Trace Evaluation PROGRAMCHAR40Assigned to domainPROGRAMMRID
DNUMCHAR04 data element for SYST SYCHAR04CHAR4SYCHAR04
PAIR_KEYNatural Number INT4INT410INT4
PAKETPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
FL_RIGHT_INDEXNatural Number INT4INT410INT4
REPAIREDSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM ACC_INPH3_DYNPRO
INTO CORRESPONDING FIELDS OF WA_ACC_INPH3_DYNPRO
WHERE...

How to access SAP table ACC_INPH3_DYNPRO

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