Application Development 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: 

CSAP_MAT_BOM_MAINTAIN - strange errors (+)

Former Member
0 Kudos

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

former_member214131
Active Contributor
0 Kudos

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

former_member214131
Active Contributor
0 Kudos

Hello,

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

Regards, Murugesh AS

0 Kudos

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

Former Member
0 Kudos

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