SOXRF is an SAP Structure so does not store data like a database table does but can be used to process "SAPoffice: Structure of filter for recipient list" 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_SOXRF TYPE SOXRF .
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 |
PERS_ONLY | SO_PERSREC | CHAR | 1 | Select private recipients only | ||
EXT_ONLY | SO_EXTREC | CHAR | 1 | Display external recipients only | ||
NO_EXTERN | SO_NOEXTRE | CHAR | 1 | Do not display external recipients (for docs received ext.) | ||
PREFER_DLI | SO_DLIREC | CHAR | 1 | Group recipients into distribution list | ||
EXPAND_DLI | SO_DLI_EXP | CHAR | 1 | Expand specified distribution list | ||
EXPAND_SREQ | SO_EXP_SREQ | CHAR | 1 | Also search for dependent subrequests |
Key field | |
Non-key field |
SOXRF - SAPoffice: Structure of filter for recipient list SOXRE - SAPoffice: Transfer Structure for Read Register SOXPL - SAPoffice: Description of imported object components SOXPC - SAPoffice: Paths to PC applications SOXPB - SAPoffice: Structure of a name for external attributes SOXPA - SAPoffice: SOC3-ID of the PC paths provided