cancel
Showing results for 
Search instead for 
Did you mean: 

Another Printing Question

Former Member
0 Kudos

I have a customer that using Loftware for label printing. The software uses and RFC listener to receive print requests initiated by SAP.

The documentation states

"Similar to receiving IDocs, the [RFC] Listener will register with SAP. This will take the form of a CALL FUNCTION ... DESTINATION statement in and ABAP program in SAP"

Since xMII doesn't provide ABAP code. do you think its possible to connect to thier RFC listener using Business Logic?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Doug,

The message services in xMII have the ability to listen to RFC/BAPI calls and may be able to meet your requirements. It's at least something worth looking in to. Although I think that Udayan's suggestion is also a valid solution.

-Sam

Answers (1)

Answers (1)

Former Member
0 Kudos

I am not sure if that is a possibility.

Rather what would be simpler- take the label printing program in R/3 , make it a remote enabled module (an ABAPer can help you there)taking in account the required input params and trigger the label printing from a BL transaction.