V_REBDBUNOO is an SAP View so does not store data like a database table does but can be used to process "Generated Table for View" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this View. These can then be used to store and process the required data appropriately.
i.e. DATA: wa_V_REBDBUNOO TYPE V_REBDBUNOO .
Below is the documentation avaialable and full details of the fields which make up this View.
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 | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
MANDT | MANDT | CLNT | 3 | Client | ||
INTRENO | RECAINTRENO | CHAR | 13 | Internal Key of Real Estate Object | ||
OBJASSTYPE | REBDOBJASSTYPE | CHAR | 2 | TIVBDOBJASSTYPE | Type of Object Assignment | |
OBJNRSRC | RECAOBJNR | CHAR | 22 | Object Number | ||
OBJNRTRG | RECAOBJNR | CHAR | 22 | Object Number | ||
VALIDFROM | REBDRELVALIDFROM | DATS | 8 | Date: Relationship Valid From | ||
VALIDTO | REBDRELVALIDTO | DATS | 8 | Date: Relationship Valid To | REDAT | |
AUFNR | AUFNR | CHAR | 12 | Order Number | ALPHA | |
OBJNR | RECAOBJNR | CHAR | 22 | Object Number | ||
AUART | AUFART | CHAR | 4 | T003O | Order Type | |
AUTYP | AUFTYP | NUMC | 2 | Order category | ||
KTEXT | AUFTEXT | CHAR | 40 | Description | ||
BUKRS | BUKRS | CHAR | 4 | T001 | Company Code | |
SGENR | REBDBUNO | CHAR | 8 | Number of Building | SGENR | |
XGETXT | REBDXBU | CHAR | 60 | Description of Building | ||
USGFUNCTION | REBDUSGFUNCTION | CHAR | 4 | TIVBDUSGFUNC | Function of Object | ALPHA |
Key field | |
Non-key field |