‎2010 Feb 19 5:31 AM
Hi All,
I am using a BDC program for transaction 'CJ7E' using Call transaction.
The problem is:
All the WBS elements are not getting processed under a project if I use my BDC program.
But if I use standard transaction 'CJ7E', all the WBS elements are getting processed.
Can anyone provide some light on this.
-Satya Priya
‎2010 Feb 19 3:32 PM
‎2010 Feb 19 6:46 PM
‎2010 Feb 23 5:15 AM
It may be because of any of the reasons mentioned below:-
1. There should be some problem with your recording done for the trasaction.
2. It happens at times that when you execute the transaction directly then it wont give any issues. But when we call transaction from a program then it gives certain popups or errors.
Solution can be.. In the Call transaction statement use mode as 'A' and then check what is going wrong with call transaction statement and the bdc which you have created for this particular transaction. I am sure you will find the issue this way.
If you dont get through the problem then try to display all the warning / error message in the application log. You can easily find what is going wrong with the BDC program.
Hope this helps!!!
Kanchan
‎2010 Feb 23 5:34 AM
Hi,
As suggested by Kanchan in Call transaction use mode 'A' instead of 'S' and UPDATE 's'.
YOu can also put a break point on your code where the expected result is not coming and check it will get processed in foreground and will give you what exactly is missing,there may be something wrong in recording.
Regards,
Rahul