Skip to Content
0
Former Member
Jan 10, 2018 at 04:26 AM

Business Data Toolset not updating vendor master whereas BUT000 is getting updated for custom fields

4277 Views

I have used BDT to add custom tab in std. BP transaction , Its added successfully in Vendor role FLVN01 and the data is getting updated in BUT000, whereas its not updating vendor master LFA1 .

Please note that I have added my custom fields to both the tables BUT000 and LFA1 with same field name. In BDT I have called the events DSAVB,ISDAT,XCHNG.

DSAVB - Used FM:BUP_BUPA_BUT000_GET

ISDAT - Used FM:BUP_BUPA_BUT000_GET

XCHNG - Checked if screen data is changed .

What should I do now to update the same in LFA1 ,please note that I want the data in both BUT000 and LFA1 , as when I open BP transaction vendor should be displayed with updated custom fields. Do I need to call event DSAVE? If yes then which FM and logic.

It will be great if someone can explain how is BP std. table and Vendor master or Customer master are connected, As I identified backend code commit on BUT000 is updating the fields to all the tables .