Show TOC

 Printing Using the User Exit

Use

Mobile Data Entry supports the printing of different label types, such as shipping and handling unit labels. You can use the print pushbuttons in the respective transaction by creating your own user exit function module, which is called from the LE_MOB_PRINTfunction module.

Procedure

  1. Choose the function LE_MOB_PRINT.

  2. Change the status field to indicate that you created your own user exit in order to print labels. If the user exit is not activated, you receive an error message upon using the print pushbuttons.

Result

Two parameters, the ok_codeand the parameter of the object to be printed, will be passed to the user exit function. The ok_codedefines which pushbutton has been selected and the second parameter contains the object ID.