SAP Knowledge Base Article - Public

2707643 - Integration Center: "photoType" meaning under Photo Scheduled CSV File Export

Symptom

When doing Photo Scheduled CSV File Export from Integration Center, we found one column called photoType.

And there is a series number for that field, what is the meaning for those numbers?

Environment

BizX; Integration Center

Reproducing the Issue

  1.  Go to Integration Center
  2.  Create New Scheduled CSV File Output Integration
  3.  Photo Scheduled CSV File Export
  4.  Got the data as below

phototype.png

Resolution

These are the codes for different size of different pages, it has nothing to do with the system data itself.

Take the number "3" as an example:

 *******************************

/** the quickcard photo type */
public static final PhotoTypeEnum QUICK_CARD = new PhotoTypeEnum("quickCard", 3, 60, 80, "");

 *******************************

It means quick card photoType number=3, which means the photo size is 60*80.

See Also

Find more details about the different PhotoTypes in the OData Reference handbook.

Keywords

Integration center, OData, Photo entity, photoType, API, SuccessFactors, BizX , KBA , LOD-SF-INT-INC , Integration Center , LOD-SF-INT , Integrations , How To

Product

SAP SuccessFactors HCM Suite all versions