Human Capital Management Blogs by SAP
Get insider info on SAP SuccessFactors HCM suite for core HR and payroll, time and attendance, talent management, employee experience management, and more in this SAP blog.
cancel
Showing results for 
Search instead for 
Did you mean: 
SaiGeethaG
Advisor
Advisor
0 Kudos

You can download data of the following SAP SuccessFactors Territory and Quota objects via Express Data Loader:

  • TerritoryAccount: The corresponding outbound file type is TERRITORYACCEXT
  • TerritoryGeography: The corresponding outbound file type is TERRITORYGEOEXT
  • TerritoryProduct: The corresponding outbound file type is TERRITORYPRODEXT
  • TerritoryQuota: The corresponding outbound file type is TERRITORYQUOTAEXT
  • Account: The corresponding outbound file type is ACCOUNTEXT
  • Geography: The corresponding outbound file type is GEOGRAPHYEXT
  • Product objects: The corresponding outbound file type is PRODUCTEXT
  • GranularQuota: The corresponding outbound file type is TERRITORYQUOTACELLEXT
The Outbound tab in Express Data Loader displays all the standard outbound file types:
 
sgampala_1-1713778156123.png

 

Procedure

 

To download the object data from SAP SuccessFactors Territory and Quota via Express Data Loader:
  1. Download the sample input file templates (.txt files) from here and specify the standard attributes and custom attributes that need to be downloaded. Note that standard fields can't have spaces within the field name, because standard fields are read by their database field name.

    Example: Effective Start Date is a standard field. It must be populated without spaces as EffectiveStartDate.

  2. Specify the column and filter criteria as defined in the input file. The input files contain examples of the required select clause and where clause based on standard attribute columns, custom attribute labels, and reference objects.

    Example: To download Account data, you must use the ACCOUNTEXT.txt file. Sample data in ACCOUNTEXT.txt is as follows:

    accountId@Revenue@EFFECTIVESTARTDATE@Segmentation Group@ Segmentation Number@ Activation Date@Coverage Name,@Segmentation Group = "Global Sales" and @Segmentation Number = "10" and @Activation Date = "20211201"

    Note

    The uploaded input file must contain Select and Where strings separated by the Delimiter (Comma).

    In the previous example:
    • The SELECT string is as follows: accountId@Revenue@EFFECTIVESTARTDATE@Segmentation Group@ Segmentation Number@ Activation Date@Coverage Name

    • @Segmentation Group = "Global Sales" and @Segmentation Number = "10" and @Activation Date = "20211201"

      The WHERE string can be separated by logical operators such as AND, OR, etc.
    Note

    Fields that you populate in the input file for outbound extract are not case-sensitive. For example, AccountID, accountid, and ACCOUNTID are all considered as same field.

  3. Save the file with the following naming convention: <tenantid>_<outboundname>_<optionalstring>.txt.

    You must specify the tenant ID used by Express Data Loader, and must point to ACCOUNTEXT which is the outbound file type. The file name will then look as follows: WXYZ_ ACCOUNTEXT_TQACC2022.txt.

  4. To download the account data, you must upload the file in Express Data Loader > Jobs > Upload.
  5. Express Data Loader will then create the output file with the downloaded object data. The output file can be located at apps/localfiles/TenantID/outbound.

Refer to this spreadsheet for column-level guidance to the end user for all available SAP Territory and Quota outbound extracts.