NWAN SAP (IS-H: Bad Debt Parties) Table details

Dictionary Type: Table
Description: IS-H: Bad Debt Parties




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




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

NWAN is a standard SAP Table which is used to store IS-H: Bad Debt Parties data and is available within R/3 SAP systems depending on the version and release level.

The NWAN table consists of various fields, each holding specific information or linking keys about IS-H: Bad Debt Parties data available in SAP. These include WANNR (IS-H: Number of Bad Debt Party), GSCHL (IS-H: Sex Indicator - Internal), NNAME (Last Name of Bad Debt Party), NNAMS (IS-H: Standardized Last 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP NWAN 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
MANDTClient MANDTCLNT3T000MANDT
WANNRIS-H: Number of Bad Debt Party WAND_NRCHAR5ALPHAWAND_NR
GSCHLIS-H: Sex Indicator - Internal GSCHLCHAR1GSCHL
NNAMELast Name of Bad Debt Party NNAME_WANCHAR30TEXT30
NNAMSIS-H: Standardized Last Name NNAMES_PATCHAR30CHAR30
VNAMEFirst Name of Bad Debt Party VNAME_WANCHAR30TEXT30
VNAMSStandardized First Name VNAMES_PATCHAR30CHAR30
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GBNAMIS-H: Birthname GBNAMCHAR30TEXT30
GBNASIS-H: Standardized Birthname GBNAMS_PATCHAR30CHAR30
NATIOIS-H: Nationality RI_NATIOCHAR3T005LAND1
LANDIS-H: Country of bad debt party's place of residence LAND_WANCHAR3T005LAND1
PSTLZIS-H: Postal Code of Bad Debt Party PSTLZ_WANCHAR10PSTLZ
ORTIS-H: City where Bad Debt Party Resides ORT01_WANCHAR25TEXT25
ORT2IS-H: District of bad debt party ORT02_WANCHAR25TEXT25
STRASIS-H: Street and house number of bad debt party STRAS_WANCHAR30STRAS
KZTXTIS-H: Comment on Bad Debt Party TEXT30_WANCHAR30RI_BEMERK
GRUNDReason why Patient Designated as Bed Debt Party GRUND_WANCHAR50TEXT50
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
STUSRIS-H: Name of User who Canceled Data Record STORN_USERCHAR12USNAM
STDATDate of Cancellation STORN_DATDATS8RI_DATUM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM NWAN
INTO CORRESPONDING FIELDS OF WA_NWAN
WHERE...

How to access SAP table NWAN

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