EPIC_EBR_FORM SAP (EBR FORM) Table details

Dictionary Type: Table
Description: EBR FORM




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




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

EPIC_EBR_FORM is a standard SAP Table which is used to store EBR FORM data and is available within R/3 SAP systems depending on the version and release level.

The EPIC_EBR_FORM table consists of various fields, each holding specific information or linking keys about EBR FORM data available in SAP. These include PROGRAM_NAME (EPIC EBR: Program Name for PDF Printing Form Configuration), FORM_NAME (PDF-Based Forms: Form 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP EPIC_EBR_FORM 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
PROGRAM_NAMEEPIC EBR: Program Name for PDF Printing Form Configuration EPIC_EBR_PROG_NAMECHAR40EPIC_EBR_PROG_NAME
FORM_NAMEPDF-Based Forms: Form Name FPWBFORMNAMECHAR30FPNAMEFPWBFORMHFPWBFORM

Key field Non-key field



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

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

SELECT SINGLE *
FROM EPIC_EBR_FORM
INTO CORRESPONDING FIELDS OF WA_EPIC_EBR_FORM
WHERE...

How to access SAP table EPIC_EBR_FORM

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