ACT_USERFIELDS_ST SAP (Structure for populating user fields in bapi.) Structure details

Dictionary Type: Structure
Description: Structure for populating user fields in bapi.




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




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

ACT_USERFIELDS_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 populating user fields in bapi." 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_ACT_USERFIELDS_ST TYPE ACT_USERFIELDS_ST.

The ACT_USERFIELDS_ST table consists of various fields, each holding specific information or linking keys about Structure for populating user fields in bapi. data available in SAP. These include USER_FIELD_KEY (Key word ID for user-defined fields), USER_FIELD_CHAR20_1 (User field with 20 characters), USER_FIELD_CHAR20_2 (User field with 20 characters), USER_FIELD_CHAR10_1 (User field with 10 characters).. 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 (Deep)


SAP ACT_USERFIELDS_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
ACTIVITYActivity number in network and standard network CN_VORNRCHAR4NUMCVVORNR
USER_FIELD_KEYKey word ID for user-defined fields SLWIDCHAR7Assigned to domainSLWID
USER_FIELD_CHAR20_1User field with 20 characters USRCHAR20CHAR20USRCHAR20
USER_FIELD_CHAR20_2User field with 20 characters USRCHAR20CHAR20USRCHAR20
USER_FIELD_CHAR10_1User field with 10 characters USRCHAR10CHAR10USRCHAR10
USER_FIELD_CHAR10_2User field with 10 characters USRCHAR10CHAR10USRCHAR10
USER_FIELD_QUAN1User field for quantity (length 10.3) USRQUAN13QUAN13(3) USRQUAN13
USER_FIELD_QUAN2User field for quantity (length 10.3) USRQUAN13QUAN13(3) USRQUAN13
USER_FIELD_UNIT1User field: Unit for quantity fields USRUNITUNIT3Assigned to domainCUNITMEINS
USER_FIELD_UNIT2User field: Unit for quantity fields USRUNITUNIT3Assigned to domainCUNITMEINS
USER_FIELD_CURR1User-defined field for values (length 10,3) USRCURR13CURR13(3) USRCURR13
USER_FIELD_CURR2User-defined field for values (length 10,3) USRCURR13CURR13(3) USRCURR13
USER_FIELD_CUKY1User field: Unit for value fields USRCUKYCUKY5Assigned to domainWAERS
USER_FIELD_CUKY2User field: Unit for value fields USRCUKYCUKY5Assigned to domainWAERS
USER_FIELD_DATE1User field for date USRDATEDATS8USRDATE
USER_FIELD_DATE2User field for date USRDATEDATS8USRDATE
USER_FIELD_FLAG1User-defined field: Indicator for reports USRFLAGCHAR1FLAG
USER_FIELD_FLAG2User-defined field: Indicator for reports USRFLAGCHAR1FLAG
NETWORKNetwork number NW_AUFNRCHAR12Assigned to domainALPHAAUFNRANR

Key field Non-key field



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

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

How to access SAP table ACT_USERFIELDS_ST

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