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

Start external application in SAP using transaction code.

0 Likes
1,961

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.

7 REPLIES 7
Read only

Kiran_Valluru
Active Contributor
1,547

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

Read only

matt
Active Contributor
0 Likes
1,547

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.

Read only

RaymondGiuseppi
Active Contributor
1,547

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?

Read only

matt
Active Contributor
0 Likes
1,547

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.

Read only

Dominik_Tylczynski
SAP Champion
SAP Champion
1,547

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

Read only

DoanManhQuynh
Active Contributor
0 Likes
1,547

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,547

You can execute external application with many tools from external command to activex integration, which tool did you already consider?