openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_PRT_PCD_URLS_GET: post: tags: - CRMC_PRT_URL_CHECK operationId: /rfc/CRM_PRT_PCD_URLS_GET requestBody: content: application/json: schema: properties: IM_SOURCE_SINGLE_ROLE: type: string maxLength: 30 IM_TARGET_SINGLE_ROLE: type: string maxLength: 30 PCD_URLS: type: array items: type: object properties: MANDT: type: string maxLength: 3 description: Client ROLE_NAME: type: string maxLength: 30 description: Role Name OBJECTTYPE: type: string maxLength: 20 description: Object Type for Navigation METHOD: type: string maxLength: 20 description: Method for Navigation ROLE_PRIO: type: integer format: int64 description: Priority of Role Regarding Object Method IMPL_TYPE: type: string maxLength: 1 description: 'Implementation Type enumValues: C=BSP on Portal Page,P=Portal Page (Default),W=iView Without Portal Frame in Separate Window,T=Transaction (Not Included in Nav. Bar) (EP5 Only),S=BSP as External Service,E=External Service (Default),U=Transaction (Contained in Navigation Bar)' enum: - C - P - W - T - S - E - U APPLICATION: type: string maxLength: 20 description: Application Scenario BLVIEW: type: string maxLength: 10 description: View for UI Display ID_PORTAL_SRV: type: string maxLength: 255 description: Portal Service ID (Page or External Service/BSP) ID_PORTAL_CTX: type: string maxLength: 255 description: Portal Context PCD Locator required: - IM_SOURCE_SINGLE_ROLE - IM_TARGET_SINGLE_ROLE responses: '200': description: OK content: application/json: schema: properties: EX_MESSAGE_TEXT: type: string maxLength: 255 EX_SOURCE_PORTAL_ROLE: type: string maxLength: 255 EX_TARGET_PORTAL_ROLE: type: string maxLength: 255 EX_TARGET_PRIORITY: type: integer format: int64 PCD_URLS: type: array items: type: object properties: MANDT: type: string maxLength: 3 description: Client ROLE_NAME: type: string maxLength: 30 description: Role Name OBJECTTYPE: type: string maxLength: 20 description: Object Type for Navigation METHOD: type: string maxLength: 20 description: Method for Navigation ROLE_PRIO: type: integer format: int64 description: Priority of Role Regarding Object Method IMPL_TYPE: type: string maxLength: 1 description: 'Implementation Type enumValues: C=BSP on Portal Page,P=Portal Page (Default),W=iView Without Portal Frame in Separate Window,T=Transaction (Not Included in Nav. Bar) (EP5 Only),S=BSP as External Service,E=External Service (Default),U=Transaction (Contained in Navigation Bar)' enum: - C - P - W - T - S - E - U APPLICATION: type: string maxLength: 20 description: Application Scenario BLVIEW: type: string maxLength: 10 description: View for UI Display ID_PORTAL_SRV: type: string maxLength: 255 description: Portal Service ID (Page or External Service/BSP) ID_PORTAL_CTX: type: string maxLength: 255 description: Portal Context PCD Locator '400': description: Bad request. 5XX: description: Unexpected error.