Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>WorkCenter



Index

WorkCenter

WorkCenter


The BOR object type PDOTYPE_A corresponds to the Organizational Management object type Work center.


The term Work center is the physical place where work is carried
out, 'Machine A' in 'Plant B' or 'Office C' in 'Building D', for example.


11-Dec-2005


Methods

Available Methods


  • GetDetailedList : Object List With Detailed Information [ BAPI_PDOTYPES_GETDETAILEDLIST ]

11-Dec-2005


GetDetailedList

GetDetailedList


This function module is used as the basis for the BAPI-method
OrgManagementObjectTypes_GetDetailedList.

This method reads the parameter that you have given to an object typeand delivers an object list which accords to the input parameters.

If you have not defined a parameter for the method, the object list
will be created according to the following criteria:


Plan version -> Active plan version
Start date -> 01.01.1990
End date -> 31.12.9999
Planning status -> 1 = active
Language -> Logon language

Example

If you want to save all active objects which will exist in the year
2000, select the following parameter:


Start date -> 01.01.2000
End date -> 31.12.2000

Notes

You need structural authorizatoin for the HR object type.

The 'OBJECTTYPE' parameter will be determined by the BOR objects which
are called up.

Notification will be given in the 'RETURN' parameter. You will find

the return values and their meanings in this parameter documentation.


11-Dec-2005