/NAM/ABC_NTH_FACTOR SAP (ABC Report: Reduced Subscriptions list fields) Structure details

Dictionary Type: Structure
Description: ABC Report: Reduced Subscriptions list fields




ABAP Code to SELECT data from /NAM/ABC_NTH_FACTOR
Related tables to /NAM/ABC_NTH_FACTOR
Access table /NAM/ABC_NTH_FACTOR




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

/NAM/ABC_NTH_FACTOR 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 "ABC Report: Reduced Subscriptions list fields" 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_/NAM/ABC_NTH_FACTOR TYPE /NAM/ABC_NTH_FACTOR.

The /NAM/ABC_NTH_FACTOR table consists of various fields, each holding specific information or linking keys about ABC Report: Reduced Subscriptions list fields data available in SAP. These include POSEX (Item Number of the Underlying Purchase Order), POSNR (Item number of the SD document), POSNR_UR (Original Item in Publishing Sales Order), VKORG (Sales Organization).. 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 /NAM/ABC_NTH_FACTOR 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
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSEXItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
POSNR_UROriginal Item in Publishing Sales Order APNR_URNUMC6Assigned to domainAPNR
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision for order header SPART_AKCHAR2Assigned to domainSPARTSPA
DRERZPublication DRERZCHAR8Assigned to domainALPHADRERZJD1MJD1
PVAEdition PVACHAR8Assigned to domainALPHAPVAJD2
LIEFERARTDelivery Type LIEFERARTCHAR2Assigned to domainLIEFERARTJLA
BEZPERService Type BEZPERCHAR5Assigned to domainBEZPERJD4
FKPERBilling Frequency FKPERCHAR2Assigned to domainFKPERJFKPER
KONDAPrice group (customer) KONDACHAR2Assigned to domainKONDAVKA
KDGRPCustomer group KDGRPCHAR2Assigned to domainKDGRPVKD
NAME1IS-M: Business Partner Name NAME1_ISPCHAR35NAME
NAME2IS-M: First Name of Business Partner NAME2_ISPCHAR35NAME
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
ORT01IS-M: City ORT01_ISPCHAR35TEXT35
STRASStreet Name STRAS_ISPCHAR35TEXT35
PSTLZIS-M: Postal Code PLZ_ISPCHAR10PSTLZ
ISPTELVWPIS-M: Area Code (Home) ISPTELVWPCHAR10TELN2ISPTELVW
ISPTELPIS-M: Telephone Number ISPTELPCHAR20TELN1ISPTEL
ISPTELVWDIS-M: Area Code - Work ISPTELVWDCHAR10TELN2ISPTELVW
ISPTELDIS-M: Telephone Number ISPTELDCHAR20TELN1ISPTEL
DEL_START_DATEPublication Date ERSCHDATDATS8DATUMJD9
EXPDATEIS-M/SD: Expiration Date of Subscription EXP_DATEDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
WRBTRPayment Amount for Cycle in Renewal Subscription ISM_PAYMENT_AMOUNTCURR13(2) WERTV7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
GUELTIGVONValid-From Date of Sales Order Item JKAPVONDATS8DATUMJC1
GUELTIGBISDate to which Sales Order Item is Valid JKAPBISDATS8DATUMJC2
BEZIRKCarrier Route BEZIRKCHAR10Assigned to domainALPHABEZIRKBEZMJVC

Key field Non-key field



How do I retrieve data from SAP structure /NAM/ABC_NTH_FACTOR using ABAP code?

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

How to access SAP table /NAM/ABC_NTH_FACTOR

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