EFRANCH_GRID_IN SAP (Assign Franchisee to Grid for India) Table details

Dictionary Type: Table
Description: Assign Franchisee to Grid for India




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




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

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

The EFRANCH_GRID_IN table consists of various fields, each holding specific information or linking keys about Assign Franchisee to Grid for India data available in SAP. These include GRID_ID (Grid), FRANCH_ID (Unique ID of the Franchisee), VALID_FROM (Valid from), VALID_TO (To).. 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 EFRANCH_GRID_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
GRID_IDGrid GRID_IDCHAR10Assigned to domainGRID_IDGRIDE_GRID
FRANCH_IDUnique ID of the Franchisee FRANCH_IDCHAR6Assigned to domainFRANCH_IDFRANCHID
VALID_FROMValid from VALID_FRODATS8DATS
VALID_TOTo VALID_TODATS8DATS
FRANCH_SERVService provided by franchisee (India) FRANCH_SERVCHAR2FRANCH_SERV
MAX_DAYS_BDMaxium number of days for Bill delivery (India) MAX_DAYS_BDDEC5DAYCNT
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 EFRANCH_GRID_IN using ABAP code

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

SELECT SINGLE *
FROM EFRANCH_GRID_IN
INTO CORRESPONDING FIELDS OF WA_EFRANCH_GRID_IN
WHERE...

How to access SAP table EFRANCH_GRID_IN

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