Hi Experts,
I am developing a mobile application, in which I need to give authorization to all SAP users. For this I had created an RFC enabled Function Module in SAP R/3, which checks the input username and password. If the username and password satisfies the condition the output internal table may get filled, otherwise the output internal table will get refreshed.
Suppose for the first time when I am giving wrong username and password int he front application, Internal table will be empty. This is correct as per the logic. During the second time when I enter correct username and password, It will fetch all the needed values this is also correct. But during the third time when I enter correct username and wrong password and debug there is no value in the internal, but in the mobile front end it is showing the data.
Can anybody help me to solve this issue?
Thanks and regards,
Rinzy Deena Mathews.