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

Release Strategy - AUSP

Former Member
0 Likes
2,129

How do i get the OBJEK value from AUSP table. I only have Characteristic Value(ATWRT) value. As i know that OBJEK is the combination of release group + release strategy. I manage to get class type(KLART) and release group(FRGGR) only. Is it any table can i find out the release strategy field(FRGST)?

Please help. Thanks

10 REPLIES 10
Read only

former_member585060
Active Contributor
0 Likes
1,589

Look in KSSK table for OBJEK field

Read only

0 Likes
1,589

Thanks for reply. I already checked KSSK table. I manage to pass in the class type value, it returns lot of the OBJEK value. How could i specify that? As i mention i have the value of release group but don't have release strategy field. For example, OBJEK = 13A2. I get the value of 13 but can't get A2.

Read only

0 Likes
1,589

Hey the release strategy is stored in ekko-frgsx for a particular

Purchasing document.

Anyways tell me what you are trying to exactly retrieve.

Regards,

Ravi

Read only

0 Likes
1,589

Hi Ravi,

The release strategy is stored for a work order to PR , is not from purchasing document ekko.

Read only

0 Likes
1,589

Hey Eva,

If you are talking bout PR then the field is eban-frgst.

But still am not very clear as to what you are trying to achieve.

are you trying to trigger your manual strategy based on some condition.

regards,

ravi

Read only

0 Likes
1,589

Hi Ravi,

you're right, i trigger by using manual strategy based on some condition. Finally i manage to do myself by looping ausp to get the value. Anyway, thanks guys......

Read only

0 Likes
1,589

hey,

i asked you that coz i had done the same thing for PO and i could establish this thru an user exit where in you pass your own value to CEKKO ( in case of PO) and based on that value a new strategy is triggered.

You really dont have to go till the characteristic values n all

Anyways good that your problem is solved

Please close down your question

Regards,

Ravi

Read only

0 Likes
1,589

Hi Ravi,

The way u mention is running fine in Purchase Order to PR not for Work Order to PR. That's why the user-exit u suggested is not work for me. That is different scenario for Work Order and Purchase Order.

Read only

Former Member
0 Likes
1,589

If you have Characteristic value:

1) Go to CABN passing Characteristic valaue get ATINN

2) Go to AUSP by passing ATINN, get OBJEK. You may get multiple records from AUSP for one ATINN.

Read only

0 Likes
1,589

TSReddy,

Thanks for reply. This is the problem that i faced. I need to find out from the multiple OBJEK. How can i get it?