Skip to content

Commit

Permalink
test: aurelia configuration value binding fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrdjan committed Jul 8, 2021
1 parent 770cc1a commit 123547b
Show file tree
Hide file tree
Showing 630 changed files with 4,884 additions and 4,883 deletions.
74 changes: 37 additions & 37 deletions abap-api-tools/api/api.equipment/_coe_rbp_pam_equip_hier_get.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!-- /COE/RBP_PAM_EQUIP_HIER_GET exception: 0 struct: 0 table: 4 var: 3
abap 2.3.0 at: 2021-04-23 11:59:34 -->
abap 2.3.1 at: 2021-07-08 19:01:17 -->

<!-- IMPORT PARAMETERS -->

<ui-combo bind="IV_LOCATION" shlp.bind="{type: 'SH', id: 'IFLM'}" data-abap.bind="{type:'CHAR', alpha:'TPLNR', mid:'IFL', length:'30'}"
<ui-combo value.bind="IV_LOCATION" shlp.bind="{type: 'SH', id: 'IFLM'}" data-abap.bind="{type:'CHAR', alpha:'TPLNR', mid:'IFL', length:'30'}"
label=""></ui-combo>

<ui-combo bind="IV_DEF_VAL" shlp.bind="{type: 'FV', id: 'BOOLEAN'}" data-abap.bind="{type:'CHAR', length:'1'}"
<ui-combo value.bind="IV_DEF_VAL" shlp.bind="{type: 'FV', id: 'BOOLEAN'}" data-abap.bind="{type:'CHAR', length:'1'}"
label=""></ui-combo>

<ui-combo bind="IV_EQUIP_TYPE" shlp.bind="{type: 'SH', id: 'S_WBWG'}" data-abap.bind="{type:'CHAR', mid:'MKL', length:'9'}"
<ui-combo value.bind="IV_EQUIP_TYPE" shlp.bind="{type: 'SH', id: 'S_WBWG'}" data-abap.bind="{type:'CHAR', mid:'MKL', length:'9'}"
label=""></ui-combo>

<!-- TABLE PARAMETERS -->
Expand All @@ -25,13 +25,13 @@
<ui-dg-column sortable field="DEF_VALUE" data-abap.bind="{type:'CHAR', length:'40'}" label="No field text"></ui-dg-column>
</ui-datagrid>

<ui-combo bind="ET_DEF_VAL.EQUNR" shlp.bind="{type: 'SH', id: 'EQUI'}" data-abap.bind="{type:'CHAR', alpha:'ALPHA', mid:'EQN', length:'18'}"
<ui-combo value.bind="ET_DEF_VAL.EQUNR" shlp.bind="{type: 'SH', id: 'EQUI'}" data-abap.bind="{type:'CHAR', alpha:'ALPHA', mid:'EQN', length:'18'}"
label="Equipment Number"></ui-combo>

<ui-combo bind="ET_DEF_VAL.FIELDNAME" shlp.bind="{type: 'CT', id: '/COE/PAM_FLD_VAL'}" data-abap.bind="{type:'CHAR', length:'30'}"
<ui-combo value.bind="ET_DEF_VAL.FIELDNAME" shlp.bind="{type: 'CT', id: '/COE/PAM_FLD_VAL'}" data-abap.bind="{type:'CHAR', length:'30'}"
label="No field text"></ui-combo>

<ui-input bind="ET_DEF_VAL.DEF_VALUE" data-abap.bind="{type:'CHAR', length:'40'}"
<ui-input value.bind="ET_DEF_VAL.DEF_VALUE" data-abap.bind="{type:'CHAR', length:'40'}"
label="No field text"></ui-input>

<!-- Parameter: ET_EQUIP_LIST structure: /COE/RBP_T_PAM_EQUI_DAT_HIER_L -->
Expand All @@ -56,47 +56,47 @@
<ui-dg-column sortable field="STATUS_DESCR" data-abap.bind="{type:'CHAR', length:'30'}" label="Object status"></ui-dg-column>
</ui-datagrid>

<ui-combo bind="ET_EQUIP_LIST.LOCATION" shlp.bind="{type: 'SH', id: 'IFLM'}" data-abap.bind="{type:'CHAR', alpha:'TPLNR', mid:'IFL', length:'30'}"
<ui-combo value.bind="ET_EQUIP_LIST.LOCATION" shlp.bind="{type: 'SH', id: 'IFLM'}" data-abap.bind="{type:'CHAR', alpha:'TPLNR', mid:'IFL', length:'30'}"
label="Functional Location"></ui-combo>

