cancel
Showing results for 
Search instead for 
Did you mean: 

FRICEW

Former Member
0 Kudos

Hi Gurus,

I just wanted to know how each f-forms,R-reports,

I-Interface,C-Conversion,E-Enhancement,W-workaorund,C-conversion differs from each one.

I guess everyhting is done by some changing code..is tht rite ? or even spro settings also one of the part of it.

Can anybody please explain step by step with example ?

Regards,

Vijay

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Link:[http://wiki.sdn.sap.com/wiki/display/ABAP/FRICE(ABAPDevelopmentandProgramming)]

peter_atkin
Active Contributor
0 Kudos

Vijay,

The terms FRICE/RICEF are usually embedded in the project methodology.

FRICE or RICEF stands for:

- Forms: printouts usually via SmartForms or SAPScript

- Reports: any new customer specific reports. These may be multi-level and interactive

- Interfaces: connections to external systems. Can be one-way, or two-way

- Conversions: Data conversions, mainly used in the roll-out phases or master data uploads (LSMW)

- Enhancements: customer-exits, user-exits, BADIs, enhancement-spots, modifications

Although most of these do indeed require ABAP coding, a project needs to break the type of work into logical groupings. This may be useful for determining the financial implications and/or alloating work to specific teams, etc.

PeteA