FPCOMPADR SAP (Form Processing: Address Data) Structure details

Dictionary Type: Structure
Description: Form Processing: Address Data




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




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

FPCOMPADR 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 "Form Processing: Address Data" 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_FPCOMPADR TYPE FPCOMPADR.

The FPCOMPADR table consists of various fields, each holding specific information or linking keys about Form Processing: Address Data data available in SAP. These include ADRNUM (Address number), PERSNUM (Person number), SEND_CTRY (Sender country for address formatting), REC_LANGU (Language 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: Can Be Enhanced (Deep)


SAP FPCOMPADR 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
TYPEAddress type (1=Organization, 2=Person, 3=Contact person) AD_ADRTYPECHAR1AD_ADRTYPE
ADRNUMAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
PERSNUMPerson number AD_PERSNUMCHAR10Assigned to domainALPHAAD_PERSNUMCDTADDRESS
SEND_CTRYSender country for address formatting AD_CTRY_FRCHAR3Assigned to domainLAND1
REC_LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LINESNumber of lines in address ANZEIDEC2ANZEI
STREET_PRIOFlag: Street has priority over PO box AD_STRPRIOCHAR1AD_STRPRIO
LINE_PRIOAddress formatting line priority AD_PRIORCHAR25CHAR25
CTRN_REC_LANGUData Type BOOLEAN FPBOOLEANCHAR1FPBOOLEAN
LANG_CTRNLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
NO_UP_CITYData Type BOOLEAN FPBOOLEANCHAR1FPBOOLEAN
PERSON_ABOVE_ORGANIZATIONData Type BOOLEAN FPBOOLEANCHAR1FPBOOLEAN
BUPA_TIME_DEPENDENCY 0
BADI_CONTEXTFilter Value (Context) for BAdI ADDR_BUPA_TD_READ ADCONTEXT2CHAR10ADCONTEXT2
BP_ORGBusiness Partner Number (for Interfaces in SAP_BASIS) AD_BUPA_NOCHAR10CHAR10
BP_PERSONBusiness Partner Number (for Interfaces in SAP_BASIS) AD_BUPA_NOCHAR10CHAR10
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
BADI_CALL_MODEIndicator for Controlling the BAdI Call ADBADICALLCHAR1ADBADICALL
ADRHANDLEHandle for Creating Addresses/Persons (Bus. Addr. Services) AD_HANDLECHAR140TEXT140
PERSHANDLEHandle for Creating Addresses/Persons (Bus. Addr. Services) AD_HANDLECHAR140TEXT140

Key field Non-key field



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

As FPCOMPADR 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 FPCOMPADR as there is no data to select.

How to access SAP table FPCOMPADR

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