ESALES_PRODSALES SAP (Profiles of the sales transaction) Table details

Dictionary Type: Table
Description: Profiles of the sales transaction




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




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

ESALES_PRODSALES is a standard SAP Table which is used to store Profiles of the sales transaction data and is available within R/3 SAP systems depending on the version and release level.

The ESALES_PRODSALES table consists of various fields, each holding specific information or linking keys about Profiles of the sales transaction data available in SAP. These include PROFILE (Profile for IS-U Sales Transaction), SALESDOCTYPE (Sales Document Types in Utilities Sales), QUOTATIONTYPE (Sales Document Type for Quotation), ORDERTYPE (Sales Document Type for Order).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = ESALES_PRODSALET


SAP ESALES_PRODSALES 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
PROFILEProfile for IS-U Sales Transaction ESALES_PROFILECHAR8ESALES_PROFILEESALES_PRODSALES
SALESDOCTYPESales Document Types in Utilities Sales ESALES_VBTYPCHAR1ESALES_VBTYP
QUOTATIONTYPESales Document Type for Quotation ESALES_QUOTATIONTYPECHAR4TVAKAUARTAUARTESALES_QUOT_TYPE
ORDERTYPESales Document Type for Order ESALES_ORDERTYPECHAR4TVAKAUARTAUARTESALES_QUOT_TYPE
CONTRACTTYPESales Docuemnt Type for Contract ESALES_CONTRACTTYPECHAR4TVAKAUARTAUART
SALES_ORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2TVTWVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2TSPASPARTSPAC_SPART
PARTN_ROLEPartner Function PARVWCHAR2TPARPARVWPARVWPAR
QT_VALID_INTERVValidity Interval of Offers In Days ESALES_QT_VALID_INTERVALLNUMC4INTSIZE
PRICE_FIELDField Containing the Price to be Displayed for Each Item ESALES_POS_PRICE_FIELDCHAR30ESALES_POS_PRICE_FIELD
PROG_PARTNERProgram containing the subscreen for the partner data ESALES_PARTNER_PROGNAMECHAR40TRDIRPROGNAMERID
SCRN_PARTNERSubscreen for the Maintenance of Partner Data ESALES_PARTNER_DYNNRCHAR4DYNNR
CHECKFM_PARTNERName of the Check Function Module for Partner Data ESALES_PARTNER_CHECKFMCHAR30TFDIRFUNCNAMELIB
MD_TEMPL_PARTNERMaster Data Template for Business Partner ESALES_TEMPL_PARTNERCHAR20EPDPRODEPD_PRODID
REF_CUSTReference for creating a standard customer for bus. partner MUSTER_KUNCHAR10KNA1ALPHAKUNNR
STD_SCRN_SERVLOCStandard Screen for Displaying SERVLOC ESALES_SERVLOC_STANDARDSCREENCHAR2ESALES_SERVLOC_STANDARDSCREEN
PROG_SERVLOCProgram Containing Subscreen for Premise Data ESALES_SERVLOC_PROGNAMECHAR40TRDIRPROGNAMERID
SCRN_SERVLOCSubscreen for Maintenance of Premise Data ESALES_SERVLOC_DYNNRCHAR4DYNNR
CHECKFM_SERVLOCName of Check Function Module for Premise Data ESALES_SERVLOC_CHECKFMCHAR30TFDIRFUNCNAMELIB
MD_TEMPL_SERVLOCMaster Data Template for Premise ESALES_TEMPL_SERVLOCCHAR20EPDPRODEPD_PRODID
NEW_LAYOUTIndicator: Old or New Layout of Sales Application ESALES_LAYOUTCHAR2ESALES_LAYOUT
SHIP_TO_ADDRESSCopy Container Location Address to Goods Recipient Address ESALES_ADDRESS_FLAGCHAR1KENNZX

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESALES_PRODSALES
INTO CORRESPONDING FIELDS OF WA_ESALES_PRODSALES
WHERE...

How to access SAP table ESALES_PRODSALES

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