<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Question3 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question3/m-p/3679274#M886019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;following are the common transport codes and their error codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result code Value Meaning &lt;/P&gt;&lt;P&gt;kOTBadAddressErr -3150 The specified protocol address was in an incorrect format or contained illegal information. &lt;/P&gt;&lt;P&gt;kOTBadOptionErr -3151 The specified protocol options were in an incorrect format or contained illegal information. &lt;/P&gt;&lt;P&gt;kOTAccessErr -3152 The user does not have permission to negotiate the specified address or options. &lt;/P&gt;&lt;P&gt;kOTBadReferenceErr -3153 The specified EndpointRef or TEndpoint * does not refer to a valid endpoint. &lt;/P&gt;&lt;P&gt;kOTNoAddressErr -3154 The endpoint could not allocate an address, or an address was required and not supplied by the client. &lt;/P&gt;&lt;P&gt;kOTOutStateErr -3155 The function was issued in the wrong sequence. &lt;/P&gt;&lt;P&gt;kOTBadSequenceErr -3156 An invalid sequence number was specified, or a NULL call pointer was specified when rejecting a connection request. &lt;/P&gt;&lt;P&gt;kOTLookErr -3158 An asynchronous event has occurred on this endpoint. &lt;/P&gt;&lt;P&gt;kOTBadDataErr -3159 The amount of client data specified was not within the bounds allowed by the endpoint. &lt;/P&gt;&lt;P&gt;kOTBufferOverflowErr -3160 The number of bytes allocated to hold a result is greater than zero, but not sufficient to store the result. &lt;/P&gt;&lt;P&gt;kOTFlowErr -3161 The endpoint is in asynchronous mode, but the flow control mechanism prevents the endpoint from accepting any data at this time. &lt;/P&gt;&lt;P&gt;kOTNoDataErr -3162 This endpoint is in non-blocking mode, but no data is currently available. It is also returned by LookupName when no names are found. &lt;/P&gt;&lt;P&gt;kOTNoDisconnectErr -3163 No disconnect indication is available. &lt;/P&gt;&lt;P&gt;kOTNoUDErrErr -3164 No unit data error indication currently exists on this endpoint. &lt;/P&gt;&lt;P&gt;kOTBadFlagErr -3165 An invalid flag was specified. &lt;/P&gt;&lt;P&gt;kOTNoReleaseErr -3166 No orderly release indication currently exists on this endpoint. &lt;/P&gt;&lt;P&gt;kOTNotSupportedErr -3167 This action is not supported by this endpoint. &lt;/P&gt;&lt;P&gt;kOTStateChangeErr -3168 The endpoint is undergoing a transient state change. This error is returned when a function call is made while an endpoint is in the process of changing states. The client should wait for an event indicating the endpoint has finished changing state and call the function again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The equivalent state-change error code, TSTATECHNG, is not described in the 1992 X/Open XTI specification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is also returned if you attempt to use an "incompatible" function while another operation is still ongoing (for example: calling SndUData while an OptionManagement call is still outstanding). &lt;/P&gt;&lt;P&gt;kOTStructureTypeErr -3169 An unsupported structure type was passed in the structType field. This error is also returned when the structType field is inconsistent with the endpoint type. &lt;/P&gt;&lt;P&gt;kOTBadNameErr -3170 The endpoint name is invalid. &lt;/P&gt;&lt;P&gt;kOTBadQLenErr -3171 The argument qlen when the endpoint was bound with Bind was zero. &lt;/P&gt;&lt;P&gt;kOTAddressBusyErr -3172 The requested address is in use, or this endpoint does not support multiple connections with the same local and remote addresses. This result code indicates that a connection already exists. As a return value for a Bind call, it may also indicate that no dynamic addresses are available for protocols or configuration methods that allow dynamic addressing.  &lt;/P&gt;&lt;P&gt;kOTIndOutErr -3173 There are outstanding connection indications on the endpoint. All other connection indications must be handled either by rejecting them with SndDisconnect, or by accepting them with Accept. &lt;/P&gt;&lt;P&gt;kOTProviderMismatchErr -3174 The endpoint that is to accept the connection is not the same kind of endpoint as this one. &lt;/P&gt;&lt;P&gt;kOTResQLenErr -3175 When this endpoint was bound (see Bind), the qlen parameter was greater than zero. But to accept a connection on an alternate end-point, such as this one, the endpoint must be bound with a qlen parameter equal to zero. &lt;/P&gt;&lt;P&gt;kOTResAddressErr -3176 The address to which this endpoint is bound differs from that of the endpoint that received the connection request; thus, this endpoint cannot accept this connection request. &lt;/P&gt;&lt;P&gt;kOTQFullErr -3177 The maximum number of outstanding indications has been reached for the endpoint. &lt;/P&gt;&lt;P&gt;kOTProtocolErr -3178 An unspecified protocol error occurred. &lt;/P&gt;&lt;P&gt;kOTBadSyncErr -3179 A call to Sync was made at non-SystemTask time. &lt;/P&gt;&lt;P&gt;kOTCanceledErr -3180 An outstanding call was canceled. &lt;/P&gt;&lt;P&gt;kOTNoError 0000 The function completed execution without error. &lt;/P&gt;&lt;P&gt;kENOENTErr  -3201 Requested information does not exist. This error literally means no such file or directory. In XTI (and Open Transport), a function returns this result when you try to open an endpoint or mapper that does not exist in the system, or to operate on an &lt;/P&gt;&lt;P&gt;kENIOErr  -3204 An I/O error occurred. &lt;/P&gt;&lt;P&gt;kENXIOErr  -3205 No such device or address. &lt;/P&gt;&lt;P&gt;kEBADFErr  -3208 The provider reference or stream reference supplied to the function was not valid. &lt;/P&gt;&lt;P&gt;kEAGAINErr  -3210 A provider is in non-blocking mode and cannot perform this operation now; Open Transport would have to block to complete the request. Try again later. &lt;/P&gt;&lt;P&gt;kENOMEMErr,kOTOutOfMemoryErr  -3211 Open Transport cannot allocate enough memory to meet your request. Open Transport has run out of internal memory. This might happen, for example, if you are doing a lot of asynchronous sends and not acknowledging sends, which means that Open Transport has to copy the data being sent into its own internal buffers.  &lt;/P&gt;&lt;P&gt;kEBUSYErr  -3215 The device you are trying to access is busy and could not complete your request. &lt;/P&gt;&lt;P&gt;kOTDuplicateFoundErr  -3216 You are attempting to register a port or other entity that already exists. &lt;/P&gt;&lt;P&gt;kEINVALErr  -3221 You attempted an invalid operation, or you passed an invalid parameter. &lt;/P&gt;&lt;P&gt;kEDEADLKErr  -3234 In order to complete the requested operation, the endpoint provider would have to block, and the endpoint is in nonblocking mode. &lt;/P&gt;&lt;P&gt;kEADDRINUSEErr  -3247 The address is in use and is not available for the current function. &lt;/P&gt;&lt;P&gt;kEADDRNOTAVAILErr  -3248 The address is not available or the requested address is not appropriate for the current function because the function requires a multicast address. &lt;/P&gt;&lt;P&gt;kENETDOWNErr  -3249 TCP/IP error. The path to a network number is currently unavailable. &lt;/P&gt;&lt;P&gt;kENETUNREACHErr  -3250 TCP/IP error. The path to a network number does not exist. &lt;/P&gt;&lt;P&gt;kENETRESETErr  -3251 Unknown. &lt;/P&gt;&lt;P&gt;kECONNABORTEDErr  -3252 Unknown. &lt;/P&gt;&lt;P&gt;kECONNRESETErr  -3253 The connection was reset, possibly due to a problem with security and authentication. &lt;/P&gt;&lt;P&gt;kENOBUFSErr  -3254 The operation failed because no buffer space was available. &lt;/P&gt;&lt;P&gt;kEISCONNErr  -3255 Reserved. &lt;/P&gt;&lt;P&gt;kENOTCONNErr  -3256 Reserved. &lt;/P&gt;&lt;P&gt;kESHUTDOWNErr  -3257 An operation was aborted because the machine is shutting down. This error code is also used by sockets. &lt;/P&gt;&lt;P&gt;kETOOMANYREFSErr  -3258 Unused error code. &lt;/P&gt;&lt;P&gt;kETIMEDOUTErr  -3259 The requested operation timed out. &lt;/P&gt;&lt;P&gt;kECONNREFUSEDErr  -3260 TCP/IP error code. The port is unreachable (as opposed to the host being unreachable). The positive version of this error code (kECONNREFUSED) is returned by Open Transport as a reason code in a disconnect message, indicating that the other side refused the connection. &lt;/P&gt;&lt;P&gt;kEHOSTDOWNErr  -3263 TCP/IP error. A host address is currently unavailable. &lt;/P&gt;&lt;P&gt;kEHOSTUNREACHErr  -3264 TCP/IP error. A host address cannot be reached. &lt;/P&gt;&lt;P&gt;kEPROTOErr  -3269 A catastrophic error has occurred which probably renders the underlying stream unusable. This error is the same as the kTPROTOErr, but is used where an XTI error code is not appropriate. &lt;/P&gt;&lt;P&gt;kETIMEErr  -3270 An Ioctl command has timed out instead of completing normally. &lt;/P&gt;&lt;P&gt;kENOSRErr  -3271 Open Transport cannot allocate enough system resources (usually stream messages) to meet your request. &lt;/P&gt;&lt;P&gt;kOTClientNotInittedErr  -3279 The client has not called the InitOpenTransport function or the InitOpenTransportUtilities function. &lt;/P&gt;&lt;P&gt;kOTPortHasDiedErr  -3280 Your notifier is sent the event kOTProviderIsClosed and returns this result code if a port that your provider is using is disabled because it was unregistered. &lt;/P&gt;&lt;P&gt;kOTPortWasEjectedErr  -3281 Your notifier is sent the event kOTProviderIsClosed and returns this result code. &lt;/P&gt;&lt;P&gt;kOTBadConfigurationErr  -3282 Open Transport is attempting to bring up the TCP/IP stack but can't because it's improperly configured in the TCP/IP control panel. &lt;/P&gt;&lt;P&gt;kOTConfigurationChangedErr  -3283 This is an event code that's sent to the client's notifier (the one you register with the OTRegisterAsClient function) when variister with the OTRegisterAsClient function) when various AppleTalk-related things (like the current zone) change. &lt;/P&gt;&lt;P&gt;kOTUserRequestedErr  -3284 Your notifier is sent the event kOTProviderIsClosed and returns this result code if a port that your provider is using is disabled because the user switched configurations. &lt;/P&gt;&lt;P&gt;kOTPortLostConnection  -3285 Your notifier is sent the event kOTProviderIsClosed and returns this result code if a port that your provider is using is disabled because it lost the connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Apr 2008 04:17:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-06T04:17:36Z</dc:date>
    <item>
      <title>Question3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question3/m-p/3679273#M886018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir ,&lt;/P&gt;&lt;P&gt;This are question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;11.What are common transport errors and their codes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12.Transport request types and its syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;13.Where will u find transport error logs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;14.How to do transport at OS level?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15.How to transport objects from Production to Development?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;16.How to define instances and operation modes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 03:41:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question3/m-p/3679273#M886018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T03:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Question3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question3/m-p/3679274#M886019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;following are the common transport codes and their error codes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result code Value Meaning &lt;/P&gt;&lt;P&gt;kOTBadAddressErr -3150 The specified protocol address was in an incorrect format or contained illegal information. &lt;/P&gt;&lt;P&gt;kOTBadOptionErr -3151 The specified protocol options were in an incorrect format or contained illegal information. &lt;/P&gt;&lt;P&gt;kOTAccessErr -3152 The user does not have permission to negotiate the specified address or options. &lt;/P&gt;&lt;P&gt;kOTBadReferenceErr -3153 The specified EndpointRef or TEndpoint * does not refer to a valid endpoint. &lt;/P&gt;&lt;P&gt;kOTNoAddressErr -3154 The endpoint could not allocate an address, or an address was required and not supplied by the client. &lt;/P&gt;&lt;P&gt;kOTOutStateErr -3155 The function was issued in the wrong sequence. &lt;/P&gt;&lt;P&gt;kOTBadSequenceErr -3156 An invalid sequence number was specified, or a NULL call pointer was specified when rejecting a connection request. &lt;/P&gt;&lt;P&gt;kOTLookErr -3158 An asynchronous event has occurred on this endpoint. &lt;/P&gt;&lt;P&gt;kOTBadDataErr -3159 The amount of client data specified was not within the bounds allowed by the endpoint. &lt;/P&gt;&lt;P&gt;kOTBufferOverflowErr -3160 The number of bytes allocated to hold a result is greater than zero, but not sufficient to store the result. &lt;/P&gt;&lt;P&gt;kOTFlowErr -3161 The endpoint is in asynchronous mode, but the flow control mechanism prevents the endpoint from accepting any data at this time. &lt;/P&gt;&lt;P&gt;kOTNoDataErr -3162 This endpoint is in non-blocking mode, but no data is currently available. It is also returned by LookupName when no names are found. &lt;/P&gt;&lt;P&gt;kOTNoDisconnectErr -3163 No disconnect indication is available. &lt;/P&gt;&lt;P&gt;kOTNoUDErrErr -3164 No unit data error indication currently exists on this endpoint. &lt;/P&gt;&lt;P&gt;kOTBadFlagErr -3165 An invalid flag was specified. &lt;/P&gt;&lt;P&gt;kOTNoReleaseErr -3166 No orderly release indication currently exists on this endpoint. &lt;/P&gt;&lt;P&gt;kOTNotSupportedErr -3167 This action is not supported by this endpoint. &lt;/P&gt;&lt;P&gt;kOTStateChangeErr -3168 The endpoint is undergoing a transient state change. This error is returned when a function call is made while an endpoint is in the process of changing states. The client should wait for an event indicating the endpoint has finished changing state and call the function again. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The equivalent state-change error code, TSTATECHNG, is not described in the 1992 X/Open XTI specification. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error is also returned if you attempt to use an "incompatible" function while another operation is still ongoing (for example: calling SndUData while an OptionManagement call is still outstanding). &lt;/P&gt;&lt;P&gt;kOTStructureTypeErr -3169 An unsupported structure type was passed in the structType field. This error is also returned when the structType field is inconsistent with the endpoint type. &lt;/P&gt;&lt;P&gt;kOTBadNameErr -3170 The endpoint name is invalid. &lt;/P&gt;&lt;P&gt;kOTBadQLenErr -3171 The argument qlen when the endpoint was bound with Bind was zero. &lt;/P&gt;&lt;P&gt;kOTAddressBusyErr -3172 The requested address is in use, or this endpoint does not support multiple connections with the same local and remote addresses. This result code indicates that a connection already exists. As a return value for a Bind call, it may also indicate that no dynamic addresses are available for protocols or configuration methods that allow dynamic addressing.  &lt;/P&gt;&lt;P&gt;kOTIndOutErr -3173 There are outstanding connection indications on the endpoint. All other connection indications must be handled either by rejecting them with SndDisconnect, or by accepting them with Accept. &lt;/P&gt;&lt;P&gt;kOTProviderMismatchErr -3174 The endpoint that is to accept the connection is not the same kind of endpoint as this one. &lt;/P&gt;&lt;P&gt;kOTResQLenErr -3175 When this endpoint was bound (see Bind), the qlen parameter was greater than zero. But to accept a connection on an alternate end-point, such as this one, the endpoint must be bound with a qlen parameter equal to zero. &lt;/P&gt;&lt;P&gt;kOTResAddressErr -3176 The address to which this endpoint is bound differs from that of the endpoint that received the connection request; thus, this endpoint cannot accept this connection request. &lt;/P&gt;&lt;P&gt;kOTQFullErr -3177 The maximum number of outstanding indications has been reached for the endpoint. &lt;/P&gt;&lt;P&gt;kOTProtocolErr -3178 An unspecified protocol error occurred. &lt;/P&gt;&lt;P&gt;kOTBadSyncErr -3179 A call to Sync was made at non-SystemTask time. &lt;/P&gt;&lt;P&gt;kOTCanceledErr -3180 An outstanding call was canceled. &lt;/P&gt;&lt;P&gt;kOTNoError 0000 The function completed execution without error. &lt;/P&gt;&lt;P&gt;kENOENTErr  -3201 Requested information does not exist. This error literally means no such file or directory. In XTI (and Open Transport), a function returns this result when you try to open an endpoint or mapper that does not exist in the system, or to operate on an &lt;/P&gt;&lt;P&gt;kENIOErr  -3204 An I/O error occurred. &lt;/P&gt;&lt;P&gt;kENXIOErr  -3205 No such device or address. &lt;/P&gt;&lt;P&gt;kEBADFErr  -3208 The provider reference or stream reference supplied to the function was not valid. &lt;/P&gt;&lt;P&gt;kEAGAINErr  -3210 A provider is in non-blocking mode and cannot perform this operation now; Open Transport would have to block to complete the request. Try again later. &lt;/P&gt;&lt;P&gt;kENOMEMErr,kOTOutOfMemoryErr  -3211 Open Transport cannot allocate enough memory to meet your request. Open Transport has run out of internal memory. This might happen, for example, if you are doing a lot of asynchronous sends and not acknowledging sends, which means that Open Transport has to copy the data being sent into its own internal buffers.  &lt;/P&gt;&lt;P&gt;kEBUSYErr  -3215 The device you are trying to access is busy and could not complete your request. &lt;/P&gt;&lt;P&gt;kOTDuplicateFoundErr  -3216 You are attempting to register a port or other entity that already exists. &lt;/P&gt;&lt;P&gt;kEINVALErr  -3221 You attempted an invalid operation, or you passed an invalid parameter. &lt;/P&gt;&lt;P&gt;kEDEADLKErr  -3234 In order to complete the requested operation, the endpoint provider would have to block, and the endpoint is in nonblocking mode. &lt;/P&gt;&lt;P&gt;kEADDRINUSEErr  -3247 The address is in use and is not available for the current function. &lt;/P&gt;&lt;P&gt;kEADDRNOTAVAILErr  -3248 The address is not available or the requested address is not appropriate for the current function because the function requires a multicast address. &lt;/P&gt;&lt;P&gt;kENETDOWNErr  -3249 TCP/IP error. The path to a network number is currently unavailable. &lt;/P&gt;&lt;P&gt;kENETUNREACHErr  -3250 TCP/IP error. The path to a network number does not exist. &lt;/P&gt;&lt;P&gt;kENETRESETErr  -3251 Unknown. &lt;/P&gt;&lt;P&gt;kECONNABORTEDErr  -3252 Unknown. &lt;/P&gt;&lt;P&gt;kECONNRESETErr  -3253 The connection was reset, possibly due to a problem with security and authentication. &lt;/P&gt;&lt;P&gt;kENOBUFSErr  -3254 The operation failed because no buffer space was available. &lt;/P&gt;&lt;P&gt;kEISCONNErr  -3255 Reserved. &lt;/P&gt;&lt;P&gt;kENOTCONNErr  -3256 Reserved. &lt;/P&gt;&lt;P&gt;kESHUTDOWNErr  -3257 An operation was aborted because the machine is shutting down. This error code is also used by sockets. &lt;/P&gt;&lt;P&gt;kETOOMANYREFSErr  -3258 Unused error code. &lt;/P&gt;&lt;P&gt;kETIMEDOUTErr  -3259 The requested operation timed out. &lt;/P&gt;&lt;P&gt;kECONNREFUSEDErr  -3260 TCP/IP error code. The port is unreachable (as opposed to the host being unreachable). The positive version of this error code (kECONNREFUSED) is returned by Open Transport as a reason code in a disconnect message, indicating that the other side refused the connection. &lt;/P&gt;&lt;P&gt;kEHOSTDOWNErr  -3263 TCP/IP error. A host address is currently unavailable. &lt;/P&gt;&lt;P&gt;kEHOSTUNREACHErr  -3264 TCP/IP error. A host address cannot be reached. &lt;/P&gt;&lt;P&gt;kEPROTOErr  -3269 A catastrophic error has occurred which probably renders the underlying stream unusable. This error is the same as the kTPROTOErr, but is used where an XTI error code is not appropriate. &lt;/P&gt;&lt;P&gt;kETIMEErr  -3270 An Ioctl command has timed out instead of completing normally. &lt;/P&gt;&lt;P&gt;kENOSRErr  -3271 Open Transport cannot allocate enough system resources (usually stream messages) to meet your request. &lt;/P&gt;&lt;P&gt;kOTClientNotInittedErr  -3279 The client has not called the InitOpenTransport function or the InitOpenTransportUtilities function. &lt;/P&gt;&lt;P&gt;kOTPortHasDiedErr  -3280 Your notifier is sent the event kOTProviderIsClosed and returns this result code if a port that your provider is using is disabled because it was unregistered. &lt;/P&gt;&lt;P&gt;kOTPortWasEjectedErr  -3281 Your notifier is sent the event kOTProviderIsClosed and returns this result code. &lt;/P&gt;&lt;P&gt;kOTBadConfigurationErr  -3282 Open Transport is attempting to bring up the TCP/IP stack but can't because it's improperly configured in the TCP/IP control panel. &lt;/P&gt;&lt;P&gt;kOTConfigurationChangedErr  -3283 This is an event code that's sent to the client's notifier (the one you register with the OTRegisterAsClient function) when variister with the OTRegisterAsClient function) when various AppleTalk-related things (like the current zone) change. &lt;/P&gt;&lt;P&gt;kOTUserRequestedErr  -3284 Your notifier is sent the event kOTProviderIsClosed and returns this result code if a port that your provider is using is disabled because the user switched configurations. &lt;/P&gt;&lt;P&gt;kOTPortLostConnection  -3285 Your notifier is sent the event kOTProviderIsClosed and returns this result code if a port that your provider is using is disabled because it lost the connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 04:17:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question3/m-p/3679274#M886019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T04:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question3/m-p/3679275#M886020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transport Request types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;National Codes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01 Emergency Transport Request &lt;/P&gt;&lt;P&gt;02 Urgent Transport Request &lt;/P&gt;&lt;P&gt;03 Special Transport Request &lt;/P&gt;&lt;P&gt;04 Planned Transport Request &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax::&lt;/P&gt;&lt;P&gt;If you want to copy the SAP defaults to your own check indicators and field values, or you want to maintain them, your changes are recorded in the correction and transport systems. By executing the corresponding transport request, you distribute your check indicators in the system. Objects in it have the following syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R3TR SUSK &amp;lt;Transaction name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Transaction name&amp;gt; corresponds to the normal SAP transaction names. The check indicators and field values are included in the transport. Check indicators are saved in table USOBX_C, field values for the Profile Generator in table USOBT_C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Do reward if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 04:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question3/m-p/3679275#M886020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T04:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Question3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question3/m-p/3679276#M886021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can import a transport request by using the command tp import request no . tp import all will import all the transports.Also mention the client to which u want the import.&lt;/P&gt;&lt;P&gt;find more at &lt;A href="http://sap.ittoolbox.com/groups/technical-functional/sap-basis/importing-a-transport-request-at-os-level-1612271" target="test_blank"&gt;http://sap.ittoolbox.com/groups/technical-functional/sap-basis/importing-a-transport-request-at-os-level-1612271&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding instance and operation code, please visit &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a5ed1505211d189550000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a5ed1505211d189550000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this solves your queries....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;do reward if helpful or get back for further queries&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Apr 2008 04:30:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question3/m-p/3679276#M886021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-06T04:30:43Z</dc:date>
    </item>
  </channel>
</rss>

