Ansicht
Dokumentation

BAPI_BUSPROCESSCOGRP_GETLIST - Object BUS1114 (Business Process Group) - Method GetList

BAPI_BUSPROCESSCOGRP_GETLIST - Object BUS1114 (Business Process Group) - Method GetList

PERFORM Short Reference   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

List of business process groups. All the business process groups are searched for that satisfy the selection criteria.

You can restrict the search for groups by transferring a mask for the group name in the optional parameter GroupNameMask (masking indicators are +*).

The controlling area of the groups is entered in the ControllingAreaMask parameter (masking indicators are also possible here).

If the optional parameter TopNodesOnly is set to 'X', a search is only made for groups that are the top node in a hierarchy, i.e they are not used in other groups.

The list of groups found is transfered to the table GroupList.

If an error occurs during the search, the error message is issued in the Return parameter.

Example

All the business process groups from controlling area 1000 that begin with 'A' are to be displayed. Call the method:

DATA: LT_GROUPLIST LIKE BAPI1112_LIST OCCURS 0,
L_RETURN LIKE BAPIRET2.

CALL FUNCTION 'BAPI_BUSPROCESSCOGRP_GETLIST'
EXPORTING
CONTROLLINGAREAMASK = '1000'
GROUPNAMEMASK = 'A*'
IMPORTING
RETURN = L_RETURN
TABLES
GROUPLIST = LT_GROUPLIST.

Notes

You require the read authorization for object K_CBPR_SET





Parameters

CONTROLLINGAREAMASK
GROUPLIST
GROUPNAMEMASK
LANGUAGE
RETURN
TOPNODESONLY

Exceptions

Function Group

KGR2

rdisp/max_wprun_time - Maximum work process run time   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 2420 Date: 20240523 Time: 115026     sap01-206 ( 29 ms )