‎2019 Feb 18 7:30 AM
Hi everyone,
I have developed facial recognition application,here my requirement is after entering into SAP and if i give any transaction code the GUI of facial recognition should open.Can anyone please guide me to do this.
‎2019 Feb 18 9:19 AM
Hello Praveena,
It is an executable program? If so check the below for reference and incorporate the same from custom report.
https://blogs.sap.com/2012/12/22/how-to-run-executable-files-from-web-dynpro-abap-part-1/
hope this helps!
Regards,
Kiran
‎2019 Feb 18 10:05 AM
Since he asked for a transaction, telling him how to run executable files from web dynpro is unlikely to help. Or at least is more complicated than necessary.
‎2019 Feb 18 10:02 AM
So are you actually wanting to check user identification with facial recognition everytime before executing any transaction, standard or not, and not only during initial login into SAP as could be done with some SSO tool?
What are the technical background requirements already defined of this project?
‎2019 Feb 18 10:04 AM
What do you mean "given any transaction code"? Do you want your facial recognition to run each time a transaction is executed?
Or are you just wanting a single transaction to launch the facial recognition? Does the external application need to give the SAP system feedback - like "this person is not recognised" or what?
More information please.
‎2019 Feb 18 11:30 AM
SAP transaction that you define in SE93 calls an ABAP program. If your facial recognition app is written in ABAP you can call it directly from a transaction defined in SE93. Otherwise write a little ABAP wrapper that will call your external app, then call the wrapper from a transaction.
Dominik Tylczyński
‎2019 Feb 19 1:10 AM
incase your app is external app, you may call your facial recognition application by define a external command in SM69 (if your app can run from command), then develope a report to call the external command, there are alot of example out there.
‎2019 Feb 19 10:07 AM