Application Development and Automation 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: 
Read only

default values in standard transaction

former_member189629
Active Contributor
0 Likes
469

Experts,

Rephrased: What's the best way to conditionally populate default values into standard transaction screens based on entries in the initial (first) screen of the transaction?

I have a requirement to default a set of values across different tabs in a standard transaction based on entries in the main (first) screen of the t-code. I am trying to use Enhancement point implementations but when I use statements like get/set parameter or import/export to memory, I get an error message saying "Statement is not accessible". Any advice/help will be gratefully appreciated.

NW

Edited by: NW on Dec 3, 2008 4:59 PM

Experts,

Rephrased: What's the best way to conditionally populate default values into standard transaction screens based on entries in the initial (first) screen of the transaction?

I have a requirement to default a set of values across different tabs in a standard transaction based on entries in the main (first) screen of the t-code. I am trying to use Enhancement point implementations but when I use statements like get/set parameter or import/export to memory, I get an error message saying "Statement is not accessible". Any advice/help will be gratefully appreciated.

NW

Edited by: NW on Dec 3, 2008 4:59 PM

2 REPLIES 2
Read only

Former Member
0 Likes
413

Check out if there is any user exit / badi available for that transaction otherwise you can achieve this using field exits.

Thanks,

Srinivas

Read only

former_member189629
Active Contributor
0 Likes
413

solved myself