SAP FSBP_PRX_ADDR_PRINTF_KEY Parameters for Address Print Form Table data and field list

FSBP_PRX_ADDR_PRINTF_KEY 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 "Parameters for Address Print Form" 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_FSBP_PRX_ADDR_PRINTF_KEY TYPE FSBP_PRX_ADDR_PRINTF_KEY.

The FSBP_PRX_ADDR_PRINTF_KEY table consists of various fields, each holding specific information or linking keys about Parameters for Address Print Form data available in SAP. These include ADDRESS_NUMBER (Address number), SENDER_COUNTRY (Sender country for address formatting), NUMBER_OF_LINES (Number of lines in address), STREET_HAS_PRIORITY (Flag: Street has priority over PO box)... 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. .

FSBP_PRX_ADDR_PRINTF_KEY structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP FSBP_PRX_ADDR_PRINTF_KEY structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FSBP_PRX_ADDR_PRINTF_KEY table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PARTNER_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ADDRESS_NUMBERAddress number AD_ADDRNUMCHAR10Assigned to domainALPHAAD_ADDRNUMADR
SENDER_COUNTRYSender country for address formatting AD_CTRY_FRCHAR3Assigned to domainLAND1
NUMBER_OF_LINESNumber of lines in address ANZEIDEC2ANZEI
STREET_HAS_PRIORITYFlag: Street has priority over PO box AD_STRPRIOCHAR1AD_STRPRIO
LINE_PRIORITYAddress formatting line priority AD_PRIORCHAR25CHAR25
COUNTRY_NAME_RECEIVER_LANGUCheckbox XFELDCHAR1XFELD
LANGUAGE_FOR_COUNTRY_NAMELanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
NO_UPPER_CASE_FOR_CITYCheckbox XFELDCHAR1XFELD
IS_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

Key field Non-key field



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

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

How to access SAP table FSBP_PRX_ADDR_PRINTF_KEY

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

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