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

Call transaction

Former Member
0 Likes
488

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

4 REPLIES 4
Read only

Former Member
0 Likes
447

This message was moderated.

Read only

0 Likes
447

Dont ask for points Anand .

Read only

Former Member
0 Likes
447

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

Read only

Former Member
0 Likes
447

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