2011 Oct 19 12:30 PM
Hi,
i have a requirement to add 'offset account description' to tcode FAGLL03.
i append the field to the structure FAGLPOSX.
I findout one BTE In SDN for this related to tcode 'FBL3N'.
IN the respective code instead of fbl3n i added my tcode fagll03.
it is not showing the value for that field only showling empty field.
can anyone guide me please. i searched a lot but couldn't find the proper solution.
ELSE
tell me how & where can i update the cusotm field(offset desc).
Regards
Edited by: anurag.radha on Oct 19, 2011 1:35 PM
Edited by: anurag.radha on Oct 19, 2011 1:52 PM
2011 Oct 19 12:56 PM
2011 Oct 19 1:05 PM
Dear Raymond,
i couldn't access to that note.
can u tell me the process...
2011 Oct 19 1:30 PM
- First go to Customizing : Financial Accounting (New), General Ledger Accounting (New), Master Data, G/L Accounts, Line Items, Define Special Fields for Line Item Display (standard SAP fields that you can append to line display structure)
- For fields you could not add, use add ZZfields in include CI_FAGLPOSX
- Then look via SE11 at structure FAGLPOSYEXT (don't modify/append it) if you don't find your special fields then call SE37 function module ITEM_STRUC_EXTENSION with BASIC_STRUCNAME = 'FAGLPOSY', EXT_STRUCNAME = 'FAGLPOSYEXT', EXT_FIELDS_TABNAME = 'T021S', I_LSTCL = 'D' and X_TRANSPORT = ' '.
- Then call SE19 and create and activate an implementation for the 'FAGL_ITEMS_CH_DATA' BAdI, method CHANGE_ITEMS (receive an update an internal table of structure type FAGLPOSX) (for ZZfields in CI_FAGLPOSX)
Regards,
Raymond
2011 Oct 20 7:16 AM
Dear Raymond,
Clearly i am adding the field to tcode FAGLL03.
Then look via SE11 at structure FAGLPOSYEXT (don't modify/append it) if you don't find your special fields then call SE37 function module ITEM_STRUC_EXTENSION with BASIC_STRUCNAME = 'FAGLPOSY', EXT_STRUCNAME = 'FAGLPOSYEXT', EXT_FIELDS_TABNAME = 'T021S', I_LSTCL = 'D' and X_TRANSPORT = ' '.
in my fm i find the above but with different values..
BASIC_STRUCNAME = 'RFPOSX'
EXT_STRUCNAME = 'RFPOSXEXT'
I_LSTCL = '2'
X_TRANSPORT = ' x'
i added the custom to field to an append not to include CI_FAGLPOSX.
is it makes difference..?
can u plz describe what i need to do.
Edited by: anurag.radha on Oct 20, 2011 8:21 AM
Edited by: anurag.radha on Oct 20, 2011 8:36 AM
2011 Oct 20 8:43 AM
2024 Jun 06 9:08 AM
2011 Nov 03 5:52 AM
Thnaks alot for your replies.
Issue Resolve but getting solutions through SDN.
2022 Feb 16 1:52 PM
hi,
i have a same question ,how did you solve ?
can you share the experience?