Enhance SAP FBL1N, FBL3N & FBL5N: Add Custom Fields in 3 Easy Steps (ABAP Guide) Enhance SAP FBL1N, FBL3N & FBL5N: Add Custom Fields in 3 Easy Steps (ABAP Guide) In SAP Financial Accounting (FI), line item reports such as FBL1N (Vendor Line Items), FBL3N (G/L Account Line Items), and FBL5N (Customer Line Items) are heavily used. Business users often require custom fields in these reports. This guide explains how to add custom fields step by step with ABAP. Step 1: Append Structure to RFPOSX Extend the standard structure RFPOSX by appending your custom fields. Step 2: Run Program RFPOSXEXTEND Execute program RFPOSXEXTEND to regenerate the structure and make the appended fields available in the FBL reports. Step 3: Implement BADI FI_ITEMS_CH_DATA Implement BADI FI_ITEMS_CH_DATA and enhance method CHANGE_ITEMS to fill ...
Blog Ini Dibuat untuk berbagi pengetahuan dalam hal programming, dan semoga bisa bermanfaat