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

CSAP_MAT_BOM_MAINTAIN - strange errors (+)

Former Member
0 Likes
1,172

Hello,

In my program, I use CSAP_MAT_BOM_MAINTAIN function module to edit BOMs. In most cases, it works correctly, but sometimes, when large amount of data is processed, it returns error message, which says that "There're no active nametabs for CI_STPO". When I restart program (with the same data), it works correctly.

R/3 Release 4.7E.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
994

Hello,

Looks like update uproblem. check whether 'Commit work and wait.' helps after the FM CSAP_MAT_BOM_MAINTAIN is called.

Regards, Murugesh AS

Hello,

Looks like update uproblem. check whether 'Commit work and wait.' helps after the FM CSAP_MAT_BOM_MAINTAIN is called.

Regards, Murugesh AS

3 REPLIES 3
Read only

Former Member
0 Likes
995

Hello,

Looks like update uproblem. check whether 'Commit work and wait.' helps after the FM CSAP_MAT_BOM_MAINTAIN is called.

Regards, Murugesh AS

Read only

0 Likes
994

Hey,

Check the FM call you have made in the program. Import Parameter: FL_COMMIT_AND_WAIT = 'X'. check whether you've passed this flag.

Hope this helps you.

Regards, Murugesh AS

Read only

Former Member
0 Likes
994

Either parameter or "COMMIT WORK AND WAIT" statement are present.