Skip to content

Commit

Permalink
Added required fields for consumer type
Browse files Browse the repository at this point in the history
Change-Id: I31d6bf6b41eda6053dc5f4dedfdc1a6b89024d6d
  • Loading branch information
praveen-skp committed Aug 4, 2023
1 parent 6098bcc commit bc7eed3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion file-formats/srvc/type/zif_aff_srvc_v1.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ INTERFACE zif_aff_srvc_v1
odata TYPE ty_cons_type VALUE '01',
"! <p class="shorttext">Web Service</p>
"! Web service
"! $enumValue 'WebService'
web_service TYPE ty_cons_type VALUE '02',
"! <p class="shorttext">RFC</p>
"! RFC
Expand Down Expand Up @@ -43,12 +42,15 @@ INTERFACE zif_aff_srvc_v1
BEGIN OF ty_consumer,
"! <p class="shorttext">Type</p>
"! Type
"! $required
type TYPE ty_cons_type,
"! <p class="shorttext">Object Type</p>
"! Object type
"! $required
object_type TYPE c LENGTH 4,
"! <p class="shorttext">Object Name</p>
"! Object name
"! $required
object_name TYPE c LENGTH 40,
"! <p class="shorttext">Properties</p>
"! Properties
Expand Down

0 comments on commit bc7eed3

Please sign in to comment.