SVVSCOPERW is an SAP Structure so does not store data like a database table does but can be used to process "Scheduling Item Help Structure - OI" 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_SVVSCOPERW TYPE SVVSCOPERW .
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 |
DUN_REASON | DUN_LOCKREASON_KK | CHAR | 1 |
* | Dunning Lock Reason | |
DUN_REASON_DAYS | LOCK_DAYS_KK | NUMC | 3 | Number Of Days An Object Remains Locked | ||
PAY_REASON | SPZAH_KK | CHAR | 1 |
* | Lock Reason for Automatic Payment | |
PAY_REASON_DAYS | LOCK_DAYS_KK | NUMC | 3 | Number Of Days An Object Remains Locked | ||
CLR_REASON | CLRLO_KK | CHAR | 1 |
* | Clearing Lock Reason | |
CLR_REASON_DAYS | LOCK_DAYS_KK | NUMC | 3 | Number Of Days An Object Remains Locked | ||
INT_REASON | SPERZ_KK | CHAR | 1 |
* | Interest Lock Reason | |
INT_REASON_DAYS | LOCK_DAYS_KK | NUMC | 3 | Number Of Days An Object Remains Locked | ||
UNIROPBEL | OPBEL_KK | CHAR | 12 |
* | Number of Contract Accts Rec. & Payable Doc. | ALPHA |
UNIROPUPW | OPUPW_KK | NUMC | 3 | Repetition Item in Contract Account Document | ||
UNIROPUPK | OPUPK_KK | NUMC | 4 | Item number in contract account document | ||
UNIROPUPZ | OPUPZ_KK | NUMC | 3 | Subitem for a Partial Clearing in Document | ||
VOPBEL | OPBEL_KK | CHAR | 12 |
* | Number of Contract Accts Rec. & Payable Doc. | ALPHA |
Key field | |
Non-key field |
SVVSCOPERW - Scheduling Item Help Structure - OI SVVSCOP - Help Structure for Documents SVVSCMSG_X - Bill scheduling: Interface for Error Processing SVVSCMSG - Help Structure for Messages in a Check SVVSCITEM_SIM - Help Structure for Simulating the Scheduling Documents SVVSCITEM_OPUPK_SC - Structure for Assignment SCITEM <-> OPUPK (Without Doc. No.)