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

regarding packing list

digvijay_rai
Participant
0 Likes
328

hi friendds ,

i am making a packing list where i have a master packing list and after that i am to make some

sub packing list in which i am to select some materials with some quantities .

& next time when i am to create another sub packing list that time the system should check how much

quantity is remained and further .

i have created report program in which i made quantity field enable for input & changed data is stored in

another table with remained quantity .

but it has a problem to check remained qunatity and records a stored properly for the first time but

from the second list it's start to giving errors .

kindly give me some suggestions or logic with some elaborated steps .

Regards

digvijay rai

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
304

Hi

If I understand right, you need to sum-up the quantities based on the material in your internal table.

So, ideally you should be having a single row per material which holds the packed quantity (so far).

Regards

Raj

1 REPLY 1
Read only

Former Member
0 Likes
305

Hi

If I understand right, you need to sum-up the quantities based on the material in your internal table.

So, ideally you should be having a single row per material which holds the packed quantity (so far).

Regards

Raj