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

DUMP IN CALL FUNCTION 'HR_INFOTYPE_OPERATION' FROM Z FUNCTION (SE37)

Former Member
0 Likes
524

Hello guys!

I am executing this function and having this dump:

Short text of error message:

Chamada encaixada de PERFORM ON COMMIT: NESTED_PERFORM_

SAPLBUPA_BADI_CALL program: SAPLBUPA_BADI_CALL form: B

Technical information about the message:

Message classe...... 00

Number.............. 081

Variable 1.......... "NESTED_PERFORM_ON_COMMIT"

Variable 2.......... "caller: SAPLBUPA_BADI_CALL"

Variable 3.......... "program: SAPLBUPA_BADI_CALL"

Variable 4.......... "form: BADI_CALL"

I executed the same function in other SAP and it works without dump! i think that is in my SAP instalation.

Thanks for helping!

Hello guys!

I am executing this function and having this dump:

Short text of error message:

Chamada encaixada de PERFORM ON COMMIT: NESTED_PERFORM_

SAPLBUPA_BADI_CALL program: SAPLBUPA_BADI_CALL form: B

Technical information about the message:

Message classe...... 00

Number.............. 081

Variable 1.......... "NESTED_PERFORM_ON_COMMIT"

Variable 2.......... "caller: SAPLBUPA_BADI_CALL"

Variable 3.......... "program: SAPLBUPA_BADI_CALL"

Variable 4.......... "form: BADI_CALL"

I executed the same function in other SAP and it works without dump! i think that is in my SAP instalation.

Thanks for helping!

1 REPLY 1
Read only

Former Member
0 Likes
452

Hello,

I think this error is for the reason, commit work statement is executed within routine / FM which is called as 'on commit' way....

perform....on commit - means this subroutine will be executed by system at the time of commit work statement and you can not execute commit work....

Please look into Z function module logic, if no error then report back to SAP support.

Thanks