Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Hi

Former Member
0 Kudos

HI,

The client would like to speed up the process of creating customers and other master data, Is there a way to give predefine default data for the fields ? I suggested using parameter ID’s but that data would not change depending on the account group.Customer would like the data of the masters to change depending on the account group Please suggest an alternative.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

Try suggesting screen and transaction variants ( SHD0 ) where you can record the default data that needs to go into the transaction. Here you can record the entire steps that one goes through while creating the transaction and bundle it as part of a Z transaction The Z transaction can be used in place of the original transaction, this can be used to speed up repeatedly used transactions.

2 REPLIES 2

Former Member
0 Kudos

hi

Try suggesting screen and transaction variants ( SHD0 ) where you can record the default data that needs to go into the transaction. Here you can record the entire steps that one goes through while creating the transaction and bundle it as part of a Z transaction The Z transaction can be used in place of the original transaction, this can be used to speed up repeatedly used transactions.

Former Member
0 Kudos

Hi Alice,

What you can do is once the value is entered into the account group , you can loop at the screen and fill in the field with default values appropriate for that account group.

Reward if useful.

Regards.