EWBPROCX SAP (Front Office Process) Table details

Dictionary Type: Table
Description: Front Office Process




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




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

EWBPROCX is a standard SAP Table which is used to store Front Office Process data and is available within R/3 SAP systems depending on the version and release level.

The EWBPROCX table consists of various fields, each holding specific information or linking keys about Front Office Process data available in SAP. These include ACTSTAT (Activation Status of Entry), BUSPROC (Front office process), PROCTYPE (Front office process category), CREA_USER (First changed by).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = EWBPROCTX

Text table = EWBSTEPTX


SAP EWBPROCX 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
ACTSTATActivation Status of Entry EBA_ACTIVECHAR1EBA_ACTIVE
BUSPROCFront office process EWB_BUSPROCHAR8EWB_BUSPROEWB_BUSPRO
PROCTYPEFront office process category EWB_PROCTYNUMC2EWB_PROCTY
CREA_USERFirst changed by SWO_CREABYCHAR12Assigned to domainXUBNAME
CREA_DATEDate of first change SWO_CREADADATS8SYDATS
CHAN_USERLast changed by SWO_CHANBYCHAR12Assigned to domainXUBNAME
CHAN_DATEDate of Last Change SWO_CHANDADATS8SYDATS
PROGNAME_SFXSuffix for report name of a generated report (CCPROCED) EBA_RNAME_SFXCHAR12EBA_RNAME_SFX
DNUMScreen number SCRADNUMNUMC4DYNPRONRDYN
PROGNAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID

Key field Non-key field



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

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

SELECT SINGLE *
FROM EWBPROCX
INTO CORRESPONDING FIELDS OF WA_EWBPROCX
WHERE...

How to access SAP table EWBPROCX

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