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

Field not filled automatically

Former Member
0 Likes
1,291

Hi gurus,

in first screen transaction XK01, and in others transactions too, you write different fields to create an item, customer, etc.... When you return to the same transaction, the system fills fields automatically with the same values of the last time. We don't use parameters ID...

Is it posible that the system don't fill the fields with the last value automatically in a transaction?

<REMOVED BY MODERATOR>

Thank you

Edited by: Alvaro Tejada Galindo on Feb 19, 2008 5:11 PM

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
1,032

hi,

Parameter IDs are not only set up in user masters, but in the code of the programs as well. So, in a transaction (like XD01, XD02, XD03 for example), you enter a value into company code, the system remembers (through parameter id) and uses it, next time, when you start the transaction (if you don't log out). It is just coded this way.

hope this helps

ec

Hi gurus,

in first screen transaction XK01, and in others transactions too, you write different fields to create an item, customer, etc.... When you return to the same transaction, the system fills fields automatically with the same values of the last time. We don't use parameters ID...

Is it posible that the system don't fill the fields with the last value automatically in a transaction?

<REMOVED BY MODERATOR>

Thank you

Edited by: Alvaro Tejada Galindo on Feb 19, 2008 5:11 PM

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
1,033

hi,

Parameter IDs are not only set up in user masters, but in the code of the programs as well. So, in a transaction (like XD01, XD02, XD03 for example), you enter a value into company code, the system remembers (through parameter id) and uses it, next time, when you start the transaction (if you don't log out). It is just coded this way.

hope this helps

ec

Read only

0 Likes
1,032

But, we need that this field doesn't fill never automatically.

Thank you

Read only

0 Likes
1,032

May be try this way.

select "low speed connection" in the SAP Logon Pad

Read only

Former Member
0 Likes
1,032

My question has not been answered yet.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Feb 19, 2008 5:11 PM