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 to fetch Release Code for PReqs

Former Member
0 Likes
4,044

Hi,

Is there any function module to get the current release code applicale by passing the requisition number?

Example : If we have 4 levels of approval, say A1,A2,A3 and A4, and I want to know with what release code shall I release the requisition.

If release has benn effected for the requisition with codes A1 and A2 and if I query with the function module what is the current release code applicable, then it should give A3 or atleast a result that A2 has been the last release code effected.

Also where is the release related info stored ? I mean which tables...

Not the release strategy related info but the release effected info.

Dont worry about points...

4 REPLIES 4
Read only

Former Member
0 Likes
1,525

Hi

Pur requisition Release Codes are stored in <b>T161E</b> table

Release code is linked with Release strategy in <b>T161F</b> table

Link the code with Release strategy field in <b>EBAN</b> table

Also check the fun modules

MM_CHECK_RELEASE_CODE_EQUAL_KI

MM_CHECK_RELEASE_CODE_NOT_KI

ME_RELEASE_REQUISITION

BAPI_REQUISITION_RELEASE

Reward points if useful

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

0 Likes
1,525

Hi,

I am unable to find the first two function modules that you specified.

The last two are not useful for our scenario... I guess..

Read only

0 Likes
1,525

Hi

On Which SAP version you are working?

they are availbale in ECC6.0

but they are also related to wokrflow

I don't find any other Fun modules in SAP regarding Release code

better to use Tables and fetch the same release code.

Reward points if useful

Regards

Anji

Read only

0 Likes
1,525

Anji,

We are on ECC 6.

Still i dont find the func modules that you specified...

any idea on where the information regarding the releases, that are already effected, is stored? I mean tables...

Thanks in advance