We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f9fd5 commit f18db26Copy full SHA for f18db26
file-formats/msag/msag-v1.json
@@ -53,8 +53,8 @@
53
"maxLength": 3
54
},
55
"text": {
56
- "title": "Short Text",
57
- "description": "Short text",
+ "title": "Message Text",
+ "description": "Message text",
58
"type": "string",
59
"maxLength": 73
60
}
file-formats/msag/type/zif_aff_msag_v1.intf.abap
@@ -8,8 +8,8 @@ INTERFACE zif_aff_msag_v1
8
"! <p class="shorttext">Message Number</p>
9
"! Message number
10
number TYPE c LENGTH 3,
11
- "! <p class="shorttext">Short Text</p>
12
- "! Short text
+ "! <p class="shorttext">Message Text</p>
+ "! Message text
13
text TYPE c LENGTH 73,
14
END OF ty_message.
15
0 commit comments