‎2008 Sep 01 1:21 PM
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.
‎2008 Sep 01 1:45 PM
after call transaction write this below code
commit work.
WAIT UP TO 5 SECONDS.
‎2008 Sep 01 1:27 PM
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
‎2008 Sep 01 1:37 PM
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
‎2008 Sep 01 1:42 PM
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
‎2008 Sep 01 1:45 PM
after call transaction write this below code
commit work.
WAIT UP TO 5 SECONDS.