2008 Dec 31 7:14 AM
hi all,
i need to add a output field in tcode FAGLL03.
i am unable to find the code written for output display in the report.
can anyone please help me.
thanks in advance.
hi all,
i need to add a output field in tcode FAGLL03.
i am unable to find the code written for output display in the report.
can anyone please help me.
thanks in advance.
2008 Dec 31 7:36 AM
Hi,
Please check the structure FAGLPOSX in se11.
If the fields included in the structure are the ones you get in output then please create the Include CI_FAGLPOSX in the same structure and put your required field name there.
If data is getting populated in the program for your new field then you should see it in the output with data.
Please do this much and revert with results.
2008 Dec 31 8:23 AM
The display is done through the fn module FAGL_ITEMS_DISPLAY. But if you have to add some fields then you have to change the fieldcat using in the above fn module . For that you can check the perform statement perform get_initial_fieldcat. I think before copying it to a Z program better you can click on change layout (Ctrl + F8) button in application toolbar and you can search in the hidden fields whether your desired field is available there or not. If it is available then just include it for the display and save that layout for default layout.
Regards
Shiba Prasad Dutta
2008 Dec 31 9:31 AM
the field which i want to include is not there in the structure FAGLPOSX , how can i add the new field now in the report output, even the field is not available in the hidden fields
please help me
2008 Dec 31 8:49 AM
Hi ,
U can add your desired field by copying the standard include FAGL_ACCOUNT_ITEMS_INC
in the include FAGL_ACCOUNT_ITEMS_INC while appending the internal table GT_ALW_fieldlist.
but before that check if ur required field is already present in the gt_alw_fieldlist.
thanks,
Deepa
2008 Dec 31 11:49 AM
Hi Lakshmi,
Do you wish to tell the field that u want to add in display?
As i had told above please add it in the structure FAGLPOSX and see the result.
Revert.