SAP TABLES

SAP Tables - SAP Business One/ERP Table Definition reference

sap.erpref.com

Schema:
 Module:  Table: 
Column: 
Searchbeta 

icon of database logic symbol SAP  TABLESv1Made in Britain

JDETables.com - the webs number one JD Edwards Table Definition reference

ERP 6.0: Top 10 requests

TableColumnsDescription
1TJKWE15IS-M/SD: WBZ, Order Data for Inbound Processing
2RSADMINC96Customizing Table General BW
3BBP_PD_XML8Table for Persistent Class CL_XML_PPF_BBP
4/OTX/RM_TELIB24Enterprise Library Server Settings
5UMV_TR1259Obsolete:Val.Driver Tree:Assign.Web Reports to Value Drivers
6/ISDFPS/CHVW_E34External Batch Where-Used List
7FIQAC_PART8Reporting Parameters Text for Company Code ( Qatar)
8/1RA/0SD010MI170Items for Class SD01 - Raw Data
9FMARCPAR4Parallelization of FMARC_BATCH
10CEKRS5Movement type parameters for automatic ERS

B1 9.2: Top 10 requests

TableColumnsDescription
1OITM299Items
2OINV386A/R Invoice
3OCRD332Business Partner
4ORDR386Sales Order
5INV1265A/R Invoice - Rows
6OJDT100Journal Entry
7OPCH386A/P Invoice
8OVTG52Tax Definition
9OPOR386Purchase Order
10JDT1124Journal Entry - Rows

B1 8.8: Top 10 requests

TableColumnsDescription
1OITM249Items
2ORCT154Incoming Payment
3OINV268A/R Invoice
4OIVL77Whse Journal
5OVPM154Outgoing Payments
6OPCH268A/P Invoice
7JDT1110Journal Entry - Rows
8OOCR9Loading Factors
9OSRN20Serial Numbers Master Data
10OINM101Whse Journal
Basis Components :: Business Management :: SAP Business Workflow
ProductVersionTableColumnsIndexesDescriptionModule
1ERP EHP76.0SWPSTEPLOG231Workflow: Instance Data of Steps of a Workflow ExecutionSAP Business Workflow
SQL:  selectupdate insert create

Use the column checkboxes to build your query. Header columns sets/unsets all columns

SELECT CLIENT, WF_ID, NODE_ID, NODE_P_IND, LOG_DATE, LOG_TIME, LOG_COUNT, TIMESTAMP, DELETED, RETRYCOUNT, WI_ID, WI_SYSTEM, TASK_ID, WI_AGENT, WI_AED, WI_AET, RETURNCODE, WI_DH_STAT, PRED_NODE, PRED_NODEP, PRED_WI_ID, RETURNVAL, RETURNTYP FROM SWPSTEPLOG
ColumnFieldDescriptionSQL TypeLengthDecimalsSAP TypeDefault ValueNull AllowedCheckTableRollnameSQL Create Statement
1CLIENTClientnvarchar30CLNT(N'000')No*SWP_MANDT Allow NULL? 
2WF_IDWorkflow IDnvarchar120NUMC(N'000000000000')NoSWWWIHEADSWP_WF_ID Allow NULL? 
3NODE_IDNode Numbernvarchar100NUMC(N'0000000000')NoSWD_NODEID Allow NULL? 
4NODE_P_INDWorkflow: ParForEach index of a node in a WF executionnvarchar60NUMC(N'000000')NoSWP_PARF_I Allow NULL? 
5LOG_DATEWorkflow: Date when an activity was loggednvarchar80DATS(N'00000000')NoSWP_LOGDAT Allow NULL? 
6LOG_TIMEWorkflow: Time when a WF activity was loggednvarchar60TIMS(N'000000')NoSWP_LOGTIM Allow NULL? 
7LOG_COUNTCounter for entries in work item lognvarchar40NUMC(N'0000')NoSWW_LOGCNT Allow NULL? 
8TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)decimal217DEC((0))YesTIMESTAMPL
9DELETEDWorkflow: Delete flag for workflow data which is oldchar10CHAR(N' ')NoSWP_DELETE Allow NULL? 
10RETRYCOUNTWorkflow: Number of unsuccessful step activationsnvarchar20NUMC(N'00')NoSWP_RETRYC Allow NULL? 
11WI_IDWorkflow: Work item ID of an activity in a workflownvarchar120NUMC(N'000000000000')NoSWWWIHEADSWP_WI_ID Allow NULL? 
12WI_SYSTEMWorkflow: (Log.) system in which a workflow activity occursnvarchar100CHAR(N' ')NoSWP_LOGSYS Allow NULL? 
13TASK_IDTask abbreviationnvarchar140CHAR(N' ')NoSWD_STEP_T Allow NULL? 
14WI_AGENTActual Agent of Work Itemnvarchar120CHAR(N' ')NoSWW_AAGENT Allow NULL? 
15WI_AEDEnd Date of Work Itemnvarchar80DATS(N'00000000')NoSWW_AED Allow NULL? 
16WI_AETCurrent end time of work itemnvarchar60TIMS(N'000000')NoSWW_AET Allow NULL? 
17RETURNCODEWorkflow: Data element for terminating events (swwwcompevt)nvarchar740CHAR(N' ')NoSWP_CMP_EV Allow NULL? 
18WI_DH_STATDeadline Status of a Work Itemnvarchar40NUMC(N'0000')NoSWW_WIDHST Allow NULL? 
19PRED_NODEWorkflow: Preceding activity of a newly started activitynvarchar100NUMC(N'0000000000')NoSWP_PREDNO Allow NULL? 
20PRED_NODEPWorkflow: Parallelism index of preceding node of an activitynvarchar60NUMC(N'000000')NoSWP_PREDNP Allow NULL? 
21PRED_WI_IDWorkflow: Work item ID of preceding activity of an activitynvarchar120NUMC(N'000000000000')No*SWP_PREDWI Allow NULL? 
22RETURNVALWFM: Return value of a stepnvarchar2550CHAR(N' ')NoSWP_RETVAL Allow NULL? 
23RETURNTYPType of Return Valuenvarchar20CHAR(N' ')NoSWP_RETTYP Allow NULL? 
NamePrimaryUniqueTypeColumns
SWPSTEPLOG~0YesYesCLUSTEREDLOG_COUNT, LOG_TIME, LOG_DATE, NODE_P_IND, NODE_ID, WF_ID, CLIENT