RSUF1 is an SAP Structure so does not store data like a database table does but can be used to process "Interface for enterprise function model transactions" 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_RSUF1 TYPE RSUF1 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
FUN_ID | UFFUNCTION | CHAR | 20 |
* | Function | |
FUN_TYP | UFTYP | CHAR | 1 | Function type - A or C | ||
STRUCT_ID | UFSTRUCTID | CHAR | 10 | EPC structure | ||
SUCCF_ID | UFFUNCTION | CHAR | 20 |
* | Function | |
SUCCF_ROLE | UFROLE | CHAR | 1 | Role of the function | ||
AS4LOCAL | AS4LOCAL | CHAR | 1 | Activation Status of a Repository Object | ||
SEL_ACTION | UFCHAR1 | CHAR | 1 | Single-character field | ||
KURZBEZ | UFKURZBEZ | CHAR | 10 | Short name | ||
LANGBEZ | UFLANGBEZ | CHAR | 60 | Long Name | ||
LANGU | UFLANGU | LANG | 1 |
* | Language key | ISOLA |
FLG_DOC_CH | UFFLAG | CHAR | 1 | Data element for Flag - Any use | ||
TEXT_SAVE | TEXT15 | CHAR | 15 | Text (15 characters) | ||
TEXT_STATE | DDSTATUS | CHAR | 15 | Dictionary object status | ||
TEXT_FUNCT | TEXT20 | CHAR | 20 | Text (20 Characters) | ||
FRAME_TITL | UDCHAR80 | CHAR | 80 | Frame header |
Key field | |
Non-key field |
RSUF1 - Interface for enterprise function model transactions RSUDU - DM Internal Fields + Dynpro Fields for ADW Export RSUDTEXT60 - DM short text for DM objects (for internal tables) RSUDOLOG - Logging for Execution As Other User RSUDOBJID - DM Data Model ID/Entity Type ID (for internal tables) RSUDO - Lock object structure for EDM objects