2013 Dec 13 2:05 PM
Hi,
I try to write a program which included WAUF_ALLOCATION_TABLE_CREATE to create allocation table.
CALL FUNCTION 'WAUF_ALLOCATION_TABLE_CREATE'
EXPORTING
im_ex_auko = s_im_auko " rw00a
TABLES
im_ex_aufg = t_aufg " rw03a
im_ex_aufi = t_aufi " rw04a
im_ex_aulw = t_aulw " rw14a
im_ex_aupo = t_aupo " rw01a
im_ex_ausb = t_ausb " rw15a
im_ex_auvz = t_auvz " rw11a
im_ex_auvw = t_auvw " rw13a
im_ex_auvt = t_auvt " rw16a
.
My program is used to fill in s_im_auko and those tables.
The function module execute successfully and I can see a new allocation table with content filled in through WA02.
However, a error message comes out in WA02.
"A serious error occurred"
"Site status could not be determined; alloc. table inconsistent"
Please help. What can I do?
Kit
2013 Dec 15 4:55 AM
I solved the problem. Thank you David.
In the table RW15A, the following fields should be set to be '1'.
"Table RW15A - AUSB
ausb_line-ABFST = '1'. "Status site notification
ausb_line-ABAST = '1'. "Details status, site notification
ausb_line-UMLST = '1'. "Status: warehouse order generation
2013 Dec 13 4:17 PM
2013 Dec 15 4:55 AM
I solved the problem. Thank you David.
In the table RW15A, the following fields should be set to be '1'.
"Table RW15A - AUSB
ausb_line-ABFST = '1'. "Status site notification
ausb_line-ABAST = '1'. "Details status, site notification
ausb_line-UMLST = '1'. "Status: warehouse order generation
2014 Feb 25 5:03 PM
Hi kit
I would like to know ,how to use WAUF_ALLOCATION_TABLE_CREATE.
Please explain me about your data for send to table of function.
Thank you