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

How to record a Button which changes a screen(Batch Input Recording)?

Former Member
0 Likes
663

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.

1 ACCEPTED SOLUTION
Read only

nirajgadre
Active Contributor
0 Likes
560

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.

2 REPLIES 2
Read only

nirajgadre
Active Contributor
0 Likes
561

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.

Read only

0 Likes
560

Correct Niraj,

Thanks,

Ravi.