SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

ISU_NUMBER_GET

Former Member
0 Kudos

Hello experts,

For finding next POD number available in a specific range (for createinslatation-es30) we use function module ISU_NUMBER_GET, and pass the number to create POD.
The problem is that if the installation is not created correctly, the
document number still remains "occupied", and with another execution of fm
ISU_NUMBER_GET it returns us a subsequently number...
How can we avoid this error? Is there a way (or fm) to "release" the
pod number obtained with fm ISU_NUMBER_GET?
Have we to use enqueue/dequeue method? If so, what are the function modules
to use for this method?
many thanks in advance for every help and suggestion 

Thanks

Raj

2 REPLIES 2

Former Member
0 Kudos

Hi,

I do not know exactly what are you doing but usually if you use rollback ( or function module BAPI_TRANSACTION_ROLLBACK) you do not commit changes. This will cause your number range unchanged.