‎2007 May 20 12:05 PM
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...
‎2007 May 20 12:36 PM
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
‎2007 May 20 1:02 PM
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..
‎2007 May 20 1:06 PM
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
‎2007 May 21 4:56 AM
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