<ui-combo bind="ET_EQUIP_LIST.EQUIPMENT" shlp.bind="{type: 'SH', id: 'EQUI'}" data-abap.bind="{type:'CHAR', alpha:'ALPHA', mid:'EQN', length:'18'}"
<ui-combo value.bind="ET_EQUIP_LIST.EQUIPMENT" shlp.bind="{type: 'SH', id: 'EQUI'}" data-abap.bind="{type:'CHAR', alpha:'ALPHA', mid:'EQN', length:'18'}"
label="Equipment Number"></ui-combo>

<ui-input bind="ET_EQUIP_LIST.EQUIPMENT_DESCR" data-abap.bind="{type:'CHAR', length:'40'}"
<ui-input value.bind="ET_EQUIP_LIST.EQUIPMENT_DESCR" data-abap.bind="{type:'CHAR', length:'40'}"
label="Description of Technical Object"></ui-input>

<ui-combo bind="ET_EQUIP_LIST.EQUIP_TYPE" shlp.bind="{type: 'SH', id: 'S_WBWG'}" data-abap.bind="{type:'CHAR', mid:'MKL', length:'9'}"
<ui-combo value.bind="ET_EQUIP_LIST.EQUIP_TYPE" shlp.bind="{type: 'SH', id: 'S_WBWG'}" data-abap.bind="{type:'CHAR', mid:'MKL', length:'9'}"
label="Material Group"></ui-combo>

<ui-combo bind="ET_EQUIP_LIST.H_EQUIPMENT" shlp.bind="{type: 'SH', id: 'EQUI'}" data-abap.bind="{type:'CHAR', alpha:'ALPHA', mid:'EQN', length:'18'}"
<ui-combo value.bind="ET_EQUIP_LIST.H_EQUIPMENT" shlp.bind="{type: 'SH', id: 'EQUI'}" data-abap.bind="{type:'CHAR', alpha:'ALPHA', mid:'EQN', length:'18'}"
label="Equipment Number"></ui-combo>

<ui-input bind="ET_EQUIP_LIST.INVENT_NO" data-abap.bind="{type:'CHAR', length:'25'}"
<ui-input value.bind="ET_EQUIP_LIST.INVENT_NO" data-abap.bind="{type:'CHAR', length:'25'}"
label="Inventory number"></ui-input>

<ui-input bind="ET_EQUIP_LIST.SERIAL_NO" data-abap.bind="{type:'CHAR', alpha:'GERNR', mid:'SER', length:'18'}"
<ui-input value.bind="ET_EQUIP_LIST.SERIAL_NO" data-abap.bind="{type:'CHAR', alpha:'GERNR', mid:'SER', length:'18'}"
label="Serial Number"></ui-input>

<ui-date date.bind="ET_EQUIP_LIST.VALID_FROM" label="Valid-From Date"></ui-date>

<ui-date date.bind="ET_EQUIP_LIST.VALID_TO" label="Valid To Date"></ui-date>

<ui-input bind="ET_EQUIP_LIST.WEIGHT" data-abap.bind="{type:'QUAN', unit:'UOM', length:'10.3'}"
<ui-input value.bind="ET_EQUIP_LIST.WEIGHT" data-abap.bind="{type:'QUAN', unit:'UOM', length:'10.3'}"
label="Weight of object"></ui-input>

<ui-combo bind="ET_EQUIP_LIST.UOM" shlp.bind="{type: 'CT', id: 'T006'}" data-abap.bind="{type:'UNIT', alpha:'CUNIT', length:'3'}"
<ui-combo value.bind="ET_EQUIP_LIST.UOM" shlp.bind="{type: 'CT', id: 'T006'}" data-abap.bind="{type:'UNIT', alpha:'CUNIT', length:'3'}"
label="Unit of weight"></ui-combo>

<ui-input bind="ET_EQUIP_LIST.YEAR_OF_CONSTRUCT" data-abap.bind="{type:'CHAR', alpha:'GJAHR', length:'4'}"
<ui-input value.bind="ET_EQUIP_LIST.YEAR_OF_CONSTRUCT" data-abap.bind="{type:'CHAR', alpha:'GJAHR', length:'4'}"
label="Year of construction"></ui-input>

