@@ -450,7 +450,7 @@ INTERFACE zif_aff_tran_v1
450450 "! Transaction UI Attributes Inheritance Mode controls how UI settings like screen variants
451451 "! or field attributes are inherited from a parent transaction to its variants, ensuring
452452 "! consistent user interfaces across related transactions.
453- inheritance_mode TYPE ty_ua_inheritance_mode,
453+ inheritance_mode TYPE ty_ua_inheritance_mode,
454454 "! <p class="shorttext">UI Classification</p>
455455 "! Professional User Transactions emulate SAP GUI for Windows, suited for expert users handling complex tasks.
456456 "! Easy Web Transactions offer a simplified, web-friendly UI via SAP GUI for HTML, ideal for casual users,
@@ -460,21 +460,21 @@ INTERFACE zif_aff_tran_v1
460460 "! The Service Name of an Internet Application Component (IAC) links a transaction to a web service,
461461 "! enabling its execution via a browser. It's required for Easy Web Transactions if the service
462462 "! name differs from the transaction name.
463- iac_service_name TYPE c LENGTH 14 ,
463+ iac_service_name TYPE c LENGTH 14 ,
464464 "! <p class="shorttext">Pervasive Enabled</p>
465465 "! Transaction Pervasive Mode enables a simplified, responsive UI for transactions on various devices,
466466 "! like tablets or smartphones. It's designed for casual users needing quick, intuitive access to core
467467 "! functions with minimal screen complexity.
468- pervasive_mode TYPE ty_ua_pervasive_mode,
468+ pervasive_mode TYPE ty_ua_pervasive_mode,
469469 "! <p class="shorttext">SAP GUI for HTML</p>
470470 "! The transaction supports the start from SAP GUI for HTML.
471- webgui_mode TYPE ty_ua_support_mode,
471+ webgui_mode TYPE ty_ua_support_mode,
472472 "! <p class="shorttext">SAP GUI for Java</p>
473473 "! The transaction supports the start from SAP GUI for Java.
474- platin_mode TYPE ty_ua_support_mode,
474+ platin_mode TYPE ty_ua_support_mode,
475475 "! <p class="shorttext">SAP GUI for Windows</p>
476476 "! The transaction supports the start from SAP GUI for Windows.
477- win32_mode TYPE ty_ua_support_mode,
477+ win32_mode TYPE ty_ua_support_mode,
478478 END OF ty_ua.
479479
480480 TYPES :
0 commit comments