BIW_ACTE_USR_ST SAP (Structure for Transferring Activity El. User Data to BW) Structure details

Dictionary Type: Structure
Description: Structure for Transferring Activity El. User Data to BW




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




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

BIW_ACTE_USR_ST 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 "Structure for Transferring Activity El. User Data to BW" 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_BIW_ACTE_USR_ST TYPE BIW_ACTE_USR_ST.

The BIW_ACTE_USR_ST table consists of various fields, each holding specific information or linking keys about Structure for Transferring Activity El. User Data to BW data available in SAP. These include VORNR (Activity number in network and standard network), ELEMENT (Activity element number (work/external/general costs)), AEDAT (Change date for Order Master), ERDAT (Created on).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BIW_ACTE_USR_ST 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
VORNRActivity number in network and standard network CN_VORNRCHAR4NUMCVVORNR
ELEMENTActivity element number (work/external/general costs) CN_ELEMENTCHAR4NUMCVVORNR
AEDATChange date for Order Master AUFAEDATDATS8DATUM
ERDATCreated on AUFERFDATDATS8DATUM
PSPIDProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
POSIDWork Breakdown Structure Element (WBS Element) PS_POSIDCHAR24PROJNPS_POSIDPRO
SLWIDKey word ID for user-defined fields SLWIDCHAR7Assigned to domainSLWID
USR00User field with 20 characters USRCHAR20CHAR20USRCHAR20
USR01User field with 20 characters USRCHAR20CHAR20USRCHAR20
USR02User field with 10 characters USRCHAR10CHAR10USRCHAR10
USR03User field with 10 characters USRCHAR10CHAR10USRCHAR10
USR04User field for quantity (length 10.3) USRQUAN13QUAN13(3) USRQUAN13
USE04User field: Unit for quantity fields USRUNITUNIT3Assigned to domainCUNITMEINS
USR05User field for quantity (length 10.3) USRQUAN13QUAN13(3) USRQUAN13
USE05User field: Unit for quantity fields USRUNITUNIT3Assigned to domainCUNITMEINS
USR06User-defined field for values (length 10,3) USRCURR13CURR13(3) USRCURR13
USE06User field: Unit for value fields USRCUKYCUKY5Assigned to domainWAERS
USR07User-defined field for values (length 10,3) USRCURR13CURR13(3) USRCURR13
USE07User field: Unit for value fields USRCUKYCUKY5Assigned to domainWAERS
USR08User field for date USRDATEDATS8USRDATE
USR09User field for date USRDATEDATS8USRDATE
USR10User-defined field: Indicator for reports USRFLAGCHAR1FLAG
USR11User-defined field: Indicator for reports USRFLAGCHAR1FLAG
GUIDGUIDs of PS Objects R3_GUID_47RAW16SYSUUID
CPR_GUIDGeneric project planning: GUID from external R/3 system CGPL_GUID16_R3RAW16SYSUUID

Key field Non-key field



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

As BIW_ACTE_USR_ST 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 BIW_ACTE_USR_ST as there is no data to select.

How to access SAP table BIW_ACTE_USR_ST

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