BEAC_BTY_NPL SAP (Customizing for Price List Types) Table details

Dictionary Type: Table
Description: Customizing for Price List Types




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




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

BEAC_BTY_NPL is a standard SAP Table which is used to store Customizing for Price List Types data and is available within R/3 SAP systems depending on the version and release level.

The BEAC_BTY_NPL table consists of various fields, each holding specific information or linking keys about Customizing for Price List Types data available in SAP. These include MANDT (Client), APPLICATION (Application), NPL_TYPE (Price List Type), NUMRA (Number Range Interval for Document 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BEAC_BTY_NPL 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 MANDTCLNT3Assigned to domainMANDT
APPLICATIONApplication BEF_APPLCHAR4BEFM_APPLBEF_APPL
NPL_TYPEPrice List Type BEA_NPL_TYPECHAR4BEA_NPL_TYPEBEAC_BTY_NPL
NUMRANumber Range Interval for Document Number BEA_NUMRA_N1CHAR2NUMKRBEAC_NUMIV_N1
ITEMINCIncrement of Document Item BEA_ITEMINCNUMC4BEA_ITEMINC
PRIC_PROCPricing Procedure BEA_PRIC_PROCCHAR6Assigned to domainPRC_PRIC_PROC
PPF_PROCPPF: Name of Action Profile BEA_PPF_PROCCHAR30PPFTCONDEPPFDCNTXT
NO_PRIDOCPrice Document Not Saved BEA_NO_PRIDOCCHAR1BEA_NO_PRIDOC
NO_CHANGE_DOCNo Change Document Update BEA_NO_CHANGE_DOCCHAR1BEA_BOOLEAN
RESIDENCE_DAYSResidence Time of a Document in Days BEA_RESIDENCE_DAYSNUMC4BEA_RESIDENCE_DAYS
DELETION_ONLYOnly Delete (in Archiving Session) BEA_DELETION_ONLYCHAR1BEA_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM BEAC_BTY_NPL
INTO CORRESPONDING FIELDS OF WA_BEAC_BTY_NPL
WHERE...

How to access SAP table BEAC_BTY_NPL

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