Initial export of EON_EMOBILITY_VIRTA

This commit is contained in:
Thorsten Schmitz
2026-07-08 23:05:45 +02:00
commit 22e8e727a9
5 changed files with 72 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# EON_EMOBILITY_VIRTA Deployment Unit
This is the EON EMOBILITY VIRTA deployment unit exported from SAP HANA XS repository.
## Structure
- `uniorg/eon/virta/meta/` - Database schema and view definitions (SQL)
- `uniorg/eon/virta/v1/` - VIRTA API v1 integration services
- `uniorg/eon/virta/v2/` - VIRTA API v2 integration services
## Components
### Meta Schema
- Database table alterations for charging transactions
- View definitions for charge data (EMP and CPO perspectives)
- Schema initialization and migration scripts
### API Integrations
- VIRTA API HTTP destination configurations
- Transaction data retrieval and management services
- Field reload and data synchronization services
## File Statistics
- Total files: 23
- SQL files: 11 (meta/)
- XSJS files: 12 (v1/ and v2/)