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

Function module WAUF_ALLOCATION_TABLE_CREATE

Former Member
0 Likes
1,036

Hi everyone.

Does anybody know how to use this FM? Or at leats which tables need to be filled? Or do you have an example of it?

Thanks a lot!

3 REPLIES 3
Read only

Former Member
0 Likes
669

Hi,

This fm is useful in order to create allocation table via external data.

&

this fm id for the ff. transactions:

WA01 - creation of allocation table

WA02 - creation of follow on documents (vendor PO)

WA07 - generation of follow on documents from allocation table (warehouse orders)

Hope this info helps u..

Thanks & regards.

Read only

koolspy_ultimate
Active Contributor
0 Likes
669

Hi,

Check this out


CALL FUNCTION 'WAUF_ALLOCATION_TABLE_CREATE' "
  EXPORTING
    im_ex_auko =                " rw00a
  TABLES
    im_ex_aufg =                " rw03a
    im_ex_aufi =                " rw04a
    im_ex_aulw =                " rw14a
    im_ex_aupo =                " rw01a
    im_ex_ausb =                " rw15a
    im_ex_auvz =                " rw11a
    im_ex_auvw =                " rw13a
    im_ex_auvt =                " rw16a
    .  "  WAUF_ALLOCATION_TABLE_CREATE

Regards,

koolspy.

Read only

0 Likes
669

I try to this function but not create any New aplicativos table. Are you already used this function ?

Thanks for your comments!

BR,