Demo 1

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

Demo 1: How to Extend the General Ledger Coding Block

AC110

DEMO 1: HOW TO EXTEND THE GENERAL LEDGER


CODING BLOCK
Tasks
1. Insert field ZZAC110 to the CI_COBL include structure.
Field Name
Development Class
Field Name
Field Label
Data Type
Field Length

Value
ZZST
ZZAC110
Added field
CHAR
5

2. Modify a field status variant to make your new field optional.


3. Show that your field can be defined as a Financial Accounting splitting
characteristic.

2 DEMO 1: HOW TO EXTEND THE GENERAL


LEDGER CODING BLOCK

SAP SE

AC110

EX-3

Demo 1: How to Extend the General Ledger Coding Block

Task 1

Insert field ZZAC110 to the CI_COBL include structure.

Adding a field to the coding block takes a lot of time (about two hours in our system), so
show the steps up to the test run and then explain that due to the long test runs, you will
use one of the existing customer fields (e.g. ZZLOCA) as an example to continue the
demo.

Step
(1)

Step

SAP SE

Action
Click Edit Coding Block.

Action

AC110

EX-4

Demo 1: How to Extend the General Ledger Coding Block

Step
(2)

Step

Action
Click Continue.
You can also press Enter.

Action

(3)

Click CI_COBL.

(4)

Click Add Fields.


You can also press F6.

Step
(5)

SAP SE

Action
Click Execute.
You can also press F8.

AC110

EX-5

Demo 1: How to Extend the General Ledger Coding Block

Step

Action

(6)

Enter ZZST in the Development Class box.

(7)

Enter ZZAC110 in the Field Name box.

(8)

Enter Added field in the Field Label box.

(9)

Enter CHAR in the Data Type box.

(10)

Enter 5 in the Field Length box.

Step

Action

(11)

Click Back to return to the previous page.


You can also press F3.

Step

Action

(12)

Clear the Test Run check box.

SAP SE

AC110

EX-6

Demo 1: How to Extend the General Ledger Coding Block

Step

Action

(13)

Click Execute.
You can also press F8.

Step

Action

(14)

Click Continue.
You can also press Enter.

The program run time is about 2 hours in our training system.

Step

Action

(15)

Click Continue.
You can also press Enter.

Task 2

SAP SE

Modify a field status variant to make your new field optional.

AC110

EX-7

Demo 1: How to Extend the General Ledger Coding Block

Step

Action

(16)

Click Define Field Status Variants.

Step

Action

(17)

Click Line Selection 1000.

(18)

Double-click on Field status groups.

Step

Action

(19)

Double-click on G001.

SAP SE

AC110

EX-8

Demo 1: How to Extend the General Ledger Coding Block

You scroll to the new field by pressing page down twice.

Step

Action

(20)

Select New Field - Optional Entry.

(21)

Click Save.
You can also press Ctrl+S.

(22)

Click Exit to quit the transaction.


You can also press Shift+F3.

Task 3

Show that your field can be defined as a Financial Accounting


splitting characteristic.

Step

Action

(23)

Click Define Document Splitting Characteristics for General Ledger Accounting.

SAP SE

AC110

EX-9

Demo 1: How to Extend the General Ledger Coding Block

Step

Action

(24)

Click New Entries.


You can also press F5.

Step

Action

(25)

Select the entry ZZAC110 Added field by clicking it.

SAP SE

AC110

EX-10

Demo 1: How to Extend the General Ledger Coding Block

Exit without saving.

Step

Action

(26)

Click Exit to quit the transaction.


You can also press Shift+F3.

Step

Action

(27)

Click No.

SAP SE

AC110

EX-11

You might also like