Ansicht
Dokumentation

BAPI_INTERNALORDRGRP_GETLIST - Object BUS1117 (Order Group) - Method GetList

BAPI_INTERNALORDRGRP_GETLIST - Object BUS1117 (Order Group) - Method GetList

CL_GUI_FRONTEND_SERVICES - Frontend Services   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

Description

List of order groups. All the order groups that fulfill the specified selection criteria are searched for.

The search for groups can be restricted by entering a mask for the group name (mask characters are +*) in the optional GroupNameMask parameter.

If the optional TopNodesOnly parameter is set to 'X', only those groups that are the top nodes in a hierarchy (are not used in other groups) are searched for.

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

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

Example

All order groups beginning with 'A' are to be output. Method call:

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

CALL FUNCTION 'BAPI_INTERNALORDRGRP_GETLIST'
EXPORTING
GROUPNAMEMASK = 'A*'
IMPORTING
RETURN = L_RETURN
TABLES
GROUPLIST = LT_GROUPLIST.

Notes

You need the read authorization for the object K_AUFK_SET





Parameters

GROUPLIST
GROUPNAMEMASK
RETURN
TOPNODESONLY

Exceptions

Function Group

KGR2

CL_GUI_FRONTEND_SERVICES - Frontend Services   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 1909 Date: 20240523 Time: 114846     sap01-206 ( 36 ms )