2005 Aug 03 11:53 AM
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.
2005 Aug 03 12:21 PM
Hello,
Looks like update uproblem. check whether 'Commit work and wait.' helps after the FM CSAP_MAT_BOM_MAINTAIN is called.
Regards, Murugesh AS
2005 Aug 03 12:21 PM
Hello,
Looks like update uproblem. check whether 'Commit work and wait.' helps after the FM CSAP_MAT_BOM_MAINTAIN is called.
Regards, Murugesh AS
2005 Aug 03 1:06 PM
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
2005 Aug 03 1:46 PM
Either parameter or "COMMIT WORK AND WAIT" statement are present.