2013 Aug 27 12:25 AM
Hello everybody,
I am trying to set up a default value using SU3:
I entered parameter ID GSB 000P Business Area and
parameter ID KML 25 CSP contract account
I saved and log off of SAP and logged in again and it did not save the defaults entered. I also tried without logging off and still did not save the changes any idea what I am doing wrong? I tried with KTP CSP Contract account and it worked.
Thanks in advance for your assistance
Valentina Solorzano
2013 Aug 27 6:53 PM
Valentina:
Not every field for a screen uses a parameter Id for providing defaults. This is determined in the application logic. A pid might only be active in specific screens.
regards,
bill.
2013 Aug 27 6:53 PM
2013 Sep 03 6:14 PM
Hello William,
is there any other way like in configuration where I can make the default values stay? I am not a developer/programmer.
2013 Sep 04 3:41 AM
Not really. They either work or they don't. What transaction are you trying to use and which parameter ids?
2013 Sep 04 3:36 PM
Hello William,
I am trying to defaults these values:
parameter ID GSB 000P Business Area and
parameter ID KML 25 CSP contract account
thanks,
Valentina
2013 Sep 04 3:37 PM
2013 Sep 04 5:51 PM
PID KML works for me. This happens because event 1017 has logic to enable the value from that PID to be defaulted. To make GSB work, you would implement similar logic in that event to populate the value based on the user data. You might also consider using a transaction variant (SHD0) to default values - that can be done without coding logic in the event.
regards,
bill.
2013 Sep 03 6:13 PM