Skip to main content
Skip table of contents

SAP Explorer (JCo 2)

SAP Explorer (JCo 2): Creates IDoc and BAPI structure descriptions, lists BAPIs or IDocs, creates empty IDoc and BAPI structures, and outputs an XML document according to the used operation.

Note:

To use the SAP Explorer (JCo 2), rights for the remote execution of the following RFC components is required:

  • RPY_BOR_TREE_INIT
  • IDOCTYPES_LIST_WITH_MESSAGES
  • IDOCTYPE_READ_COMPLETE
  • RPY_OBJECTTYPE_READ
  • RFC_FUNCTION_SEARCH

Properties

Operation

Defines the operation executed by the function adapter

Possible values:

  • Get BapiTree: Output a list with all available BAPIs

  • Get IDocList: Output a list with all available IDocs

  • Read Bapi: Output a BAPI structure description

  • Read IDoc: Output an IDoc structure description

  • Create Empty Bapi: Create empty BAPI structure in order to use it within X4 BPMS

  • Create Empty Idoc: Create empty IDoc structure in order to use it within X4 BPMS

  • SearchForBapis: Output list of all BAPIs that match the filter expression

  • Nothing: Output the input unmodified

Parameters

Adapter

Main adapter class (do not change!)

Possible values: de.softproject.integration.adapter. sapadapter.SAPBapiIdocNotationExplorer: Main class (Default)

PropertyFile

URL to the adapter's configuration file (overrides the adapter configuration)

Possible values: Any valid URL within the Java VM (e. g. xstore://Project/Folder/Configuration.properties)

Client

SAP client

User

User name

Password

Password

Language

Login language

SystemNumber

SAP system number

RouterString

Router string

SystemType

Remote host type

Possible values:

  • 2: R/2

  • 3: R/3

  • E: External

Input

This function adapter expects an adapter-specific input XML structure depending on the selected operation.

Operation
Get BapiTree

For the operation Get BapiTree the adapter doesn't require any input XML document.

Get IDocList

For the operation Get IDocList the adapter doesn't require any input XML document

Read Bapi

For the operation Read Bapi the adapter expects the following input XML document:

HTML/XML
<Object><!--BAPI-ID--></Object>
Read IDoc

For the operation Read IDoc the adapter expects the following input XML document:

HTML/XML
<ReadIDoc><!--IDoc-ID--></ReadIDoc>
Create Empty Bapi

For the operation Create Empty Bapi the adapter expects the following input XML document:

HTML/XML
<Bapiname><!--BAPI name--></Bapiname>
Create Empty Idoc

For the operation Create Empty Idoc the adapter expects the following input XML document:

HTML/XML
<IDoc><!--IDoc name--></IDoc>
SearchForBapis

For the operation SearchForBapis the adapter expects the following input XML document:

HTML/XML
<Search functionname="BAPI name/Function name" />
Nothing

For the operation Nothing the adapter doesn't require any input XML document

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.