SAP DOCUMENTATION
SAP CC 3.0 Web Services | Data Models | Service Endpoints | Safe Operations | Security | System Configuration

lExporting

Message Types and Data Types

Service Operations (Technical Names)

This process component provides the following service operations:

Use this information when preparing the implementation phase of your project. During the developments, use the WSDL provided by a running SAP CC Core Server system at the appropriate endpoint over HTTP. Use the technical name of this process component (lExporting) to determine the relevant endpoint URL.

Legend
  • The XML elements are ordered and required by default. Each element is described on a line by its:
    • Name
    • Type (or base type)
    • Use: Optional (*), required (default), prohibited
    • Occurrence: Unique (default), multiple
    • Nillable attribute
    • Restricted enumeration
  • The attributes are prefixed using the @ character. Each attribute is described on a line by its:
    • Name
    • Type (or base type)
    • Use: Optional (*) (default), required, prohibited
    • Restricted enumeration

Important Note (*)

This documentation is based on the XML Schema handled by SAP CC. It does not show the conditional elements or attributes at business level. However conditional constraints may exist on certain elements or attributes that are tagged as optional. Refer to the annotations or comments that precise the final business use.

chargePlansExportAsL

Service Operation

Message Types

The following message types are specified for the chargePlansExportAsL operation:

chargePlansExportAsLRequest

message type

Structure

The chargePlansExportAsLRequest message type is structured as follows:

  • id (String256)
  • chargePlanReference (ChargePlanReference, multiple)
    • chargePlanId (String256)
    • originalChargePlanId (String256, optional)
  • schemaName (String256, optional)
  • pricePlanProcedureName (String256)
  • activationProcedureName (String256)
  • dateRange (DateRange, optional)
    • min (DateBoundary)
      • @included (boolean)
    • max (DateBoundary)
      • @included (boolean)

chargePlansExportAsLResponse

message type

Structure

The chargePlansExportAsLResponse message type is structured as follows:

  • id (String256)
  • pricePlanProcedure (string, optional)
  • activationProcedure (string, optional)
  • status (ResponseStatus, {return|error})
  • message (string, optional)
  • error (Failure, optional)
    • category (FailureCategory, optional, {alreadyExists|doesNotExist|invalid|prerequisiteMissing|incompatibleConfiguration|illegalState|temporaryIllegalState})
    • message (string, optional)
    • cause (FailureCause, optional)
      • module (string)
      • code (int)
      • message (string)
    • causedBy (FailureCause, optional, multiple)
      • module (string)
      • code (int)
      • message (string)

chargePlansExportAsLMass

Service Operation

Message Types

The following message types are specified for the chargePlansExportAsLMass operation:

chargePlansExportAsLMassRequest

message type

Structure

The chargePlansExportAsLMassRequest message type is structured as follows:

  • chargePlansExportAsLRequest (chargePlansExportAsLRequest, multiple (max: 1000))

chargePlansExportAsLMassResponse

message type

Structure

The chargePlansExportAsLMassResponse message type is structured as follows:

  • chargePlansExportAsLResponse (chargePlansExportAsLResponse, optional, multiple (max: 1000))
  • failures (Integer, optional)
  • status (ResponseStatus, {return|error})
  • message (string, optional)
  • error (Failure, optional)
    • category (FailureCategory, optional, {alreadyExists|doesNotExist|invalid|prerequisiteMissing|incompatibleConfiguration|illegalState|temporaryIllegalState})
    • message (string, optional)
    • cause (FailureCause, optional)
      • module (string)
      • code (int)
      • message (string)
    • causedBy (FailureCause, optional, multiple)
      • module (string)
      • code (int)
      • message (string)
Copyright© 2011 SAP AG