FMCCRVENDOR_HDR SAP (PSM-FG: CCR Vendor Table) Table details

Dictionary Type: Table
Description: PSM-FG: CCR Vendor Table




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




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

FMCCRVENDOR_HDR is a standard SAP Table which is used to store PSM-FG: CCR Vendor Table data and is available within R/3 SAP systems depending on the version and release level.

The FMCCRVENDOR_HDR table consists of various fields, each holding specific information or linking keys about PSM-FG: CCR Vendor Table data available in SAP. These include DUNS (DUNS Number), DUNS4 (DUNS+4), CAGE (CAGE Code), BUSNAME (Legal Business Name).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP FMCCRVENDOR_HDR 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
DUNSDUNS Number FMCCRDUNSCHAR9
DUNS4DUNS+4 FMCCRDUNS4CHAR4
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
XUSNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
XDATELast CCR Extract Date FMCCR_UPDATEDATS8
XTIMELast CCR Extract Time FMCCR_UPTIMETIMS6
MPINMarketing Partner Identification Number FMCCR_MPINCHAR9
FININSTFinancial Institution FMCCR_FININSTCHAR30
ABAROUTEAmerican Bankers Association Routing Number FMCCR_ABAROUTENUMC9
ACCNTNOAccount Number FMCCR_ACCNTNOCHAR30
ACCNTYPAccount Type FMCCR_ACCNTYPCHAR1FMCCR_ACCNTYP
LOCKBOXLock Box FMCCR_LOCKBOXCHAR20
AUTHDATEAuthorization Date FMCCR_AUTHDATEDATS8
EDIVANValue Added Network FMCCR_EDIVANCHAR60
EDIISAQISA Qualifier FMCCR_ISAQCHAR2
EDIISASQISA Sender Qualifier FMCCR_ISASQCHAR15
EDIGS02GS02 Identifier FMCCR_EDIGS02CHAR15
EDIREC820Receive 820 FMCCR_EDIREC820CHAR1FMCCR_BOOL
DBUPDATELast Update Date from Dun and Bradstreet FMCCR_DBUPDATEDATS8
DBBUSNAMED&B Monitoring: Legal Business Name FMCCR_DBBUSNAMECHAR120
DBDBANAMED&B Monitoring: Doing Business As FMCCR_DBDBANAMECHAR60
DBMONSTDun and Bradstreet Monitoring Status FMCCR_DBMONSTCHAR20
DBBUSSTDun and Bradstreet Current Business Status FMCCR_DBBUSSTCHAR1FMCCR_DBBUSST
REGDATERegistration date FMCCREGDATDATS8
STATEINCState of Incorporation FMCCR_STATEINCCHAR2
COUNTRYINCCountry of Incorporation FMCCR_COUNTRYINCCHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMCCRVENDOR_HDR
INTO CORRESPONDING FIELDS OF WA_FMCCRVENDOR_HDR
WHERE...

How to access SAP table FMCCRVENDOR_HDR

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