cancel
Showing results for 
Search instead for 
Did you mean: 

how to print pallet labels in abap

Former Member
0 Kudos

Can anyody tell me the code for printing a pallet label details from abap editor based on a handling unit and sequence count number??

Thank you

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You can print labels from ur RF screen . Create a button on the screen, When sy-ucode = 'Button name'

then write your code for calling smartform and pass the pallet id and sequence no. from ur screen to the smartform function.

And in smartforms create a smartform for label printing........

Former Member
0 Kudos
Former Member
0 Kudos

HI Sravanthi,

that was a good link but I wanted to know the same logic from a dialog program point of view. the pallet details are printed from an RF device from a module pool screen. So if I get some help there instead of ALV format, I'll be thankful.

Regards,

-Shakti

Former Member
0 Kudos

Hi Sravanthi,

The pallet details are mainly coming from the Quants table which will be printed using an RF device when the user clicks on enter button from a module pool screen. Please help me with logic.

Regards,

-Shakti

Former Member
0 Kudos

Hi,

I have no idea about Pallet Labels? What do you mean by Pallet label?

Basically Labels are creating using

Main window

-->Loop node with corresponding Internal table

-


>Template with required structure of Label

Otherwise

Loop in Print program

-->Call Function "Smart form Generated function module

xxxxxx "In this smart form create one secondary window -->Create Template and design the Label structure

xxxxxx

endllop.