Fonction SAP BAPI_WAGE_COMP_EXT_GET_LIST - List of Keys for External Wage Components

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
EMPLOYEENUMBER BAPI_WAGE_COMP_KEY-EMPLOYEENUMBER N 8 X Personnel Number
FROMDATE BAPI_WAGE_COMP_KEY-VALIDITYBEGIN D 8 '19900101' X Start of Time Interval for Selection
ORIGIN BAPI_WAGE_COMP_DATA-ORIGIN C 4 Origin of Data
REFERENCENUMBER BAPI_WAGE_COMP_DATA-REFERENCE_NR C 40 X Reference Number
TODATE BAPI_WAGE_COMP_KEY-VALIDITYEND D 8 '99991231' X End of Time Interval for Selection

Paramètre Reférence Long. Facultatif Description
EXTENSIONIN BAPIPAREX 990 X Reference Structure for BAPI Parameters EXTENSIONIN/EXTENSIONOUT
KEY BAPI_WAGE_COMP_KEY 34 Key for External Wage Component
RETURN BAPIRET2 548 Return Parameter

Functionality
This function module reads all instances of the EEWageComponentExt
class that meet the specified selection conditions, and returns atable containing HR internal infotype keys.
You can use this BAPI to assign the external application key to the HRinternal infotype keys.
You must access this BAPI before you can use the following BAPIs

  • EEWageComponentExt.Delete

  • EEWageComponentExt.Change

  • EEWageComponentExt.GetDetail

  • The BAPI get_list takes the key from the external application andreturns the internal infotype key from HR. With this HR internalinfotype key you can now use the BAPIs listed above to manipulate theappropriate data records.

    Description
    Personnel number in HR

    Description
    Restriction of time interval for infotype record search.

    Description
    Application from which the external salary elements originate.
    Salary elements with the same origin are grouped together in the samrinfotype subtypes in HR.

    Value range
    The application must be registered in table T591A as a subtype ofinfotype 0579.

    Description
    Reference number of original application: It is transferred to HR andused as a selection criterion.

    Description
    Restriction of time interval for infotype record search.

    Description
    Structure to enable subsequent enhancements.

    Description
    With this key, you can access salary elements using the methodsGetDetail, Change, or Delete.

    Description
    Structure in which all error and success messages are returned.