‎2009 Nov 13 1:52 AM
Hi Guys,
I've to create a LSMW using Recording method, my custom screen has it in below way,
Name1 ______
Name2 ______ +
Name3 ______
Name4 ______
In the screen when I click the + button, then only Name3 & Name4 fields are opened, otherwise they are hidden, While recording I have clicked on + button(More Fields), I've created session through LSMW, but when processing the session, It throws error as : Name3 and Name4 fields does not exist on the screen as they are hidden, I understood that, the More Fields was not recorded in my preliminary recording even though I clicked and opened it.
Can any one help me how to solve this problem.
Regards,
Ravi.
‎2009 Nov 13 4:05 AM
Hi,
In your lsmw BDC recording i guess you are trying to pass the value to he name3 and name4 fields before pressing the button. if so then try to pass the screen values only after button press and pass the name3 and name4 field.
‎2009 Nov 13 4:05 AM
Hi,
In your lsmw BDC recording i guess you are trying to pass the value to he name3 and name4 fields before pressing the button. if so then try to pass the screen values only after button press and pass the name3 and name4 field.
‎2009 Nov 13 9:35 PM