RVHURL009SEL is an SAP Structure so does not store data like a database table does but can be used to process "Archiving Account Statements: Selection Parameters" 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_RVHURL009SEL TYPE RVHURL009SEL .
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 |
PSTATE1 | RL_PSTATE1 | CHAR | 1 | Select acct postings/acct statements for archiving | ||
PSTATE2 | RL_PSTATE2 | CHAR | 1 | Select acct postings/acct statements for archiving | ||
PDIRECT | RL_ACST_DIRECT | CHAR | 1 | Direction of the Account Statement | ||
BALDATE | RL_BALDATE | DATS | 8 | Acct statement date | ||
PFILE | RL_ARCFILE | CHAR | 1 | Create archive file | ||
PDELETE | RL_ARCDELETE | CHAR | 1 | Delete only in test mode | ||
PPROT | RL_ARCPROT | CHAR | 1 | Processing log |
Key field | |
Non-key field |
RVHURL009SEL - Archiving Account Statements: Selection Parameters RVHURL007SEL - Archiving Account Postings: Selection Parameters RVHURL005SEL - Archiving Account Postings: Selection Parameters RVHURL003SEL - List of Account Postings: Selection Parameters RVHURL003H - Report (ALV) Account Postings per Material (Header) RVHURL003D - Report (ALV) Account Postings per Material (Detail)