<ui-combo bind="ET_EQUIP_LIST.MATERIAL" shlp.bind="{type: 'SH', id: 'S_MAT1'}" data-abap.bind="{type:'CHAR', alpha:'MATN1', mid:'MAT', length:'18'}"
<ui-combo value.bind="ET_EQUIP_LIST.MATERIAL" shlp.bind="{type: 'SH', id: 'S_MAT1'}" data-abap.bind="{type:'CHAR', alpha:'MATN1', mid:'MAT', length:'18'}"
label="Material Number"></ui-combo>

<ui-input bind="ET_EQUIP_LIST.STATUS" data-abap.bind="{type:'CHAR', length:'4'}"
<ui-input value.bind="ET_EQUIP_LIST.STATUS" data-abap.bind="{type:'CHAR', length:'4'}"
label="Individual status of an object (short form)"></ui-input>

<ui-input bind="ET_EQUIP_LIST.STATUS_DESCR" data-abap.bind="{type:'CHAR', length:'30'}"
<ui-input value.bind="ET_EQUIP_LIST.STATUS_DESCR" data-abap.bind="{type:'CHAR', length:'30'}"
label="Object status"></ui-input>

<!-- Parameter: ET_FUNC_LOC_LIST structure: /COE/RBP_T_PAM_FUNC_LOC_EQUI_L -->
Expand All @@ -109,13 +109,13 @@
<ui-dg-column sortable field="FUNC_LOC_CAT" data-abap.bind="{type:'CHAR', length:'15'}" shlp.bind="{type: 'FV', id: '/COE/PAM_DOM_FUNC_LOC_CAT'}" label="No field text"></ui-dg-column>
</ui-datagrid>

<ui-combo bind="ET_FUNC_LOC_LIST.FUNCTLOCATION" shlp.bind="{type: 'SH', id: 'IFLM'}" data-abap.bind="{type:'CHAR', alpha:'TPLNR', mid:'IFL', length:'30'}"
<ui-combo value.bind="ET_FUNC_LOC_LIST.FUNCTLOCATION" shlp.bind="{type: 'SH', id: 'IFLM'}" data-abap.bind="{type:'CHAR', alpha:'TPLNR', mid:'IFL', length:'30'}"
label="Functional Location"></ui-combo>

<ui-input bind="ET_FUNC_LOC_LIST.DESCRIPT" data-abap.bind="{type:'CHAR', length:'40'}"
<ui-input value.bind="ET_FUNC_LOC_LIST.DESCRIPT" data-abap.bind="{type:'CHAR', length:'40'}"
label="Description of Technical Object"></ui-input>

<ui-combo bind="ET_FUNC_LOC_LIST.FUNC_LOC_CAT" shlp.bind="{type: 'FV', id: '/COE/PAM_DOM_FUNC_LOC_CAT'}" data-abap.bind="{type:'CHAR', length:'15'}"
<ui-combo value.bind="ET_FUNC_LOC_LIST.FUNC_LOC_CAT" shlp.bind="{type: 'FV', id: '/COE/PAM_DOM_FUNC_LOC_CAT'}" data-abap.bind="{type:'CHAR', length:'15'}"
label="No field text"></ui-combo>

<!-- Parameter: ET_RETURN structure: BAPIRET2_TAB -->
Expand All @@ -139,44 +139,44 @@
<ui-dg-column sortable field="SYSTEM" data-abap.bind="{type:'CHAR', alpha:'ALPHA', length:'10'}" shlp.bind="{type: 'CT', id: 'TBDLS'}" label="Logical system from which message originates"></ui-dg-column>
</ui-datagrid>

<ui-input bind="ET_RETURN.TYPE" data-abap.bind="{type:'CHAR', length:'1'}"
<ui-input value.bind="ET_RETURN.TYPE" data-abap.bind="{type:'CHAR', length:'1'}"
label="Message type: S Success, E Error, W Warning, I Info, A Abort"></ui-input>

<ui-combo bind="ET_RETURN.ID" shlp.bind="{type: 'CT', id: 'T100A'}" data-abap.bind="{type:'CHAR', length:'20'}"
<ui-combo value.bind="ET_RETURN.ID" shlp.bind="{type: 'CT', id: 'T100A'}" data-abap.bind="{type:'CHAR', length:'20'}"
label="Message Class"></ui-combo>

