RCUSB SAP (Dependency Maintenance - Output Fields for Screen Modules) Structure details

Dictionary Type: Structure
Description: Dependency Maintenance - Output Fields for Screen Modules




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




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

RCUSB is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Dependency Maintenance - Output Fields for Screen Modules" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RCUSB TYPE RCUSB.

The RCUSB table consists of various fields, each holding specific information or linking keys about Dependency Maintenance - Output Fields for Screen Modules data available in SAP. These include BOMOK (BOM object), OBKTX (Object description), WERKS (Plant), WTEXT (Plant description).. 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: Not classified


SAP RCUSB structure 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BOMOKBOM object CUKD_BOMOKCHAR36CHAR36
OBKTXObject description CUKD_OBKTXCHAR40TEXT40
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
WTEXTPlant description CUKD_WTEXTCHAR30TEXT30
STLANBOM usage CUKD_STLANCHAR1CHAR1
STLALAlternative BOM CUKD_STALTCHAR2CHAR2
POSNRBOM item number CUKD_SPOSNCHAR4CHAR4
POSTPItem Category (Bill of Material) POSTPCHAR1Assigned to domainPOSTP
OBTSPObject type, language-dependent value CUKD_OBTSPCHAR1CHAR1
BOMOBBOM item object CUKD_BOMOBCHAR36CHAR36
KTEXTComponent description CUKD_KMPTXCHAR40TEXT40
ATNAMCharacteristic Name ATNAMCHAR30ATNAMFEA
ATBEZCharacteristic description ATBEZCHAR30TEXT30
ATWRTCharacteristic Value ATWRTCHAR30ATWRT
ATWTBCharacteristic value description ATWTBCHAR30TEXT30
HEDLHeader line in a universal list CUKD_HEADLCHAR83CHAR83
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
ARBPLWork center ARBPLCHAR8ARBPLAGR
PTEXTWork center description CUKD_KTXT40CHAR40TEXT40
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
FLGTEXTSequence description CUKD_FLGTEXTCHAR40TEXT40
PSNFHItem number for production resource/tool CUKD_PSNFHNUMC4NUMC4
FHMARProduction resource/tool category CUKD_FHMARCHAR1CHAR1
FHMNRProduction resource/tool number CUKD_FHMNRCHAR33CHAR33
FHKTXDescription of the production resource/tool CUKD_FHKTXCHAR40TEXT40
LTXA1Operation short text LTXA1CHAR40TEXT40
KNNETCType of Dependency Net: Constraint Net KNNETCCHAR1XFELD
KNNETRType of dependency net: rule net KNNETRCHAR1XFELD
KNNETR_EVType of Dependency Net - Event-Driven Rule Net KNNETR_EVCHAR1XFELD
KNNETR_MOType of Dependency Net - Monitoring Rule Net KNNETR_MOCHAR1XFELD
KNSCEIndicator: Dependencies for SCE Format KNSCECHAR1XFELD
KNNAMName of Dependency KNNAMCHAR30KNNAMBEZ
KNKTXDependency Description KNKTXCHAR30TEXT30
PLNNRKey for task list group CUKD_PLNNRCHAR8CHAR8
PLNALGroup counter CUKD_PLNALCHAR2CHAR2
SPEC_NONumber of a set of model service specifications CUKD_SPEC_NOCHAR10CHAR10
TXZ01Short Text TXZ01CHAR40TEXT40
EXTROWRow Number CUKD_EXTROWNUMC10NUMC10
SRVPOSService number CUKD_SRVPOSCHAR18Assigned to domainALPHAASNUM
KTEXT1Short text 1 CUKD_KTEXT1CHAR40TEXT40

Key field Non-key field



How do I retrieve data from SAP structure RCUSB using ABAP code?

As RCUSB is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RCUSB as there is no data to select.

How to access SAP table RCUSB

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