cancel
Showing results for 
Search instead for 
Did you mean: 

How to include pernr field to FAGLL03

Former Member
0 Kudos

HI Experts,

I have added BSEG-PERNR field to tcode FAGLL03 by using Settings->Special fields,there i added pernr field by selecting new fields option .when i move changes to quality i can see the field in specials fields section but when i want to include in output list by going through settings->layout->current i am not able to find the required field .please tell me how to include field in

layout->current list.

Please tell me how to proceed further.

Thanks&Regards,

narasimha.

Accepted Solutions (1)

Accepted Solutions (1)

Renan_Correa
Active Contributor
0 Kudos

Hello,

Please check the note 984305, site 4-5:

...

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.

Regards,

REnan

Former Member
0 Kudos

Hi Renan,

The field(PERNR) is included in the structures that you specified,even it is there in tcode fagll03at special fields but the field in not available for selection ie at settings->layout->current.

Regards,

narasimha.

Edited by: narasimha02 on Oct 25, 2010 6:08 AM

Former Member
0 Kudos

Problem solved by using above note.

Answers (0)