FITP_USER_DATA SAP (User-Dependent Information) Structure details

Dictionary Type: Structure
Description: User-Dependent Information




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




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

FITP_USER_DATA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "User-Dependent Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FITP_USER_DATA TYPE FITP_USER_DATA.

The FITP_USER_DATA table consists of various fields, each holding specific information or linking keys about User-Dependent Information data available in SAP. These include BNAME (User Name in User Master Record), PERSNUMBER (Person number), ADDRNUMBER (Address number), SO_KEY (SAP-Office key).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FITP_USER_DATA structure 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
BNAMEUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
PERSNUMBERPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
ADDRNUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
SO_KEYSAP-Office key AD_SO_KEYCHAR10ALPHAAD_SO_KEYADDRESS
BUILDING_CBuilding (number or code) AD_BLDNG_PCHAR10TEXT10
IH_MAILInt. mail postal code AD_IH_MAILCHAR10TEXT10
NAMCOUNTRYCountry for name format rule AD_NAMCTRYCHAR3T005LAND1
PERSORIGINPersonal data source (key) AD_ORIGINPCHAR4TSAD6AD_ORIGIN
ADDR_COMP(not used) AD_ADDRCOMCHAR10ADRCALPHAAD_ADDRNUM
CITY_CODECity code for city/street file AD_CITYNUMCHAR12ADRCITYALPHACITY_CODE
CITYP_CODEDistrict code for City and Street file AD_CITYPNMCHAR8ADRCITYPRTALPHACITYP_CODE
CITYH_CODEDifferent city for city/street file AD_CITYHNMCHAR12ADRCITYALPHACITY_CODE
REGIOGROUPRegional structure grouping REGIOGROUPCHAR8ADRREGGRPREGIOGROUP
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
POST_CODE2PO Box Postal Code AD_PSTCD2CHAR10CHAR10
POST_CODE3Company Postal Code (for Large Customers) AD_PSTCD3CHAR10CHAR10
PCODE1_EXT(Not Supported)City Postal Code Extension, e.g. ZIP+4+2 Code AD_PST1XTCHAR10CHAR10
PCODE2_EXT(Not Supported) PO Box Postal Code Extension AD_PST2XTCHAR10CHAR10
PCODE3_EXT(Not Supported) Major Customer Postal Code Extension AD_PST3XTCHAR10CHAR10
PO_BOXPO Box AD_POBXCHAR10CHAR10
CITY_CODE2City PO box code (City file) AD_CIT2NUMCHAR12ADRCITYALPHACITY_CODE
PO_BOX_REGRegion for PO Box (Country, State, Province, ...) AD_POBXREGCHAR3T005SREGIO
PO_BOX_CTYPO box country AD_POBXCTYCHAR3T005LAND1
POSTALAREA(Not Supported) Post Delivery District AD_PSTLARCHAR15TEXT15
TRANSPZONETransportation zone to or from which the goods are delivered LZONECHAR10TZONEZONE
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO
ADDRORIGIN(Not Supported) Address Data Source (Key) AD_ORIGINACHAR4TSAD6AD_ORIGIN
TIME_ZONEAddress time zone AD_TZONECHAR6TTZZTZNZONE
TAXJURCODETax Jurisdiction AD_TXJCDCHAR15AD_TXJCDTXJ
ADDRESS_ID(Not supported) Physical address ID AD_ADDR_IDCHAR10ALPHAAD_ADDR_ID
PERS_GROUPPerson Group (Key) (Business Address Services) AD_GROUP_PCHAR4Assigned to domainAD_GROUP_P
ADDR_GROUPAddress Group (Key) (Business Address Services) AD_GROUPCHAR4Assigned to domainAD_GROUP
USERGUser Grouping for Travel Planning EMPLOYEE_GROUP_TPCHAR2Assigned to domainFTPD_EMPLOYEE_GROUP

Key field Non-key field



How do I retrieve data from SAP structure FITP_USER_DATA using ABAP code?

As FITP_USER_DATA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FITP_USER_DATA as there is no data to select.

How to access SAP table FITP_USER_DATA

Within an ECC or HANA version of SAP you can also view further information about FITP_USER_DATA 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!