cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic setting of ibase and component in charm

Former Member
0 Kudos

How can I automatically fill the fields for ibase and component. I want to do the following thing:

when you create a change transaction ZDHF, fill automatically the field ibase and component with values X and Y (the two value are not changeable anymore).

Thanks

Antonello

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Antonello,

This is what I would do.

1. Create a BaDI that assigns the iBase values.

2. Create an action with a method that calls the BADI.

3. Schedule the action to fire automatically when the message is created.

4. Use a screen variant to set the iBase as uneditable.

hope this helps.

regards,

Jason

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks for the answer...I will try.

Bye

Antonello