SAP Database - The Unofficial SAP Knowledge Base

Free Business and Tech Magazines and eBooks

Account Group and Field Status Group

Print This Post Email This Post Written by admin on Sep 3rd, 2008 | Filed under: Finance (FI)

An Account group controls the data that needs to be entered at the time of creation of a master record. Account groups exist for the definition of a GL account, Vendor and Customer master. It basically controls the fields which pop up during master data creation in SAP.

Field status groups control the fields which come up when the user does the transactions. There are three options for field selection.  They are:
Display only
Suppressed
Mandatory
So basically you can have any field either for display only or you can totally suppress it or make it mandatory. The field status group is stored in the FI GL Master Record.

If you like this post, you may as well like these too:

  1. Use of GUI-STATUS A GUI Status is created in an ABAP Program using the statement: SET PF-STATUS ‘<Gui Status Name>’. A GUI Status is contains a Menu Bar, Standard toolbar, Application toolbar and...
  2. Create Field Help Control To Create Field help control as a reusable BSP Extension Element. Although the finished solution is rather complex internally (like any generic object usually is), This will make sure that...
  3. SAP table and field search technique You want to create an ABAP query or ABAP report using fields that you can find on transaction screens, but you don’t know where the data are stored. This paper...
  4. ABAP Programs: Working with Field symbols REPORT CHAP2401. * Defining a Field Symbol FIELD-SYMBOLS < FS>. * Variable for later use DATA FIELD VALUE 'X'. * Assigning a field to a Field Symbol ASSIGN FIELD TO...
  5. ABAP Programs: Simple examples of field conversion REPORT ZSOURCE0702. * Converting to numbers during computationsDATA: NUMBER_1(4) VALUE ‘1771′, NUMBER_2(3), RESULT TYPE I. NUMBER_2 = ‘005′.RESULT = NUMBER_1 + NUMBER_2.WRITE / RESULT. NUMBER_2 = ‘ 5′.RESULT = NUMBER_1...



This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

Leave a Reply

  • Subscribe to RSS

  • Free Ebooks