|
Functionality You can use the BAPI BAPI_BUS2002_ACT_GETDATA to get detailedinformation about network activities. To get all activities in a network, you must transfer the networknumber in the parameter I_NETWORK_NUMBER. If you just want to getparticular activities, you can specify the required activitiesindividually in the table IT_ACTIVITY_LIST. If you want to restrict the output (for example, because you do notknow how big the network is and, for performance reasons, you want toprevent the system from returning more than 1000 activities), you canuse the parameter I_MAX_ROWS to restrict the maximum number ofactivities returned. If you do not fill this parameter, all possibleactivities are returned. If required, you can also specify in which language thelanguage-dependent fields, such as time units, system status, and soon, are to be returned. If you do not specify a language, the systemlanguage is used. Notes Fields that are directly assigned to the activities are returned in thetable ET_ACTIVITIES. The field LANGU specifies which language the long text is in, if oneexists. The field SYSTEM_STATUS specifies one of the following statuses:created, released, technically completed, closed. If the deletion flagor indicator is set, however, this information is returned instead ofthe status. Further information For more information, see the SAP Library under Project System ->Structures -> Interfaces to the Project System -> PS-EPS Interface toExternal Project Software>. |