BAPIWPUSRM is an SAP Structure so does not store data like a database table does but can be used to process "BAPI Structure: Personalization Information on MiniApps" 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_BAPIWPUSRM TYPE BAPIWPUSRM .
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 |
MAPPKEY | TEXT255 | CHAR | 255 | Text, 255 Characters | ||
MAVERSION | MAPP_VERS | CHAR | 1 | MiniApp Version | ||
ROLENAME | AGR_NAME | CHAR | 30 |
* | Role Name | |
MAMINIMIZD | WPMINIMIZE | CHAR | 1 | Minimalized Start | ||
MASELECTED | FLAG | CHAR | 1 | General Flag | ||
USERORDER | NUMC_5 | NUMC | 5 | Number | ||
USERTEXT | S_APPTEXT | CHAR | 75 | MiniApp Short Description | ||
USERHEIGHT | S_HEIGHT | CHAR | 10 | Height of the MiniApp |
Key field | |
Non-key field |
BAPIWPUSRM - BAPI Structure: Personalization Information on MiniApps BAPIWPUSRL - BAPI Structure: User Languages by System BAPIWPUSRG - BAPI Structure: Workplace Personalization Data BAPIWPSMBI - BAPI Structure: Favorites (Table SMEN_BUFFI) BAPIWPSMBC - BAPI Structure: Favorites (Table SMEN_BUFFC) BAPIWPCHAN - BAPI Structure: Channel Occupation (Serialized)