IFMCCRUPDATEFLDS SAP (Structure for ALV list of CCR Vendor Update results (iDocs)) Structure details

Dictionary Type: Structure
Description: Structure for ALV list of CCR Vendor Update results (iDocs)




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




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

IFMCCRUPDATEFLDS 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 "Structure for ALV list of CCR Vendor Update results (iDocs)" 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_IFMCCRUPDATEFLDS TYPE IFMCCRUPDATEFLDS.

The IFMCCRUPDATEFLDS table consists of various fields, each holding specific information or linking keys about Structure for ALV list of CCR Vendor Update results (iDocs) data available in SAP. These include VENDNUM (Account Number of Vendor or Creditor), IDOCNUM (IDoc number), UPDATE_IND (Record Update Indicator), MANDT (Client).. 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 IFMCCRUPDATEFLDS 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
STATUSStatus of IDoc EDI_STATUSCHAR2Assigned to domainEDI_STATUS
VENDNUMAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
IDOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
UPDATE_INDRecord Update Indicator FM_UPDATE_INDCHAR10FM_UPDATE_IND
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 structure IFMCCRUPDATEFLDS using ABAP code?

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

How to access SAP table IFMCCRUPDATEFLDS

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