SWBRULEHDR SAP (WF: Header Table for Managing a Rule System) Table details

Dictionary Type: Table
Description: WF: Header Table for Managing a Rule System




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




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

SWBRULEHDR is a standard SAP Table which is used to store WF: Header Table for Managing a Rule System data and is available within R/3 SAP systems depending on the version and release level.

The SWBRULEHDR table consists of various fields, each holding specific information or linking keys about WF: Header Table for Managing a Rule System data available in SAP. These include LINE_INDEX (WF: Line Index), CONTINUED (Checkbox), KEYWORD (WF: Language-Independent Search Term), CLNTSTRTGY (Client Strategy).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SWBRULEHDR 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
RSYS_IDWF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
LINE_INDEXWF: Line Index SWA_LINEIDNUMC6SWA_LINEID
CONTINUEDCheckbox XFELDCHAR1XFELD
KEYWORDWF: Language-Independent Search Term SWBKEYWORDCHAR14CHAR14
CLNTSTRTGYClient Strategy SWBCLNTSTGCHAR1SWBCLNTSTG
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
CREATEMANDClient name as pure data without special meaning MANDTDATACLNT3MANDTDATA
CREATELANGLanguage Key SYLANGULANG1ISOLASYLANGU
CREATEUSERUser Name SYUNAMECHAR12SYCHAR12
CREATEUTCUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CHANGEUSERUser Name SYUNAMECHAR12SYCHAR12
CHANGEUTCUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
SAPRELEASERelease of SAP System SYSAPRLCHAR4SYCHAR04
EVAL_TYPWF: Evaluation Type of a Rule System SWBRSYSTYPCHAR3SWBRSYSTYP
ASSERT_TYPWF: Type of Secondary Condition for Rule Systems SWBRASSTYPCHAR12SWBRASSTYP
CNTXTTYPEWF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
CONTEXTWF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
ELSETYPEWF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
ELSEIDWF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
RTYPE01WF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
RTYPE02WF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
RTYPE03WF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
RTYPE04WF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
RTYPE05WF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
RTYPE06WF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
RTYPE07WF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
RTYPE08WF: Indicator denoting which object a GUID describes SWB_IDTYPCHAR1SWB_IDTYP
RULEID01WF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
RULEID02WF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
RULEID03WF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
RULEID04WF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
RULEID05WF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
RULEID06WF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
RULEID07WF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C
RULEID08WF: GUID as Unique Internal Name SWA_UNIQIDCHAR32SYSUUID_C

Key field Non-key field



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

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

SELECT SINGLE *
FROM SWBRULEHDR
INTO CORRESPONDING FIELDS OF WA_SWBRULEHDR
WHERE...

How to access SAP table SWBRULEHDR

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