2008 Jul 15 10:54 PM
Hi everybody
I have some problems
I try to get information about Plant Groups and Plant Class the TX WAK3 can do that but I would like to do the same thing in my Z program. Somebody knows the way the TX WAK3 works . Maybe through a BAPI or Special Function
My program should work like that :
Enter Promotion Number ( AKTNR ) and then I want to get the Plant group and after that all theirs Plant class (center )
Can Anybody help me!
2008 Jul 16 6:02 PM
Well,
In this case I could solve the problem .
First of all , You have to use : Function 'PROMOTION_READ'
enter de promotion number and you will get Classnum and classtype after that Call API_CLASS_SELECT_OBJECTS in order to get all centers
That's all , that will be all