PSCD_ULTIMATECUSTOMER_PIF SAP (e-Invoice party_information - UltimateCustomer) Structure details

Dictionary Type: Structure
Description: e-Invoice party_information - UltimateCustomer




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




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

PSCD_ULTIMATECUSTOMER_PIF 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 "e-Invoice party_information - UltimateCustomer" 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_PSCD_ULTIMATECUSTOMER_PIF TYPE PSCD_ULTIMATECUSTOMER_PIF.

The PSCD_ULTIMATECUSTOMER_PIF table consists of various fields, each holding specific information or linking keys about e-Invoice party_information - UltimateCustomer data available in SAP. These include LOCATION_ID (Char 20), NAME (Name), BUS_PHONE_NUM (First telephone number), BUS_FAX_NUM (Fax Number).. 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 (character-type or numeric)


SAP PSCD_ULTIMATECUSTOMER_PIF 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
PARTY_IDChar 20 CHAR20CHAR20CHAR20
LOCATION_IDChar 20 CHAR20CHAR20CHAR20
NAMEName NAME1CHAR30TEXT30
BUS_PHONE_NUMFirst telephone number TELF1CHAR16TEXT16
BUS_FAX_NUMFax Number TELFXCHAR31TEXT31
BUS_EMAILE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
BUS_WEB_ADDRUniversal Resource Identifier (URI) AD_URILCHR2048AD_URI
STR_ADDRESS1House number and street STRAS_GPCHAR35TEXT35
STR_ADDRESS2House number and street STRAS_GPCHAR35TEXT35
STR_ADDRESS3House number and street STRAS_GPCHAR35TEXT35
STR_PO_CODEPostal code PSTLZ_BASCHAR10PSTLZ
PSTLZ_BASPostal code PSTLZ_BASCHAR10PSTLZ
STR_COUNTRY_CODECountry Key LAND1CHAR3Assigned to domainLAND1LND
STR_COUNTRY_NAMEName 1 NAME1_GPCHAR35NAME
POST_ADDRESS1Name 1 AD_NAME1CHAR40TEXT40
POST_ADDRESS2Name 1 AD_NAME1CHAR40TEXT40
POST_ADDRESS3Name 1 AD_NAME1CHAR40TEXT40
POST_PO_CODEPostal code PSTLZ_BASCHAR10PSTLZ
POST_PO_DISTPostal code PSTLZ_BASCHAR10PSTLZ
POST_COUNTRY_CODECountry Key LAND1CHAR3Assigned to domainLAND1LND
POST_COUNTRY_NAMEName 1 NAME1_GPCHAR35NAME
CP_NAMEName NAME1CHAR30TEXT30
CP_FIRST_NAMEName NAME1CHAR30TEXT30
CP_LAST_NAMEName NAME1CHAR30TEXT30
CP_FUNCTIONName NAME1CHAR30TEXT30
CP_DEPARTMENTName NAME1CHAR30TEXT30
CP_PHONE_NUMBERFirst telephone number TELF1CHAR16TEXT16
CP_FAX_NUMBERFax Number TELFXCHAR31TEXT31
CP_EMAIL_ADDRESSE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
CP_WEB_ADDRESSUniversal Resource Identifier (URI) AD_URILCHR2048AD_URI
ORG_NUMBERChar 20 CHAR20CHAR20CHAR20
VAT_IDVAT Registration Number STCEGCHAR20STCEG
DEPARTMENTChar 20 CHAR20CHAR20CHAR20
ACCOUNT_NUMBERGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
IBAN_NUMBERChar 20 CHAR20CHAR20CHAR20
SWIFT_NUMBERChar 20 CHAR20CHAR20CHAR20
PROJECT_REFChar 20 CHAR20CHAR20CHAR20
CONTRACT_NUMBERChar 20 CHAR20CHAR20CHAR20
REF_CODEChar 20 CHAR20CHAR20CHAR20
REF_TEXTChar 20 CHAR20CHAR20CHAR20

Key field Non-key field



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

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

How to access SAP table PSCD_ULTIMATECUSTOMER_PIF

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