RSPDN1622684
RSPDN1622684
RSPDN1622684
Number 1622684
Description
In Fiori PDAP app the field should appear as Checkbox if the domain is XFELD and in the View model
setting the Input type is CHECKBOX.
Note: In the Fiori application we only support CHECKBOX and an empty Input Type, other types are
available only for Web App. The INVOICE_IND field is defined as Drop down list and the Input type
must be "No value" in the /EBY/PDBOC settings.
Pre-correction.
Corrections must be performed in BSP Application /EBY/FR_LIB.
1. Modify file common/fields/FieldControl.js of application /EBY/FR_LIB using SAP
transaction se80. And replace the current code with code from
1622684_FieldControl.js.txt file:
PROCESS DIRECTOR Note
2
PROCESS DIRECTOR Note
3
PROCESS DIRECTOR Note
On the next screen, choose second tab, enter in the SAPUI5 Repository field the value /EBY/FR_LIB
and press the execute button
4
PROCESS DIRECTOR Note
5
PROCESS DIRECTOR Note
6
PROCESS DIRECTOR Note
On the next screen, select the CREATE_PROPERTY method and press the Parameters button:
7
PROCESS DIRECTOR Note
8
PROCESS DIRECTOR Note
** For charactes we have different values of INTLEN for the same field (fo
r example CHAR20)
** when defined in structure or in view model. But we have field OUTPUTLEN
, then value
** is correct
mr_current_field->set_maxlength( li_out_len ).
WHEN 'LANG' OR 'UNIT' OR 'NUMC' OR 'CUKY'. "#EC NOTEXT
9
PROCESS DIRECTOR Note
ENDMETHOD.
10
PROCESS DIRECTOR Note
9. In the /EBY/PDBOC settings the input type for the INVOICE_IND field must be "No value".
Object type Component type GridNo Env. Logical level Field Web Type
IV WA_DOC 21 FI HEADER INVOICE_IND No value
IV WA_DOC 24 FI ACCOUNT INVOICE_IND No value
11