RVD_AD_CONTROL_DETAILS is an SAP Structure so does not store data like a database table does but can be used to process "Detailed Data for Date Table for Auto Debits" 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_RVD_AD_CONTROL_DETAILS TYPE RVD_AD_CONTROL_DETAILS .
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 |
DFAELL | DFAELL | DATS | 8 | Due date | ||
LAST_CREA_DATE | DVALUT | DATS | 8 | Calculation Date | ||
SSCHMETH | TB_SSCHMETH | CHAR | 1 | Calculation Method for Auto Debit Amount | ||
BAUDAMNT | TB_BAUDAMNT | CURR | 13(2) | Amount | ||
SWHRKOND | SWHRKOND | CUKY | 5 |
* | Currency of Condition Item | |
BVTYP | BVTYP | CHAR | 4 | Partner Bank Type | ||
ZLSCH | DZLSCH | CHAR | 1 |
* | Payment Method |
Key field | |
Non-key field |
RVD_AD_CONTROL_DETAILS - Detailed Data for Date Table for Auto Debits RVDSUBFACILITY_KEY - VDSUBFACILITY key RVDSUBFACILITY - Subfacilities for Facilities Processing RVDSTOP_VDARL_A_T - Structure for Table VDSTOP_VDARL_A with Additional Texts RVDSLSCHECK - Legal Control: SLS: Display SLS Check Results RVDSICH - Display structure for collateral overview