Hello Azharuddin,
welcome in the SAP Community.
You can find an example how to get values from a text box here.
Here an easy example:
obj = session.findById("wnd[0]/usr/txtRSYST-MANDT") obj.text = "100" value = session.findById("wnd[0]/usr/txtRSYST-MANDT").text
#Variable value should now contain 100
Let us know your results.
Best regards
Stefan
Add comment