diff --git a/file-formats/srvc/srvc-v1.json b/file-formats/srvc/srvc-v1.json index 17802695e..739e64cb6 100644 --- a/file-formats/srvc/srvc-v1.json +++ b/file-formats/srvc/srvc-v1.json @@ -37,17 +37,14 @@ "type": "string", "enum": [ "standard", - "keyUser", "cloudDevelopment" ], "enumTitles": [ "Standard", - "ABAP for Key Users", "ABAP Cloud Development" ], "enumDescriptions": [ "Standard", - "ABAP for key user extensibility", "ABAP cloud development" ], "default": "standard" @@ -71,20 +68,17 @@ "enum": [ "OData", "WebService", - "RFC", - "HTTP" + "RFC" ], "enumTitles": [ "OData", "Web Service", - "RFC", - "HTTP" + "RFC" ], "enumDescriptions": [ "OData", "Web service", - "RFC", - "HTTP" + "RFC" ] }, "objectType": { @@ -104,8 +98,8 @@ "description": "Properties", "type": "array", "items": { - "title": "Connection Property", - "description": "Connection property", + "title": "Consumer Property Details", + "description": "Consumer property details", "type": "object", "properties": { "id": { diff --git a/file-formats/srvc/type/zif_aff_srvc_v1.intf.abap b/file-formats/srvc/type/zif_aff_srvc_v1.intf.abap index 3ced3e75d..c035e02f1 100644 --- a/file-formats/srvc/type/zif_aff_srvc_v1.intf.abap +++ b/file-formats/srvc/type/zif_aff_srvc_v1.intf.abap @@ -19,27 +19,23 @@ INTERFACE zif_aff_srvc_v1 "! RFC "! $enumValue 'RFC' rfc TYPE ty_cons_type VALUE '03', - "!

HTTP

- "! HTTP - "! $enumValue 'HTTP' - http TYPE ty_cons_type VALUE '04', END OF co_cons_type. TYPES: - "!

Connection Property

- "! Connection property - BEGIN OF ty_connection_property, + "!

Consumer Property Details

+ "! Consumer property details + BEGIN OF ty_consumer_property, "!

Id

"! Id id TYPE c LENGTH 40, "!

Value

"! Value value TYPE c LENGTH 40, - END OF ty_connection_property. + END OF ty_consumer_property. - "!

Connection Properties

- "! Connection properties - TYPES ty_connection_properties TYPE TABLE OF ty_connection_property WITH DEFAULT KEY. + "!

Consumer Properties

+ "! Consumer properties + TYPES ty_consumer_properties TYPE TABLE OF ty_consumer_property WITH DEFAULT KEY. TYPES: "!

Consumer Information

@@ -56,7 +52,7 @@ INTERFACE zif_aff_srvc_v1 object_name TYPE c LENGTH 40, "!

Properties

"! Properties - properties TYPE ty_connection_properties, + properties TYPE ty_consumer_properties, END OF ty_consumer. TYPES: @@ -68,7 +64,7 @@ INTERFACE zif_aff_srvc_v1 "!

Header

"! Header "! $required - header TYPE zif_aff_types_v1=>ty_header_60, + header TYPE zif_aff_types_v1=>ty_header_60_cloud, "!

Consumer

"! Consumer "! $required