@@ -42,9 +42,9 @@ INTERFACE zif_aff_tran_v1
4242
4343 "! <p class="shorttext">Program</p>
4444 "! Program name
45- TYPES ty_program_name TYPE c LENGTH 40 .
45+ TYPES ty_program_name TYPE zif_aff_types_v1=>ty_object_name_40 .
4646 "! <p class="shorttext">Dynpro</p>
47- "! Transaction Start Dynpro Number for Dialog Transaction
47+ "! Transaction start dynpro number for dialog transaction
4848 TYPES ty_program_dynnr TYPE c LENGTH 4 .
4949
5050 "! $values {@link zif_aff_tran_v1.data:co_lock_status}
@@ -124,9 +124,9 @@ INTERFACE zif_aff_tran_v1
124124
125125 "! <p class="shorttext">Report</p>
126126 "! Report name
127- TYPES ty_report_name TYPE c LENGTH 40 .
127+ TYPES ty_report_name TYPE zif_aff_types_v1=>ty_object_name_40 .
128128 "! <p class="shorttext">Selection Screen</p>
129- "! Transaction Start Selection Screen for Report Transaction
129+ "! Transaction start selection screen for the report transaction
130130 TYPES ty_report_dynnr TYPE c LENGTH 4 .
131131
132132 "! <p class="shorttext">Variant</p>
@@ -147,10 +147,10 @@ INTERFACE zif_aff_tran_v1
147147
148148 "! <p class="shorttext">Program Name</p>
149149 "! Program name
150- TYPES ty_class_program_name TYPE c LENGTH 40 .
150+ TYPES ty_class_program_name TYPE zif_aff_types_v1=>ty_object_name_40 .
151151 "! <p class="shorttext">Class</p>
152152 "! Class name
153- TYPES ty_class_name TYPE c LENGTH 30 .
153+ TYPES ty_class_name TYPE zif_aff_types_v1=>ty_object_name_30 .
154154 "! <p class="shorttext">Method</p>
155155 "! Method name
156156 TYPES ty_method_name TYPE c LENGTH 61 .
@@ -226,10 +226,10 @@ INTERFACE zif_aff_tran_v1
226226 TYPES ty_var_parent_transaction_code TYPE ty_transaction_code.
227227 "! <p class="shorttext">Cross-Client Transaction Variant</p>
228228 "! Name of cross-client transaction variant
229- TYPES ty_transaction_ci_variant_name TYPE c LENGTH 30 .
229+ TYPES ty_transaction_ci_variant_name TYpe zif_aff_types_v1=>ty_object_name_30 .
230230 "! <p class="shorttext">Transaction Variant</p>
231231 "! Name of transaction variant
232- TYPES ty_transaction_variant_name TYPE c LENGTH 30 .
232+ TYPES ty_transaction_variant_name TYPE zif_aff_types_v1=>ty_object_name_30 .
233233 TYPES :
234234 BEGIN OF ty_variant_transaction,
235235 "! <p class="shorttext">Parent Transaction</p>
@@ -388,7 +388,7 @@ INTERFACE zif_aff_tran_v1
388388 TYPES ty_auth_field TYPE c LENGTH 10 .
389389 "! <p class="shorttext">Authorization Value</p>
390390 "! Authorization value
391- TYPES ty_auth_value TYPE c LENGTH 40 .
391+ TYPES ty_auth_value TYPE zif_aff_types_v1=>ty_object_name_40 .
392392
393393 TYPES :
394394 "! <p class="shorttext">Start Authorization Object Field Value</p>
0 commit comments