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: 

About WAK3

michael_teran
Participant
0 Kudos

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!

1 REPLY 1

michael_teran
Participant
0 Kudos

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