cancel
Showing results for 
Search instead for 
Did you mean: 

BP Enhancement

Former Member
0 Kudos
352

Hi,

I've enhanced transaction BP (added a new tab with fields). I just want to find out how the new custom fields link to the existing (standard) BP fields.

1. I want to default some of my fields with values from the existing BP fields.

2. I want to save some of the data to a ztable along with the BP number. However the BP number is only available or displayed once you have saved.

3. I'd like to be able to report on BP data (with a combination of std and custom fields).

Thanks.

Chris.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Used BDT Events and created Z* function modules which are called directly after the standard ones. In my function module i used FM BUP_BUPA_BUT000_GET to get data on the BP that i'm processing, and to also validate/check fields contents.

Used FM BUS_MESSAGE_STORE to display messages on the BP screen.

Former Member
0 Kudos

Thanks Chris for sharing the details!