EFRANCHDATA_IN SAP (India: Master data for Franchisee) Table details

Dictionary Type: Table
Description: India: Master data for Franchisee




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




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

EFRANCHDATA_IN is a standard SAP Table which is used to store India: Master data for Franchisee data and is available within R/3 SAP systems depending on the version and release level.

The EFRANCHDATA_IN table consists of various fields, each holding specific information or linking keys about India: Master data for Franchisee data available in SAP. These include FRANCH_ID (Unique ID of the Franchisee), GPART (Business Partner Number), VALID_TO (To), FLAG_MR (Indicator: Active for business function Meter Reading).. 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 or numeric)


SAP EFRANCHDATA_IN 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
FRANCH_IDUnique ID of the Franchisee FRANCH_IDCHAR6FRANCH_IDFRANCHID
GPARTBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VALID_TOTo VALID_TODATS8DATS
FLAG_MRIndicator: Active for business function Meter Reading FLAG_MRCHAR1XFELD
FLAG_BILL_DBNIndicator: Active for Bill distribution FLAG_BDCHAR1XFELD
FLAG_COLLECTNIndicator: Active for payment collection FLAG_COLLCHAR1XFELD
FLAG_LOSS_REDNIndicator: Active for Loss reduction FLAG_LRCHAR1XFELD
CHANG_DATESystem Date SYDATUMDATS8SYDATS
CHANG_BYUser Name SYUNAMECHAR12SYCHAR12
CHANG_TIMESystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM EFRANCHDATA_IN
INTO CORRESPONDING FIELDS OF WA_EFRANCHDATA_IN
WHERE...

How to access SAP table EFRANCHDATA_IN

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