cancel
Showing results for 
Search instead for 
Did you mean: 

Preset default values on screen fields

Former Member
0 Kudos

Hi all, hope someone could help me with this: I need to preset default values on certain fields in the Bid Invitation, Shopping Carts, Contract, and so on...almost all screens of the main functionalities.

Does anybody know how to do this? I tried the badi BBP_DOC_CHANGE_BADI, but the system calls the methods of that badi on every change of the screen, so it does not fit my needs.

I will appreciate your help,

Federico Alvarez.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

you can check one more condition before setting the default value in the BBP_DOC_CHANGE_BADI.

Check .

If field = initial.

set default value.

endif.

Regards,

Sachin

former_member206968
Active Contributor
0 Kudos

Hi,

To preset default values, you should try to use search help Badi- BBP_F4_READ_ON_ENTRY.

Regards,

Sanjeev

Former Member
0 Kudos

Hi,

Is your problem resolved?

Regards,

Sachin

Answers (0)