IFMCCRBASICINFO SAP (PSM-FG: CCR Vendor Basic Information) Structure details

Dictionary Type: Structure
Description: PSM-FG: CCR Vendor Basic Information




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




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

IFMCCRBASICINFO 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 "PSM-FG: CCR Vendor Basic 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_IFMCCRBASICINFO TYPE IFMCCRBASICINFO.

The IFMCCRBASICINFO table consists of various fields, each holding specific information or linking keys about PSM-FG: CCR Vendor Basic Information data available in SAP. These include BUSNAME (Legal Business Name), DBANAME (Doing Business As), TAXID (CCR TaxID), SSN (Social Security 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)


SAP IFMCCRBASICINFO 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
CAGECAGE Code FMCCRCAGECHAR5
BUSNAMELegal Business Name FMCCR_BUSNAMECHAR120
DBANAMEDoing Business As FMCCR_DBANAMECHAR60
TAXIDCCR TaxID FMCCRTAXIDNUMC9
SSNSocial Security Number FMCCR_SSNNUMC9
REGSTATCurrent Registration Status FMCCR_REGSTATCHAR10FMCCR_REGSTAT
EXPDATERegistration Expiration Date FMCCR_EXPDATEDATS8
DIVNAMEDivision Name FMCCR_DIVNAMECHAR60
DIVNUMDivision Number FMCCR_DIVNUMCHAR10
URLUniform Resource Locator FMCCR_URLCHAR200
BUSSTARTBusiness start date FMCCR_BUSSTARTDATS8
EMPLNUMNumber of employees FMCCR_EMPLNUMNUMC15
LOCEMPLNUMLocation Employee Number FMCCR_LOCEMPLNUMNUMC15
FISCENDFiscal Year End Close Date (MMDD) FMCCR_FISCENDCHAR4
REVENUERevenue FMCCR_REVENUENUMC15
LOCREVENUELocation Revenue FMCCR_LOCREVENUENUMC15
COSECLVLCompany Security Level FMCCR_COSECLVLNUMC2
EMSECLVLHighest Employee Security Level FMCCR_EMSECLVLNUMC2
ORGTYPOrganization Type Code FMCCR_ORGTYPCHAR2
DELFEDDEBTObsolete field (do not use) - Delinquent Federal Debt FMCCR_DELFEDDEBTCHAR1FMCCR_BOOL
NOPUBDISPLAYObsolete field (do not use) - No Public Display Flag FMCCR_NOPUBDISPLAYCHAR1FMCCR_BOOL

Key field Non-key field



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

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

How to access SAP table IFMCCRBASICINFO

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