FTPT_CSX_PROFILE SAP (Relationship SAP Human Resources Number - Amadeua Profile) Table details

Dictionary Type: Table
Description: Relationship SAP Human Resources Number - Amadeua Profile




ABAP Code to SELECT data from FTPT_CSX_PROFILE
Related tables to FTPT_CSX_PROFILE
Access table FTPT_CSX_PROFILE




Table field list including key, data, relationships and ABAP select examples

FTPT_CSX_PROFILE is a standard SAP Table which is used to store Relationship SAP Human Resources Number - Amadeua Profile data and is available within R/3 SAP systems depending on the version and release level.

The FTPT_CSX_PROFILE table consists of various fields, each holding specific information or linking keys about Relationship SAP Human Resources Number - Amadeua Profile data available in SAP. These include PERNR (Personnel Number), CSX_REC_ID (Key For Amadeus CSX Profile), OFFICE_ID (Sales Office), CORPORATE_ID (Corporate Identification).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FTPT_CSX_PROFILE table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
CSX_REC_IDKey For Amadeus CSX Profile CSX_RECORD_LOCATORCHAR20
OFFICE_IDSales Office OFFICECHAR12Assigned to domainFTPD_OFFICE_ID
CORPORATE_IDCorporate Identification CORPORATE_IDCHAR30FTPD_CORPORATE_ID
CORPORATE_NAMEOrganization name CORPORATE_NAMECHAR40FTPD_CORPORATE_NAME

Key field Non-key field



How do I retrieve data from SAP table FTPT_CSX_PROFILE using ABAP code

The following ABAP code Example will allow you to do a basic selection on FTPT_CSX_PROFILE to SELECT all data from the table
DATA: WA_FTPT_CSX_PROFILE TYPE FTPT_CSX_PROFILE.

SELECT SINGLE *
FROM FTPT_CSX_PROFILE
INTO CORRESPONDING FIELDS OF WA_FTPT_CSX_PROFILE
WHERE...

How to access SAP table FTPT_CSX_PROFILE

Within an ECC or HANA version of SAP you can also view further information about FTPT_CSX_PROFILE and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!