Ansicht
Dokumentation

PD_STAFF_FUNCTION_GET - Read staff mode for object

PD_STAFF_FUNCTION_GET - Read staff mode for object

RFUMSV00 - Advance Return for Tax on Sales/Purchases   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

Determining the staff function of an object. This function accesses the internal table STAFF_OBJECTS, which is filled by the function module PD_STAFF_FUNCTION_FETCH.

Example

Function module PD_OBJECTS_COLLECT
CALL FUNCTION 'PD_STAFF_FUNCTION_FETCH'
EXPORTING STATUSES = STATUSES
BEGIN_DATE = BEGIN_DATE
END_DATE = END_DATE
DATA_STATUS = DATA_STATUS
TABLES OBJECTS = CHECK_OBJECTS.
...
LOOP AT GRAPH_OBJECTS.
...
CALL FUNCTION 'PD_STAFF_FUNCTION_GET'
EXPORTING OBJECT_KEY = GRAPH_OBJECTS-OBJECT
IMPORTING STAFF = GRAPH_OBJECTS-STAFF.
...

Notes

Before you call this function module, you must call the function module PD_STAFF_FUNCTION_FETCH.

Further information





Parameters

OBJECT_KEY
STAFF

Exceptions

Function Group

PDSU

General Data in Customer Master   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 1044 Date: 20240523 Time: 125841     sap01-206 ( 18 ms )