Fonction SAP BAPI_MONITOR_GETLIST - Create BAPI List

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
BAPIS_NEW BAPIMONIT-OPTSEL C 1 'X' X Display New BAPIs in Release
BAPIS_OLD BAPIMONIT-OPTSEL C 1 'X' X Display BAPIs from Previous Releases
BAPIS_POTENTIAL BAPIMONIT-OPTSEL C 1 ' ' X Display Potential BAPIs
OBJECTTYPE BAPIMONIT-OBJTYPE C 10 '*' X Object type
RELEASED_BAPI BAPIMONIT-OPTSEL C 1 '*' X Release Status of BAPIs
RELEASED_FUNC BAPIMONIT-FUNCREL C 1 '*' X Release Status of Function Modules
SHOW_RELEASE BAPIMONIT-CREA_REL C 4 SY-SAPRL X Release /Reference Release to Display

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 Return Messages

Paramètre Reférence Long. Facultatif Description
BAPILIST BAPIMONSTR 408 X List of Selected BAPIs
COMPONENTS2SELECT BAPIMONCOM 24 X Application Components/Areas to Select
SYSTEMS2SELECT BAPISRCSYS 8 X Original System of BAPIs to Select

Functionality
Creates a list of all the BAPIs in the repsective system. All theentries in the BOR that have set the ISAPI flag in the associated tableSWOTDV are valuated as BAPIs.
You can also display potential BAPIs (function modules) whose namesbegin with BAPI.

Notes
The list could be very long. You can restrict it by setting selectionparameters.
You require the display authorization for the authorization objectS_DEVELOP.
INCLUDE BAPI_RET

Further information
For more information see the documentation on the individualparameters.

Description
INCLUDE BAPI_TABLE

Value range
If no errors occurred the parameter has its initial value.
Other messages:
Type ID Number Message
W 00 007 BAPILIST is empty
E 00 151 Program error (notify person responsible)
E SBF_BW 21 You are not authorized to display the
authorization object S_DEVELOP

Description
Set this parameter to include those BAPIs in the list that have beennewly created in the specified release under "SHOW_RELEASE".

Default
This parameter is set in the standard system.

Description
Set this parameter to include the BAPIs in the list that were createdbefore the release specified in "SHOW_RELEASE".

Default
This parameter is set in the standard system.

Description
Use this parameter to include in the BAPI list function modules thatwould be able to implement BAPIs but have not yet been registered inthe BOR as methods of business objects.
These will be function modules with names beginning with BAPI* andfunction modules that have been created in the context of thedecomponentization of the applications.
Note
Set only the parameter BAPI_POTENTIAL and leave the other parameterswith their default values. Only in this way can you assure that theBAPI list contains only the potential BAPI function modules.

Description
With this parameter you can restrict the number of business objects tobe displayed.

Default
All the business objects are displayed as the default (setting "*").
Note
The parameter OBJECTTYPE is mandatory, if the parameterBAPIS_POTENTIAL is not set.

Description
Use this parameter to set the release status of the BAPIs that are tobe included in the list.

Value range
Allowed values for displaying BAPIs are 'X' for released, ' ' forunreleased and '*' for both released and unreleased BAPIs.

Default
The standard setting is '*'.
Further_hints

Description
Use this parameter to set the release status of the function moduleunderlying the BAPI.
Allowed values are:
'R' for released
'I' for released for internal use
'-' for unreleased
'*' to display independently of release status.

Default
The default setting is '*'.

Description
The release which the parameters "BAPIS_NEW" and "BAPIS_OLD" refer to.

Default
The default value is the R/3 System release in which the BAPI Monitoris executed.

Description
This table contains the list of BAPIs generated from the importparameters.
For information about the meaning of individual parameter fields seethe data element documentation in the ABAP Dictionary.

Description
Use this parameter to select the hierarchy component from which theBAPIs are to be read.

Value range
Enter the name of the component hierarchy in the field COMPONENT of thetable parameter.
The following abbreviations are also used:
#LO All the BAPIs from Logistics
#FI All the BAPIs from Accounting
#BC All the BAPIs from Basis
Wildcards (*) can also be used.

Default
All the components are displayed as the default, that is, if an emptytable is transferred, the entry '*'is automatically added.

Note

Description
With this parameter you can select the original system of the BAPIs.Enter a three character SAP System ID in the table field R3SYSTEM.

Note
Note that remote R/3 Systems are not accessed. Only those BAPIsthat have been transported from the system specified in the parameterto the current system are displayed.

Default
All the BAPIs from all the original systems are displayed as thedefault.