Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Logic for this.....

Former Member
0 Likes
807

Hi All..

can any body help me hot to find the logic for this... i want the flow as how to get it. (Total Boxes)

Add Total Boxes for each item, this should be a calculation field for each material HUMV4-MATNR, count how many handling unit VEKPVB-EXIDV has been used to pack the same material , output the total boxes for each delivery item.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
603

Hi

pass the delivery number (VBELN) to VEPO-VBELN

and you will get how many Handling units are there (no of items in VEPO)

and for each handling unit take the boxes from VEKP table by passing the HU no of VEPO in VEKP and sum up the total boxes of all HU numbers and print

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
604

Hi

pass the delivery number (VBELN) to VEPO-VBELN

and you will get how many Handling units are there (no of items in VEPO)

and for each handling unit take the boxes from VEKP table by passing the HU no of VEPO in VEKP and sum up the total boxes of all HU numbers and print

Regards

Anji

Read only

0 Likes
603

Thanks Anji reddy V, but i have to get the total number of boxes by each material,

<b>a calculation field for each material HUMV4-MATNR, count how many handling unit VEKPVB-EXIDV has been used to pack the same material ,</b>

can you breifly explain what does this mean.