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: 

Program Execution Problem

Former Member
0 Kudos

Dear All,

I am in one strange problem. I have created one BDC program to upload. It gets uploaded and executed when I go through debugging ( I do not make any change while in debugging only do F5 and F6 and F8). But, when I run it directly It does not upload data to one particular screen but gets executed with display with no errors.

Can any one please suggest what could be the reason for this? I am really in a fix. Any inputs or suggestions is appreciated.

Regards

SM.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

after call transaction write this below code

commit work.

WAIT UP TO 5 SECONDS.

4 REPLIES 4

Former Member
0 Kudos

Do proper recording in that server at where u r runing the bdc.

then incoperate the program with Recording.

ur problem will be resolve.

regards

ricky

Former Member
0 Kudos

While executing in No display/Error mode, the internal commit work or some action might not

have worked properly. So use the following command where the process strucks.

WAIT UP TO 5 SECONDS.

(or)

Check the BDC okcode properly while in ALL DISPLAY mode

Regards,

Prem

naveen_inuganti2
Active Contributor
0 Kudos

Hi....

System never did mistakes..isn't it?

Plz check it again from your side.

For what transaction you are created that BDC program..?

What are the status or error messages you are getting...?

As we know there should be only few mandatory fields to run the transaction..consider this...

While debugging, may be you seen previous entries from memory...check it once....

Thanks,

Naveen.I

Former Member
0 Kudos

after call transaction write this below code

commit work.

WAIT UP TO 5 SECONDS.