Tuesday, June 18, 2013

FI - Add New Field at FBL3N

How to add customized field at report FBL3N?
  1. Add the news fields in structure RFPOS and RFPOSX by APPEND structure
  1. Run the report RFPOSXEXTEND in order to update the structure RFPOSXEXT from RFPOSX
  1. Active the BTE 00001650 in order to create a function module as copy of SAMPLE_INTERFACE_00001650. There insert the code you need to fill your new field.
  1. Use transaction FIBF to activated the BTE, transaction SE37 to create the new function module.
Just now I have incorporated a requirement of adding additional customer field in FBL3N.

No comments:

Post a Comment