Application Development 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: 

FM needed to create an allocation table (WA01)

AlexGiguere
Contributor
0 Kudos

I'm trying to find a FM or BAPI to create an allocation table (transaction WA01).

I just find the FM W_FRM_ASSIGN_CREATE_ALLOCATION, but this FM is flag for update task, and it does not return the allocation table number created, also we can't pass parameters for the allocation table header (table auko)

Alex

thanks

2 REPLIES 2

Former Member
0 Kudos

Try the following fm's

WAVI_READ_TABLE_AVIS_TYPE

WAUF_ALLOCATION_TABLE_CREATE

WAUF_ALLOCATIONTABLE_UPD

0 Kudos

thanks, but these FM are not good! One is for update, I check the create one and you have yourself to pass the allocation table number and also it does not provide any error logging if the posting failed,

Alex