<ui-input bind="ET_RETURN.NUMBER" data-abap.bind="{type:'NUMC', length:'3'}"
<ui-input value.bind="ET_RETURN.NUMBER" data-abap.bind="{type:'NUMC', length:'3'}"
label="Message Number"></ui-input>

<ui-input bind="ET_RETURN.MESSAGE" data-abap.bind="{type:'CHAR', length:'220'}"
<ui-input value.bind="ET_RETURN.MESSAGE" data-abap.bind="{type:'CHAR', length:'220'}"
label="Message Text"></ui-input>

<ui-combo bind="ET_RETURN.LOG_NO" shlp.bind="{type: 'CH', id: 'BALHDR'}" data-abap.bind="{type:'CHAR', length:'20'}"
<ui-combo value.bind="ET_RETURN.LOG_NO" shlp.bind="{type: 'CH', id: 'BALHDR'}" data-abap.bind="{type:'CHAR', length:'20'}"
label="Application log: log number"></ui-combo>

<ui-combo bind="ET_RETURN.LOG_MSG_NO" shlp.bind="{type: 'CH', id: 'BALM'}" data-abap.bind="{type:'NUMC', length:'6'}"
<ui-combo value.bind="ET_RETURN.LOG_MSG_NO" shlp.bind="{type: 'CH', id: 'BALM'}" data-abap.bind="{type:'NUMC', length:'6'}"
label="Application log: Internal message serial number"></ui-combo>

<ui-input bind="ET_RETURN.MESSAGE_V1" data-abap.bind="{type:'CHAR', length:'50'}"
<ui-input value.bind="ET_RETURN.MESSAGE_V1" data-abap.bind="{type:'CHAR', length:'50'}"
label="Message Variable"></ui-input>

<ui-input bind="ET_RETURN.MESSAGE_V2" data-abap.bind="{type:'CHAR', length:'50'}"
<ui-input value.bind="ET_RETURN.MESSAGE_V2" data-abap.bind="{type:'CHAR', length:'50'}"
label="Message Variable"></ui-input>

<ui-input bind="ET_RETURN.MESSAGE_V3" data-abap.bind="{type:'CHAR', length:'50'}"
<ui-input value.bind="ET_RETURN.MESSAGE_V3" data-abap.bind="{type:'CHAR', length:'50'}"
label="Message Variable"></ui-input>

<ui-input bind="ET_RETURN.MESSAGE_V4" data-abap.bind="{type:'CHAR', length:'50'}"
<ui-input value.bind="ET_RETURN.MESSAGE_V4" data-abap.bind="{type:'CHAR', length:'50'}"
label="Message Variable"></ui-input>

<ui-input bind="ET_RETURN.PARAMETER" data-abap.bind="{type:'CHAR', length:'32'}"
<ui-input value.bind="ET_RETURN.PARAMETER" data-abap.bind="{type:'CHAR', length:'32'}"
label="Parameter Name"></ui-input>

<ui-input bind="ET_RETURN.ROW" data-abap.bind="{type:'INT4', length:'+10'}"
<ui-input value.bind="ET_RETURN.ROW" data-abap.bind="{type:'INT4', length:'+10'}"
label="Lines in parameter"></ui-input>

<ui-combo bind="ET_RETURN.FIELD" shlp.bind="{type: 'CT', id: 'DD03L'}" data-abap.bind="{type:'CHAR', length:'30'}"
<ui-combo value.bind="ET_RETURN.FIELD" shlp.bind="{type: 'CT', id: 'DD03L'}" data-abap.bind="{type:'CHAR', length:'30'}"
label="Field in parameter"></ui-combo>

<ui-combo bind="ET_RETURN.SYSTEM" shlp.bind="{type: 'CT', id: 'TBDLS'}" data-abap.bind="{type:'CHAR', alpha:'ALPHA', length:'10'}"
<ui-combo value.bind="ET_RETURN.SYSTEM" shlp.bind="{type: 'CT', id: 'TBDLS'}" data-abap.bind="{type:'CHAR', alpha:'ALPHA', length:'10'}"
label="Logical system from which message originates"></ui-combo>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// /COE/RBP_PAM_EQUIP_HIER_GET exception: 0 struct: 0 table: 4 var: 3
//
// abap 2.3.0 at: 2021-04-23 11:59:34
// abap 2.3.1 at: 2021-07-08 19:01:17
//

// prettier-ignore
Expand Down
Loading

0 comments on commit 123547b

Please sign in to comment.