Question:
Hi,
I have a BDC for transaction KSU1. It shows a screen for entering controling area only when we login for the first time. So I need to put the code for that screen only for the first login. I'm not sure how to check for first login. Any inputs?
Thanks in Advance
chesat
Answer:
Try seting parameter id. CAC to your controlling area before processing the BDC session.
Answer:
Hi,
Thanks for the reply. I tried setting up one parameter id at initialization for the first login. I'm checking for that condition before I process the BDC. But then I tried setting another parameter id after processing the session so that, the second parameter id gets set only after the first use and if that parameterid has no value then only controlling area screen gets processed if it has got value then that screen will be bypassed.
But I'm not able to set the parameter id anywhere other than initialization. Can't we set parameter id anywhere otherthan initialization?
INITIALIZATION.
DATA cntarea LIKE t811k-valmin VALUE 'GC10'.
SET PARAMETER ID 'CNT' FIELD cntarea.
Thanks in advance
chesat