WhatsApp Button




top of page
Writer's pictureRajesh Sharma

What is RICEF?


RICEF is an acronym that categorizes the SAP technical development objects into five different areas. RICEF stands for Reports, Interfaces, Conversion, Enhancements, Forms, E - Enhancements: Enhancements include all the modifications to SAP standard delivered objects


RICEF stands for Reports, Interfaces, Conversions, Enhancements, Forms. R - Reports. R refers report programming. Of course, firstly classical report programming, WRITE statement; then it means ALV programming with either ALV function modules or ABAP

Symbol Description

R Report (Classical, Interactive, and ALV Report)

I Interface (IDOC, APIs, and BAPI etc.)

C Conversion (BDC, and BAPI)

E Enhancement (BADI, Customers Exists, etc,)

F Forms (Smart Form and Adobe form)

1.1 Reports


Report è To display the data from custom tables or standard table

VBRK- Billing Header Table

VBRP-Billing Item Table


Types of report


o Classical

o Interactive

o ALV

1.2 Interface

Interface Communication between SAP-SAP and SAP- Non SAP

2 way process Sending and Receiving data

  • RFC – Remote Function Call. The classic way for communication between non-SAP systems and SAP is, according to SAP itself, the RFC interface.

  • BAPI – Business Application Programming Interface. The basic concept of BAPIs is object-orientation.

  • IDoc Messages

  • SOAP Web-service.

  • REST API.

  • SAP HANA

1.3 Conversion


Converting excel data (Non-SAP) data into SAP BDC—Batch Data Communication

Batch Data Communication or BDC is a batch interfacing technique that SAP developed. It is mainly used for uploading data into the SAP R/3 system. BDC works by simulating the user input from transactional screen via an ABAP program.

Methods of Batch Input

  • Classical Batch Input method. In this method an ABAP/4 program reads the external data to the SAP System and stores in a batch input session.

  • Call Transaction Method. In this method ABAP/4 program uses CALL TRANSACTION USING statement to run an SAP transaction.

  • Batch Input Data Structure.

Use of BDC


BDC sessions, which are also known as Batch Input Sessions, are used to load legacy data into the SAP system and perform highly repetitive tasks that involve in data entry. BDC session simulates the online entry of all data, transactions, validations that are included in each transaction.


BDC stands for Batch Data Communication and is also referred to as Batch Input. It is a technique for mass input of data by simulating user inputs in screens of existing transactions. Screens are not display; it can be run in the background.

There are 2 types of BDC, the difference of which are as follows: <b>Session method</b>.

1) Synchronous processing.

2) Can transfer large amount of data


1.4 Enhancement


Enhancement in SAP is adding or modifying the logic of SAP standard program without modifying it, enhancement consists of customer exit, Business transaction event (BTE) and Business add-ins (BADI). And if the enhancement is not enough, we can do modification

Types of Enhancements

  • Menu Exits.

  • Screen Exits.

  • Function Module Exits.

  • Field Exits.

The enhancement concept allows you to add your own functionality to SAP's standard business applications without having to modify the original applications. SAP creates customer exits for specific programs, screens, and menus within standard applications.


Standard Database Tables and Structures defined by SAP within the ABAP Data Dictionary can be enhanced by customers using Custom includes or append structures. The table enhancement category provides a way of limiting this customization so that dependent objects are not negatively affected.


Customer exits (aka user exits) are possibilities offered by SAP at strategic moments to call customer ABAP code so that to enhance the standard. Hence, customer exits acts as 'Hook' points for the custom business functionality.


A BADI is an enhancement technique that facilitates a SAP programmer, a user, or a specific industry to add some additional code to the existing program in SAP system. We can use standard or customized logic to improve the SAP system. A BADI must first be defined and then implemented to enhance SAP application.

Types of BADI

  • Single implementation BADI.

  • Multiple implementations BADI.

  • Filter BADI.

  • Custom BADI (Not used/Rarely used)

1.5 Forms


SAP Smart Forms tool can be used to print and send documents. This tool is useful in developing forms, PDF files, e-mails and documents for the Internet. The tool provides an interface to build and maintain the layout and logic of a form. In a Smart Form, data is retrieved from static and dynamic tables.


SAP Smart Forms is used to create and maintain forms for mass printing in SAP Systems. As output medium SAP Smart Forms support a printer, a fax, e-mail, or the Internet (by using the generated XML output). SAP introduced Smart Forms in 1998 to overcome the limitations in

SAP Scripts.


SMARTFORMS is the transaction to design the smart form layout. It is possible to embed texts, images, tables, barcodes. Importing parameters have to be defined so that an ABAP program can send the data to be printed. When the smart form is activated, a function module is generated that an ABAP program has to call

Rajesh Sharma

SAP MM/EWM Consultant


10,988 views1 comment

Recent Posts

See All

1 Comment


CBKM BOCU
CBKM BOCU
Nov 11

EPS Machine EPS Cutting…

EPS Machine Eps Raw…

EPS Machine EPS Recycling…

EPS Machine EPS Mould;

EPS Machine EPS Block…

EPP Machine EPP Shape…

EPTU Machine ETPU Moulding…

EPS Machine Aging Silo…

EPTU Machine ETPU Moulding…

EPS Machine EPS and…

EPS Machine EPS and…

AEON MINING AEON MINING

AEON MINING AEON MINING

KSD Miner KSD Miner

KSD Miner KSD Miner

BCH Miner BCH Miner

BCH Miner BCH Miner

Like
bottom of page