ACP 1. Ordner
Own Questions
Own Questions
Set of flashcards Details
Flashcards | 46 |
---|---|
Students | 18 |
Language | Deutsch |
Category | Computer Science |
Level | Primary School |
Created / Updated | 28.01.2013 / 08.05.2022 |
Weblink |
https://card2brain.ch/box/acp_1_ordner
|
Embed |
<iframe src="https://card2brain.ch/box/acp_1_ordner/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>
|
Create or copy sets of flashcards
With an upgrade you can create or copy an unlimited number of sets and use many more additional features.
Log in to see all the cards.
The namespace is checked for:
• sources that are part of a portable parameterisation, e.g. Avaloq script packages, base
parameters, or code tables
• the second part of the source name of a slave source, i.e. a source that is linked to a master
source delivered by Avaloq or another third party vendor
Whats the difference between declarative and procedural Avaloq Script Source?
Indeed the name of the sources as well as the syntax is validated by the parser and the sources framework. This is the case for Avaloq source types such as code table definition, code table data, auditing, printer definition, user definition,
task and task template definition.
To check this opportunity, please check the column REV_CMPL in table CODE_SRC_TYPE.
Other Avaloq source types however rely heavily on procedural logic. This is the case for script reports,
incoming and outgoing messages and obviously for Avaloq script sources. There is also a certain
number of types of sources that can make use of procedural logic, but do not necessarily have to.
What are the main advantage of DDICs?
• the provision of abstract access to data, i.e. that the data is accessible logically (business view)
instead of physically
• the encapsulation of the underlying kernel routines and thus the provision of a stable interface
to the outside world
Avaloq ICE Script package in context with an order start with:
<namespace>$doc_<intl_id>
Avaloq ICE Script packages in context with an object starts with:
<namespace>$obj_<intl_id>
Where are CODE_ tables defined?
In the table CODE_TAB_DEF
What are CODE_ tables?
Code tables are definition tables that contain predefined values in one domain. For each domain and for each context a separate code table exists.
With which keyword do you import an API into ABS?
keyword native
There are three (3) types of APIs within the ABS:
• Secured APIs (name often – not always - contains a #, like FORMAT#). The source of these APIs
cannot be shown, they are "wrapped" [secured by Oracle]
• Non Secured APIs (like DEF% or NETW_%) are created during the compilation of a source. The
source of these APIs can be shown.
• Client written APIs, e.g. for solving bank specific mathematical rules, following the principle
"develop once – use often".
Which table allows to define default values in an entry mask depending on defined criterion? Whats the naming convention of those BTC sources in ICE?
DOC_DFLT_VAL_RULE nad _LD for the loader table
NAMING {META_TYPE}.DOC_FLD.RULE
Which roule engine allows default naming of an object? How is the naming convention of this BTC source?
Table OF_ITEM_FMT_RULE for loader _LD
Naming convention {META_TYPE}.OF.RULE
Which is the most important rule loader table for costs?
COST_RULE (_LD)
What source type has workflow rules and whats the naming convention?
BTC Business Type Config [META-TYPE].WFC
Whats a base parameter?
A base parameter is stored in one source Naming convention BASE.[BASE_PAR_INTL_ID]
What are the four types of context action? CTX_ACTION
DOC
OBJ
CODE
BTC
Describe the structure of the main window...
1. Avaloq Button
2. Ribbon
3. Sidebar (personalized access to overviews)
4. Work Area
5. Tabs
6. Message Bar
7. Status Bar
What information contains the Status Bar?
Date, Default Printer, Database, Release
What could be a person (PERS) in Avaloq?
- Account Owner
- Beneficiary Owner
- Legal Guardian
- Authority
- Payee
Which are the object attributes?
Classifications and classes, keys, additions, remarks, relations, collections
Whats the difference between 3.4k and 3.4m?
3.4k is equal to 3.4 * 1'000
3.4m is equal to 3.4000 it puts 3x '0' at the end
What's the difference between +7v and +7_v?
+7v is an additional seven value days added.
+7_v is an addition of seven days but the day needs to be a value day (Sa. & So. is counted backwards)
Whats the difference between ? _ and % *?
?_ only one letter is missing with %* more than one is missing...with SQL statement LIKE!
What the term eotw means?
end of this week...date
Whats the difference between RUN and SUBMIT in Avaloq?
RUN runs synchron, one have to wait until its finished.
SUBMIT runs asynchron, runs in the background
Whats the META-TYPE ID for a BP?
105
What contains the table META_TYPE?
All objects ID, INTL_ID, NAME etc. e.g. BP
105, bp, BP etc.
What's the out text norm for? OUT_TEXT_NORM
For the labeling of fields/groups...
How are tables named?
Tables are named according to a hierarchical method, starting with e.g. CODE_, OBJ_ or DOC_ followed by the abbreviation code for an object type or a business type.
What contains a CODE_ table?
Code tables contain constants and can be modified via sources, both starting with CODE_
Can customer define their own CODE_ table?
Yes the can!
-
- 1 / 46
-