P06_T_BOSO is an SAP Structure so does not store data like a database table does but can be used to process "Structure for shares' warrants (S40.G30.13)" 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_P06_T_BOSO TYPE P06_T_BOSO .
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 |
SECTN | P_99S_SECTN | CHAR | 4 | Forms: Section | ||
.INCLUDE | P06_BOSO | Structure for shares' warrants (S40.G30.13) | ||||
BONBR | P06_BONBR | DEC | 6 | Number of securities | ||
BOPRX | P06_BOPRX | DEC | 10(2) | Securities' acquisition price | ||
BOFRC | P06_AIFRC | DEC | 4(2) | Split of gain of acquisition from French source | ||
BODAT | P06_BODAT | DATS | 8 | Acquisition date | ||
BODUR | P06_BODUR | DEC | 3 | Duration of exercise of beneficiary's activity |
Key field | |
Non-key field |