Skip to content

Commit

Permalink
replace spras with ty_main_language
Browse files Browse the repository at this point in the history
  • Loading branch information
RuixingYangSAP authored Dec 5, 2024
1 parent f908a27 commit e5fe32d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion file-formats/rvbc/rvbc-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"title": "Main Language",
"description": "Main Language",
"type": "string",
"minLength": 2
"maxLength": 1
},
"abapLanguageVersion": {
"title": "ABAP Language Version",
Expand Down
2 changes: 1 addition & 1 deletion file-formats/rvbc/type/zif_aff_rvbc_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ INTERFACE zif_aff_rvbc_v1
extensibility_mode TYPE ty_extensibility_mode,
"! <p class="shorttext">Main Language</p>
"! Main Language
main_language TYPE spras,
main_language TYPE ty_main_language,
"! <p class="shorttext">ABAP Language Version</p>
"! ABAP Language Version
abap_language_version TYPE ty_abap_language_version,
Expand Down

0 comments on commit e5fe32d

Please sign in to comment.