ISHMED_N3BGA4510_PDF SAP () Structure details

Dictionary Type: Structure
Description:




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




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

ISHMED_N3BGA4510_PDF 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 "" 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_ISHMED_N3BGA4510_PDF TYPE ISHMED_N3BGA4510_PDF.

The ISHMED_N3BGA4510_PDF table consists of various fields, each holding specific information or linking keys about data available in SAP. These include N3BG_STRAS (IS-H: Street), N3BG_POBOX (IS-H: Post Office Box), N3BG_PSTLZ (IS-H: Postal Code of City), N3BG_CITY1 (IS-H: City).. 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: Cannot Be Enhanced


SAP ISHMED_N3BGA4510_PDF 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
ISHMPATUVTIS-H: Insurance Provider Name KTNAMCHAR40TEXT40
N3BG_STRASIS-H: Street ISH_STRASSCHAR40TEXT40
N3BG_POBOXIS-H: Post Office Box ISH_POBOXCHAR10ISH_PFACH
N3BG_PSTLZIS-H: Postal Code of City ISH_PSTLZOCHAR10PSTLZ
N3BG_CITY1IS-H: City ISH_CITY1CHAR40TEXT40
N3BG_PLZPFIS-H: Postal Code (for Postal Code Search) ISH_PSTLZCHAR10PSTLZ
N3BG_ORTPFIS-H: PO Box City ISH_CITYPBCHAR40TEXT40
N3BG_ZEICH N3BG_ZEICHCHAR20TEXT20
N3BG_NAVOM N3BG_NAVOMDATS8DATS
N3BG_UZEI N3BG_ZEICHCHAR20TEXT20
N3BG_NPARTError message text - long text of the error TEXT70CHAR70TEXT70
N3BG_NTELIS-H: Telephone Number ISH_TELNRCHAR30CHAR30
N3BG_NFAXFax Number ISH_FAXNRCHAR30CHAR30
N3BG_EMAILError message text - long text of the error TEXT70CHAR70TEXT70
TEST_DATECharacter field, 8 characters long CHAR8CHAR8CHAR8
TEST_TIMECharacter field, 8 characters long CHAR8CHAR8CHAR8
N3BGAKTDACharacter Field Length = 10 CHAR10CHAR10CHAR10
N3BG_BZEITCharacter field, 8 characters long CHAR8CHAR8CHAR8
N3BG_EZEITCharacter field, 8 characters long CHAR8CHAR8CHAR8
ISHMPATNAMIS-H: Patient Name RI_NAMECHAR30TEXT30
ISHMPATGEBCharacter Field Length = 10 CHAR10CHAR10CHAR10
N3BG_VERL 0
N3BG_OUTT 0
LAENGE N3BG_N30NUMC3INT3
INHALTText of length 132 CHAR_132CHAR132
N3BG_INT 0
INHALTText of length 132 CHAR_132CHAR132
N3BG_OUTT_TAB 0
N3BG_LTXT 0
N3BG_AKTZE N3BG_AKTZECHAR30TEXT30
N3BG_VERLS 0
N3BG_BEBEHCharacter Field Length = 10 CHAR10CHAR10CHAR10
N3BG_KLAG 0
N3BG_ALLZ 0
N3BG_BVF 0
N3BG_ZVF 0
N3BG_UVAE 0
N3BG_MASSW 0
N3BG_MASSV 0
N3BG_SBEM 0
N3BG_BWIE 0
N3BG_MASWW 0
N3BG_LANG 0
N3BG_MIN4Not More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
N3BG_MINZNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
N3BG_VONZCharacter Field Length = 10 CHAR10CHAR10CHAR10
N3BG_BISZCharacter Field Length = 10 CHAR10CHAR10CHAR10
N3BG_BWANNCharacter Field Length = 10 CHAR10CHAR10CHAR10
N3BG_WANNT 0
N3BG_MINZZNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
IK_NOIS-H: Institute Indicator INSTNRCHAR10ALPHAINSTNR
N3BG_FORMNSmart Forms: Name of a text module TDTXTNAMECHAR30Assigned to domainTDSFNAMESSFTXTNAME
N3BG_BEHBECharacter Field Length = 10 CHAR10CHAR10CHAR10
N3BG_MINDCharacter field, 8 characters long CHAR8CHAR8CHAR8
N3BG_MASJN N3BG_K_N_JCHAR1N3BG_K_N_J
N3BG_MASSJ N3BG_K_N_JCHAR1N3BG_K_N_J
N3BG_BEFAL N3BG_TXT3CHAR3N3BG_TXT3
N3BG_BEFAG N3BG_TXT3CHAR3N3BG_TXT3
ORT 0
N3BG_ADRSingle-Character Indicator CHAR1CHAR1CHAR1
N3BG_POSTFSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ISHMED_N3BGA4510_PDF

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