cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Print SAP Script in ZEBRA printer

arindam_samanta
Participant
0 Likes
3,968

Hi experts,

WM require to label raw materials at the pack level before these materials are consumed in the Manufacturing process.

To ensure these objectives are achieved each material needs to be easily identified at the “Point of Use” so accurate consumption can be recorded.

Therefore, these packs have to be presented to the Point of use area with a consistent label for easy recognition. 

So need to create a label via a sapscript that can be printed via normal transfer order processing or can be printed by a specific label printing transaction.

Script will be printed in Zebra Printers. The script output size will be 152mm width X 100mm. The SCRIPT name  will be assigned to the screen field V_T329F-FORMU in OMLV transaction.

A transfer Order is created in the system to move stock from one warehouse bin to another for this.

My doubt is:

For this, any driver program required or where should I write my business logic?

Kindly provide some suggestions.

Thanks & Regards,

Arindam Samanta.

View Entire Topic
basarozgur_kahraman
Contributor
0 Likes

Hi Arindam,

For sample driver program goto NACE, check print programs of ME output types. You can create own by copy them.

For label, you can design new smartform. You don't need ZPL to print smartforms via zebra printers.

arindam_samanta
Participant
0 Likes

Hi experts,

Here customer wants SAP SCRIPT. For this scenario, I am facing problems to implement the business logic as I told previously. The following table shows the data for script.

SAP Material IDLTAPMATNRLTAP-MATNR
Mat DescriptionLTAPMAKTXLTAP-MAKTX
Target QuantityLTAPVSOLALTAP_VSOLAAlternative Unit of Measure
LTAPVSOLMLTAP_VSOLMBase Unit of Measure
Unit of MeasureRL03TVAMEIRL03T-VAMEIAlternative Unit of Measure
RL03TVLMERL03T-VLMEIBase Unit of Measure
SAP Batch IDLTAPCHARGLTAP-CHARG
Vendor Batch IDMCHALICHAMCHA-LICHA

How could I send these data to script or how could I develop business logic for same??

Kindly give some suggestion or sample example to get some idea.

Thanks & regards,

Arindam Samanta.