on 2020 Jul 09 7:55 AM
Hi experts,
I want to add the suggestion row and column in define condition range field .Like as below image.
I can add suggestion item in filter of value help and input field . But I can't in define condition .
Here is my logic to show the field in define condition .
this._oValueHelpDialog.setRangeKeyFields([{
label: "Partner",
key : "partner",
typeInstance: new typeString({}, {
maxLength: 7}),
}]);
Although I think , I should add the input class within setRangeKeyFields method . It doesn't work.
How should I do ?
this._oValueHelpDialog.setRangeKeyFields([{
label: "Partner",
key : "partner",
Input: new sap.m.Input("partner", {
type: sap.m.InputType.Text,
placeholder: 'Enter Partner ...',
showSuggestion: true,
suggestionItems: {
path: "/Z_CDS_PARTNER",
template: new sap.ui.core.Item({
text: "{partner}"
})},
showValueHelp: true}),
typeInstance: new typeString({}, {
maxLength: 7}),
}]);
Best Regards,
Phyo
Request clarification before answering.
Hi experts,
Hi, i have the same problem i need to put Value Help Dialog over define condition,
did you solve the problem?
regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
58 | |
10 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.