Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

abap

Former Member
0 Likes
494

can any one tell abbrevation of ricef?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
468

Hi,

RICEF .....Reports, Interfaces, Conversions, Enhancements and 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 objects.

I - Interfaces

Interfaces are ALE / IDOC developments. Not only development, ABAP programming for IDOCs, also IDOC customization, management. I think it might refers EDI too.

C - Conversion

I think conversions means BDC programming, batch input function modules, BDCDATA structure, CALL TRANSACTION. Maybe conversion specifically refers conversion programs for standard batch input programs. Even we can say it refers LSMW.

E - Enhancements

Enhancements are user-exits and the object oriented model of user-exits that is BADIs.

F - Forms

Forms are SAPscript forms, SAPscript print programs, and SmartForms.

raam

4 REPLIES 4
Read only

Former Member
0 Likes
468

HI,

Reports, Interfaces, Conversions, Extensions and Forms (RICEF)

R-reports like Classical reports and ALV

I- Interfaces IDOCS, RFC

C-conversions like BDC LSMW

E- enhancements like userexits and BADIS

F- forms like scripts and smartform

Refer the Below Link for more Information,

http://www.itcserver.com/blog/2006/07/03/what-is-ricef/

Regards,

Sunil

Read only

Former Member
0 Likes
469

Hi,

RICEF .....Reports, Interfaces, Conversions, Enhancements and 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 objects.

I - Interfaces

Interfaces are ALE / IDOC developments. Not only development, ABAP programming for IDOCs, also IDOC customization, management. I think it might refers EDI too.

C - Conversion

I think conversions means BDC programming, batch input function modules, BDCDATA structure, CALL TRANSACTION. Maybe conversion specifically refers conversion programs for standard batch input programs. Even we can say it refers LSMW.

E - Enhancements

Enhancements are user-exits and the object oriented model of user-exits that is BADIs.

F - Forms

Forms are SAPscript forms, SAPscript print programs, and SmartForms.

raam

Read only

Former Member
0 Likes
468

Hi

R---reports..alv reports

I---interface

C---conversions

E--enchancements

F--forms

Edited by: Jyothsna M on Apr 24, 2008 4:34 PM

Read only

Former Member
0 Likes
468

hi all,

thx for ur answer...

sunny