Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

New field to GLPCA is not populated

Former Member
0 Kudos

Hi!

I've added a field AUART to table GLPCA and in structure RPCA2 too, then I've inserted in program RCOPCA02 the following code:

  • SDOCTYPE "<<<< insert note 92864

ADD 1 to i. "<<<< insert note 92864

CLEAR afield. "<<<< insert note 92864

afield-col_pos = i. "<<<< insert note 92864

afield-fieldname = 'AUART'. "<<<< insert note 92864

afield-no_sum = 'X'. "<<<< insert note 92864

afield-ref_tabname = 'GLPCA'. "<<<< insert note 92864

afield-no_out = 'X'. "<<<< insert note 92864

append afield to t_fieldcat. "<<<< insert note 92864

The problem is that when I run transaction KE5Z the new field AUART is empty.

Does anyone have an idea how to populate the new field?

Thanks in advance,

Jasmina

1 REPLY 1

Former Member
0 Kudos

Dear,

Report that found the note: 92864 - Include fields in line-item, which contains the directions on how to add customer fields in GLPCA table. Through Enhancement  (ZENH_APPEND_GLPCA_REPORT) we included in the program RCOPCA02 populated fields of client is possible in GLPCA table. Note that this update should include
in the program BSEG and COEP tables to include all line items of the profit center accounting.

Without more,


Regards,
Eudócio