cancel
Showing results for 
Search instead for 
Did you mean: 

Can MI Client invoke printing function to the local printer?

Former Member
0 Kudos

Hi,

I'm newbie to the MI.

Is it possible for MI client (a desktop) to print the data to the printer directly?

If yes, pls give steps to implement it briefly.

Any help would be much appreciated. Thanks.

-julius

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Julius,

Printer support for SAP MI is offered under Peripheral Input/Output Services. Refer to this pdf, Hope this answers to your question

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/com.sap.km.cm.docs/library/mobile/mobile%20infrast...

Best Regards,

Lakshmi

Former Member
0 Kudos

the PIOS is very useful

do anyone have the syncBo related api

such as upload the updated data from MI client to backend R3 and update the data in R3.

Former Member
0 Kudos
Former Member
0 Kudos

Hi Julius,

For an introduction on peripheral support in MI, check Service Marketplace at http://service.sap.com/nw-mobile > Mobile Infrastructure > Mobile Infrastructure in Detail > Device Driver Framework. it also contains a list of supported peripheral models. For more development-oriented questions, check the corresponding RKT Learning Maps in the Online Knowledge Products area on Service Marketplace. Then navigate to the Learning Map for Developers and look for the peripherals unit.

And, For devices that are not yet supported by MI, mobile application developers can make use of the standard java native interface (JNI) to integrate the peripheral devices required. Check MDK for details.

check this out:

com.sap.ip.me.api.pios.printer

which offers Printer support for the SAP Mobile Infrastructure is offered as part of the Peripheral Input/Output Services.

at https://www.sdn.sap.com/irj/go/km/docs/library/mobile/mobile%20infrastructure/mobile%20development%2...

Regards

Divya

Former Member
0 Kudos

Hi Julius,

Yes it should be possible.

We have Printer API which can be used.

Cheers,

Karthick