Вы находитесь на странице: 1из 6

13/3/2014

How to define special fields for the line item transactions (FBL1N/FBL3N/FBL5N or, as of ERP2004, FAGLL03). | FICO (Financial Accounting & Controli
Curtir

All

Home

Tutorials

Answers

Search e.g. SAP ABAP


Interview
Questions

Books

4,5 mil

1.339

Transaction
Codes

Home Tutorials FICO (Financial Accounting & Controling)

Courses &
Institutes

Jobs

Login To Follow

How to define special fields for the line item transactions (FBL1N/FBL3N/FBL5N or, as
of ERP2004, FAGLL03).

Write

New User? Resigter

Classifieds

News

Login

Announcements

Tutorials Institutes QnA Books Jobs

FBL*N: Special fields are not displayed


Special GL transactions

By: rekha | Google | 23 Feb 2013 5:31 pm | 2163 times viewed | 0 Comments

Financial Accounting

General Topics

551

Special G/L Transactions: Overview


12

Define posting key ad Posting Rules for


Bank Transactions

I. Basic information
Tw eet

Banking Transaction Financial


Accounting Entries:SAP Account Posting

Share

1. Depending on your release, you can define


the
special
Like
5 fields for the line item display at the
following places in the IMG:

Accounting Entries
Bank Accounting (FI-BL) To handle
accounting transactions, Bank Master
Data
Define Document Types

Release 46C - 470

Read More..

FBL1N (Vendor line item display)


Financial Accounting
Accounts Receivable and Accounts Payable
Vendor Accounts
Line Items
Display Line Items
Define Additional Fields for the Line Item Display
FBL3N (G/L account line item display)
Financial Accounting
General Ledger Accounting
G/L Accounts
Line Items
Display Line Items with ALV
Define Special Fields for Finding and Sorting Data
FBL5N (Customer line item display)
Financial Accounting
Accounts Receivable and Accounts Payable
Customer Accounts
Line Items
Display Line Items
Define Additional Fields for the Line Item Display

ASK US !

All IMG paths use the T021S table to save the


definition
theour
special
fields. Therefore, a special field
Get
solutionsof
from
experts!
that is defined for G/L accounts may also be available for customers.
ERP2004 - ERP2005
You can also maintain special fields for FBL1N and FBL5N in these releases using the path mentioned
above.
If the 'new general ledger' is active, the path for defining special fields for the FBL3N is no longer
available, since FAGLL03 is used for displaying G/L account items in the standard system.
However, if you continue to use the FBL3N, you can maintain the special fields by following the
'customers or vendors' paths or by using transaction O7R3.
You can maintain special fields for transaction FAGLL03 in the following path:
Financial Accounting (New)
General Ledger Accounting (New)
Master Data
G/L Accounts
Line Items
Define Special Fields for Line Item Display
2. While saving or after you save the special fields, these are internally defined in following form:
When you save, the special fields are generated in the relevant structure for the line item display:
FBL*N

http://www.saptechies.org/define-special-fields-line-item-transactions-fbl1nfbl3nfbl5/

1/6

13/3/2014

How to define special fields for the line item transactions (FBL1N/FBL3N/FBL5N or, as of ERP2004, FAGLL03). | FICO (Financial Accounting & Controli

The 'basic structure' for displaying the items is RFPOSX.


From this entry and the relevant entries in the T021S table, the system generates the structure
RFPOSXEXT, which is used for the display. The special fields have the first characters 'U_'.
FAGLL03
The 'basic structure' for displaying the items is FAGLPOSE.
From the relevant entries in the T021S table, the system generates the FAGLPOSYEXT structure. The
special fields have the first characters 'U_'.
Both structures are included in the FAGLPOSX structure, which is used for the display.
II. Troubleshooting and known problems
1. Basic tips for troubleshooting
When you save or subsequently generate items, you receive an error message, for example
'Termination with error 3' or 'System error:
'SYST: Error in routine GENERATE FAGLPOSYEXT (F4 308)'.
In this case, analyze the activation log of the relevant structure.
Call transaction SE11 and enter the relevant structure in the 'Data type' field:
FBL*N -> RFPOSXEXT
FAGLL03 -> FAGLPOSYEXT
Display the structure.
Then, choose Utilities -> Activation Log.
This log contains exact explanations of which errors occurred.
If errors occur during the generation, also check whether Notes 947573 and 984303 are implemented in
your system.
If problems occur when you generate the structure RFPOSXEXT, you can try to regenerate these again
using the RFPOSXEXTEND report.
Execute the function module ITEM_STRUC_EXTENSION for special fields for transaction FAGLL03 as
described below.
There are more reasons for special problems listed below.
In addition, start the BALVBUFDEL report when you enhance the special fields. This resets the ALV
buffer (Note 205096) - this solves display problems.
2. Known problems with special fields
Fields were defined 'twice'
You use APPEND to add the special fields to the 'basic structure' (RFPOSX/FAGLPOSE).
When you save the special fields, the fields are included twice in the generated structure.
In this case, remove them either from the 'basic structure' or as special fields.
You use fields that contain the character '/'
You try to define a field, for example /TEST/CASE, from the table BSEG as a special field.
This is not possible due to a technical restriction, since fields that contain the character '/' must have the
first '/' at the beginning of the field name.
However, since the special fields are always created with the characters 'U_', these fields cannot be
used for the special field logic.
However, these fields can be used and filled in the following way:
Add the fields to the structures RFPOSX and RFPOS.
Include or enter the fields in both tables and reactivate the tables.
Restart the RFPOSXEXTEND report to add the fields to the generated structure RFPOSXEXT.
Create BTE 1650 (Business Transaction Event). For this purpose, copy the sample function module
SAMPLE_INTERFACE_00001650 into the customer namespace.
In the customer module, read the fields from the relevant table and transfer the values to the internal
fields.
Then activate the module in transaction FIBF.
Go to 'Settings -> Products -> ... of a customer' and create a product. You can choose the name of the
product and the description.
Set the 'Active' indicator and save.
Go to 'Settings -> P/S Modules -> ... of a customer' and include this entry:
Event:
00001650
Product:
'Product name'
Lnd/Appl:
empty
Function module: 'Your module'

http://www.saptechies.org/define-special-fields-line-item-transactions-fbl1nfbl3nfbl5/

2/6

13/3/2014

How to define special fields for the line item transactions (FBL1N/FBL3N/FBL5N or, as of ERP2004, FAGLL03). | FICO (Financial Accounting & Controli

Save the entry.


After these steps, the fields are now also available as 'special fields'. However, the 'special field' table is
now read for every line. This may affect the performance negatively.
The field is created correctly, however it is not filled during the 'first' access.
In this case, first start the BAVLBUFDEL report. This ensures that the special field is filled during the
'first' access of the list.
In addition, check whether the field is correctly filled in the tables to be read.
You defined special fields in a development system for transaction FAGLL03. However, after
the transport into a test or productive system, these fields do not exist.
In certain constellations, the AFTER-IMPORT routine for the table T021S for generating the special
fields may not be started correctly.
In this case, start the generation yourself. Proceed as follows to do so:
Call transaction SE37, enter the function module ITEM_STRUC_EXTENSION and execute it with the
following parameters:
BASIC_STRUCNAME
FAGLPOSY
EXT_STRUCNAME
FAGLPOSYEXT
EXT_FIELDS_TABNAME
T021S
I_LSTCL
D
X_TRANSPORT
''
After you have executed the function module, the structure should be regenerated correctly.

Find more information on SAP Fico

Comments
Sap Fi Co

Sap SD

Sap R 3

Sap ABAP

No Comments Posted for this Article.

Sign up for SAPTechies

Add your Comment...

Add Comment

Sap R 3

Sap ABAP

Sap Tools

Sap Data

Related
Financial Accounting TAFI40 - 2
Section: Accounts Payable & Accounts Receivable ..........................................................................................................1
Customer/Vendor...

http://www.saptechies.org/define-special-fields-line-item-transactions-fbl1nfbl3nfbl5/

3/6

13/3/2014

How to define special fields for the line item transactions (FBL1N/FBL3N/FBL5N or, as of ERP2004, FAGLL03). | FICO (Financial Accounting & Controli

Financial Accounting TAFI40 - 3


Download Financial Accounting TAFI40 - 3 Section: Production...

Customizing Financial Accounting in SAP


Contents t tt tttAcknowledgments ..................................................................................... tttPreface...

TAFI40 Financial Accounting Part IV


TAFI40 Financial Accounting Part IV Overview of Controlling General Tasks of Controlling The Components of CO
Integration Overview of Controlling: Unit Objectives At the...

FBL*N: Special fields are not displayed


In the line item display, special fields are not displayed even though they were maintained in the table T021S
using transaction SM31. This is due to an inconsistency between table entries (T021S)...

ABAP Development for Financial Accounting


Contents Introduction ............................................................................ 13 Acknowledgments
.................................................................. 15 ...

Financial Accounting

General Topics
Financial Accounting General Topics Purpose The Financial Accounting (FI) application component fulfills all
the international requirements that must be met by the financial accounting...

TAFI40 Financial Accounting Part III


TAFI40 Financial Accounting Part III Individual reports Standard report Call transaction Direct input If you do not
have a computer system yet, you have to enter master data...

TAFI41 Financial Accounting - Appendices


TAFI41 Financial Accounting - Appendices Currrrentt Prrobllems 1. Too many bank accounts 2. Accounting by
value date is required 3. Unreliable planning tools 4. Investment instruments not used...

Financial Accounting TAFI40


Course Overview....................................................................................................................................................................1
Course Goals...

TAFI40 Financial Accounting Part II


TAFI40 Financial Accounting Part II Customer/Vendor Accounts: Objectives At the conclusion of this topic, you will
be able to: describe the structure of customer and vendor accounts ...

100 Things About Financial Accounting with SAP


Contents Acknowledgments ............................................................................ .................. 11 Introduction...

Special GL transactions
Special GL transactions Advance to Vendors: Display IMG Maintain Accounting Configuration: Special G/L- List
Maintain Accounting Configuration: Special G/L- Accounts ...

SAP FI(Financial Accounting) FAQ


1. There is "company" field in the Company Code global settings. The R/3 help says that it is being used for
consolidation. We can use Group Chart of account to do the same. What is the...

Financial Accounting

General Topics
To review the financial position of the company in real time as compared to legacy systems Modules: General
Ledger (FI-GL): is fully integrated with the other SAP Modules. It...

Special G/L Transactions: Overview


Special G/L Transactions: Overview Special transactions in accounts receivable and accounts payable that are
displayed separately in the general ledger and the sub-ledger...

FICO: Missing fields in the financial conditions - 755121


Symptom To transfer financial conditions for financial transactions or financial instruments in the financial
conditions of the Bank Analyzer some additional fields are required: For nominal...

Define posting key ad Posting Rules for Bank Transactions


Financial Accounting Bank Accounting Business Transaction
Define posting key ad Posting...

Payment Transaction

Manual Bank Statement

Banking Transaction Financial Accounting Entries:SAP Account Posting


Banking Transaction Financial Accounting Entries: Settlement Of Tour Advances Domestic/Foreign
Settlement of advance will be done by the Accounts Department based on the...

1)

Accounting Entries
1.1 All the Inventory transactions will look for the valuation class and the corresponding G.L. Accounts and post
the values in the G.L accounts. For Example: during Goods Receipt Stock...

Bank Accounting (FI-BL) To handle accounting transactions, Bank Master Data


Bank Accounting (FI-BL) To handle accounting transactions that you process with your bank It includes management of bank master data ...

The

SAP balance difference ERROR for the Balance sheet Item, FAGLL03
Dear friends There is a balance difference ERROR for the Balance sheet Item(Open item management GL): 1.
T_code- FAGLL03, when i go for all Items Display, till date(14.07.2009) the balance is -...

Define Document Types


T-code (OBA7) Path Financial Accounting Financial Accounting Global Setting
Define Document Types In this...

Documents

Document Header

TRANSACTIONS FAQ
1. What is a transaction? A transaction is dialog program that change data objects in a consistant way. 2. What
are the requirements a dialog program must fulfill? A dialog program...

Special G/L Transactions: Bills of Exchange


Special G/L Transactions: Bills of Exchange The following topics explain how to post and process bills of
exchange. For detailed information on Customizing settings, access Configuring the System...

FI Financial Accounting: Workflow Scenarios


Contents FI Financial Accounting: Workflow Scenarios ..........................................................................5 Workflow
Scenarios in Financial Accounting...

Line item: branch items missing


Symptom You are using the line item display for customers or vendors with dynamic selections for master data
fields (tables KNA1, KNB1 or LFA1, LFB1). The system incorrectly does not display the...

Available fields in the dynamic selections of the Line Item display.

http://www.saptechies.org/define-special-fields-line-item-transactions-fbl1nfbl3nfbl5/

4/6

13/3/2014

How to define special fields for the line item transactions (FBL1N/FBL3N/FBL5N or, as of ERP2004, FAGLL03). | FICO (Financial Accounting & Controli

Using Transaction SE36, you have extended the selection view for the logical database DDF, KDF, or SDF, to
have more selection fields available in the dynamic selections of the line item display...

Financial Accounting Configuration Manual


1tINTRODUCTIONt..................10 1.1tOVERVIEWt...................10 2tCONFIGURATION DETAILS OF EXTENDED
WITHHOLDING TAX ....................10 2.1tBASIC...

Controling error while posting document in FB50


I did Fi configrations for posting... i have not touch controlling area.... but i m getting controling error as following ...
i m ready to do controling setting also if reqd for posting.... ...

How to Define Account Group


T-code (OBD4) Path Financial Accounting General Ledger Accounting

GL Accounts

Master Records ...

FB02 FB03 - Change/Display Financial Accounting documents


All business transactions posting are stored in the Financial Accounting Modules as accounting documents.
FBV1 FBV2 FBV3 - Create/Change/Display Parked Document Parked Document are...

Structure or restructure of Profit Center Accounting


Profit Center Accounting offers functions for subsequent data collection that you can find in PCA Customizing as
follows: PCA Customizing -> Tools -> Prepare Production startup -> R/3...

Define Chart of Accounts


T-code (Ob13) Path Financial Accounting General Ledger Accounting

GL Accounts

Master Records ...

Financial Accounting Configuration Manual


1 Introduction 1.1 Overview 2 Configuration Details of Extended Withholding Tax 2.1 Basic Settings 2.1.1 Check
Withholding Tax Countries 2.1.2 Define official...

Define Tolerance Group for Employees


T-code (OBA4) Path Financial Accounting Financial Accounting global Setting

Document

Line Items ...

HR Payroll Accounting, Line Item Posting Not in Post Document When Sum Balance is 0
Requirment: Have on same symb.account on pernr an amount -400,00 and +400,00, both amounts shall be
posted and not excluded when balance is 0. As there is no standard functionality to trigger in...

Define Posting Keys


T-code (OB41) Path Financial Accounting Financial Accounting global Setting

Document

Line Items ...

Line item: Header information is missing


The system does not display any header information on the line item list for the general ledger, vendors or
customers.Data is missing which identify the account in particular, as well as the account...

SQL Financial Accounting Error..


Hi all, I have one problem regarding the SQL financial accounting software.When i run this software,it display this
message: Exception EAccessViolation in module SQLAcc.exe at 000041f1 Access...

Useful Reports Tcode in SAP Financial Accounting


GENERAL LEDGER Information Systems 1. Structured Account Balances (Balance Sheet & P&L Account in FS
Version...

Guide for Testing SAP Financial


TESTING Unit Testing When you test every single document is called unit testing. String Testing One transaction
full activity is called string testing . For example Vendor invoice, goods...

Need to modify layout of line items for vendor


I want to see the document header text field in the Vendor Line Item display report , i tried to insert the field
through layout change option , but its not there as a hidden field also , i need to...

Financial Accounting Organizational Structure


Financial Accounting Organizational Structure Accounting The process of identifying, recording , summarizing and
reporting economic Info. To decision makers FI Accounting-Focuses on...

Sales Order - Item Line Completion upon Delivery


We have the need for genuine tolerances on deliveries but there is also a need to allow ongoing over-delivery
based upon a concessions process. How can we prevent the Standard SAP completion of an...

Bank Accounting Define Bank Accounting (FI12)


Define House Bank Financial Accounting Bank Accounting Bank Accounts
Select New Entries House Bank represents the Bank...

Define House Bank Press Enter

Reasons For Archiving Financial Accounting Data


What is financial archiving? Where it is used? Why? Where is it configured in IMG? There are both technical and
legal reasons for archiving Financial Accounting data. Archiving: 1)...

How to add fields to the field catalogue for pricing


You want to use the field PSTYV (Sales Document Item Category) that is contained in the structure KOMP
(Communication Item Pricing) as a key for a condition table however, when you create a condition...

Asset Accounting (FI-AA) Overview


Asset Accounting Overview Purpose The Asset Accounting (FI-AA) component is used for managing and
supervising fixed assets with the SAP R/3 System. In SAP R/3 Financial Accounting, it serves as a...

Sap Business One

Sap Integration

http://www.saptechies.org/define-special-fields-line-item-transactions-fbl1nfbl3nfbl5/

Sap Definition

Sap Data

5/6

13/3/2014

How to define special fields for the line item transactions (FBL1N/FBL3N/FBL5N or, as of ERP2004, FAGLL03). | FICO (Financial Accounting & Controli

Tutorials

Forum

Books

Interview Questions

ABAP

ABAP

ABAP

ABAP

About SAP

About SAP

BASIS

Advanced Planner and Optimizer


(SAP APO)

Advanced Planner and Optimizer


(SAP APO)

Business One

APO Advanced Planner and


Optimizer

BASIS

BW (Business Warehousing)

BASIS

BASIS

Business One

Business One

Business One

C RM (C ustomer Relationship
Management)

BW (Business Warehousing)

BW (Business Warehousing)

BW (Business Warehousing)

C S (C ustomer Service)

C RM (C ustomer Relationship
Management)

C RM (C ustomer Relationship
Management)

EC (Enterprise C ontrolling)

C RM (C ustomer Relationship
Management)

C S (C ustomer Service)

C S (C ustomer Service)

FIC O (Financial Accounting &


C ontroling)

EC (Enterprise C ontrolling)

EC (Enterprise C ontrolling)

EC (Enterprise C ontrolling)

Exchange Infrastructure SAP XI

Exchange Infrastructure SAP XI

FIC O (Financial Accounting &


C ontroling)

FI C O (Financial Accounting &


C ontrolling)

PP (Production Planning)

GUIXT

Transcation Codes

Courses

Jobs

About Website

ABAP

SAP course in Hyderabad

ABAP

About

BASIS

SAP course in Bangalore

BASIS

C ontact Us

Business One

SAP course in C hennai

SC M Supply C hain Management

Terms Of Use

BW (Business Warehousing)

SAP course in Mumbai

MM Material Management

Terms & C onditions

C RM (C ustomer Relationship
Management)

SAP course in Noida

MDM Master Data Management

RSS/Syndication

C S (C ustomer Service)

SAP course in Delhi

BW Business Warehouse

Site Map

SAP course in Pune

FIC O Financial Accounting

XML Site Map

SAP course in Kolkata

HR Human Resources

We are Hiring

SAP course in C ochin

SD Sales and Distribution

SAP course in Gurgaon

HC M Human C apital Management

EC (Enterprise C ontrolling)
IM (Investment Management)
IS (Industry Solutions)

C S (C ustomer Service)
FIC O (Financial Accounting &
C ontroling)

C RM C ustomer Relationship
Management
QM Quality Management

2014 SAPTechies. All rights reserved.

http://www.saptechies.org/define-special-fields-line-item-transactions-fbl1nfbl3nfbl5/

6/6

Вам также может понравиться