ECICBPSD SAP (Profile for IS-U Business Partner Component of CIC) Table details

Dictionary Type: Table
Description: Profile for IS-U Business Partner Component of CIC




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




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

ECICBPSD is a standard SAP Table which is used to store Profile for IS-U Business Partner Component of CIC data and is available within R/3 SAP systems depending on the version and release level.

The ECICBPSD table consists of various fields, each holding specific information or linking keys about Profile for IS-U Business Partner Component of CIC data available in SAP. These include PROFILE (Profile for IS-U Business Partner Component of CIC), SEARCH_MODE (Search Mode of CIC Business Partner Search), ADR_FORMAT (Address Format for CIC Business Partner Component), ADRTYPE (Address Category for Search).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP ECICBPSD 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
PROFILEProfile for IS-U Business Partner Component of CIC ECICBPSD_PROFCHAR10ALPHAECICBPSD_PROF
SEARCH_MODESearch Mode of CIC Business Partner Search ECICBPSD_SEARCHMODECHAR1ECICBPSD_SEARCHMODE
ADR_FORMATAddress Format for CIC Business Partner Component ECICBPSD_ADRFORMATCHAR3ALPHAECICBPSD_ADRFORMAT
ADRTYPEAddress Category for Search ECF_ADRCHAR1ECF_ADR
EDIT_REPIDProgram containing the subscreen for the partner data ESALES_PARTNER_PROGNAMECHAR40PROGNAMERID
EDIT_DYNNRSubscreen for the Maintenance of Partner Data ESALES_PARTNER_DYNNRCHAR4DYNNR
EDIT_CHECKFMName of the Check Function Module for Partner Data ESALES_PARTNER_CHECKFMCHAR30Assigned to domainFUNCNAMELIB
EDIT_TEMPLATEMaster Data Template for Business Partner ESALES_TEMPL_PARTNERCHAR20Assigned to domainEPD_PRODID

Key field Non-key field



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

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

SELECT SINGLE *
FROM ECICBPSD
INTO CORRESPONDING FIELDS OF WA_ECICBPSD
WHERE...

How to access SAP table ECICBPSD

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