Step by Step Guide to Creating Include & Append Structure in SAP ABAP

Structure is a database object which is a group of fields which can be used in multiple tables in SAP ABAP. The advantage of structure is that it is reusable in multiple tables. The difference between the table and structure is , structure can hold single record only where as a table can hold multiple record.

In this document, you will find step-by-step guide to structure implementation in two ways:

  • Include structure: This option is used only for Custom Tables (i. e. the name starting with Z or Y). These include structure can be reusable.
  • Append structure:This option used only with STANDARD SAP TABLES. The Append Structures are not reusable

Read more

New General Ledger Configuration in SAP ECC 6.0

The main purpose of G/L accounting in SAP is to provide a comprehensive picture of external accounting and accounts. Recording all business transactions (primary postings as well as settlements from internal accounting) in a software system that is fully integrated with all the other operational areas of a company ensures that the accounting data is always complete and accurate.

In this document, you will find in-depth overview and configuration process flow of New General Ledger in SAP ECC 6.0

  • Brief Overview of Parallel Accounting, Integration of Legal and Management Reporting, Segment Reporting, Cost of Sales Accounting
  • Activate New General Ledger Accounting: SE11 / FAGL_ACTIVEC
  • Compage Ledgers GCAC
  • Deactive of Updation to the Classic General Ledger (GLT0)
  • Define Ledgers for General Accounting
  • Define Currencies for the Leading Ledger
  • Define and Activate Non-Leading Ledger
  • Assign Customer Fields and Scenarios to Ledgers
  • Define Ledger Groups
  • Document Splitting Settings & Configuration
  • Extended Document Splitting

Read more

Implementation & Modifications of Table Maintenance Generator

Table Maintenance Generator (TMG) in SAP ABAP, which can be created using transactions SE54 and SE11, is a tool used to create a equipment by which customized tables created by end users can be changed as required.

In this article author guides you through the implementation procedure of Table Maintenance Generator (TMG) for custom tables and also explains some modifications available in the table maintenance generator.

  • Why to use Table Maintenance Generator ?
  • Prerequisite to create Table Maintenance Generator for a Custom Table
  • Creation of TMG for a Custom Table
  • Maintaining the table through SM30
  • Modifications in TMG

Read more