Fonction SAP BAPI_PDOTYPES_GETDETAILEDLIST - Object List With Detailed Information

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
ENDDATE BAPI_OBJEC-END_DATE D 8 '99991231' X End Date
LANGUAGE BAPI_LAISO-LANGU C 1 SY-LANGU X Language
LANGUAGEISO BAPI_LAISO-LANGU_ISO C 2 X Language (ISO 639)
OBJECTTYPE BAPI_OBJEC-OBJECTTYPE C 2 Object Type
PLANNINGSTATUS BAPI_OBJEC-PLAN_STAT C 1 X Planning Status
PLANVERSION BAPI_OBJEC-PLAN_VERS C 2 X Plan Version
STARTDATE BAPI_OBJEC-START_DATE D 8 '19000101' X Start Date

Paramètre Reférence Type Long. Description
RETURN BAPIRET2 u 548 Return

Paramètre Reférence Long. Facultatif Description
OBJECTS BAPI_OBJEC 127 Objects

Functionality
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.

Further information

Description
You will find information on message types in the relevant data
element documentation: Message type

Description
You will find information on the end date in the relevant data elementdocumentation: end date.

Description
You will find information on language in the relevant data element
documentation: Language
If this parameter has not been filled, the parameter
Language ISO willbe used.
If neither parameter has been filled , the language will be determined
according to table T778L

Description
This is the standard-ISO-language code that is two characters long.
If the Language-parameter is not used, this parameter will be used.
If neither are filled, the language will be determined by table T778L

Description
You will find information on object types in the relevant data
element documentation: Object type

Description
You will find information on planning status in the relevant data
element documentation: Planning status

Description
You will find information on plan versions in the relevant data
element documentation: Plan versioins

Description
You will find information on start dates in the relevant data
element documentation: Start date

Description
This table gives object information, for example plan version,
object type, start date, end date and planning status.