‎2006 Jan 21 8:37 AM
Hi friends,
1. Im writing BDC for CA02 transaction.
2. When running the transaction,
after entering data,
i press SAVE button.
3. A message (simple warning message comes)
4. After that i have to press ENTER
or Greeen Tick button on the std. toolbar
to finally Save.
(and its gets saved)
5. The okcode for SAVE and GreenTICK
is same ie. BU
6. The problem is my bdc is running well,
but it gets paused,
at the warning message.
7. What code/bdc fields
should i write /append
so that the final
save is done (after the warning message)
regards,
amit m.
‎2006 Jan 21 8:53 AM
Hi,
1. Ofcourse i did.
2.But it was normal code
BDC_OKCODE =BU
(ie. Till i first pressed the SAVE Button)
3. The point is that after this,
warning message comes.
Now i have to press GREEN TICK Button.
4. But nothing is appended to the bdc code !
regards,
amit m.
‎2006 Jan 21 8:45 AM
hi amit,
are you not running shdb transaction.it will give the code automatically, is it not giving the code for the save..
regards
vijay
‎2006 Jan 21 8:53 AM
Hi,
1. Ofcourse i did.
2.But it was normal code
BDC_OKCODE =BU
(ie. Till i first pressed the SAVE Button)
3. The point is that after this,
warning message comes.
Now i have to press GREEN TICK Button.
4. But nothing is appended to the bdc code !
regards,
amit m.
‎2006 Jan 21 9:07 AM
i tried that at my end using recording, i'm not getting any warning message. what is the warning you are getting, how are you getting..
regards
vijay
‎2006 Jan 21 9:18 AM
hi again,
1. Warnings occurred when checking type 109 group .
2. As per the functional guy,
this message is normal and expected !
Hence, this message will appear
and its not an error for the system !
3. Well,
its quite possible,
that bcos of configuration/customization values,
this warning/information message
may not be appearing in your system
or any other system !
Message was edited by: Amit Mittal
‎2006 Jan 22 6:35 AM
Warnings will appear if you are running BDC session in foreground or CALL transaction mode 'A'. If you run BDC session in background or CALL TRANSACTION with mode 'N' or 'E' warning will be in session log but transaction will post correctly .
If you are facing problem in recording the session in SHDB then record the session by hitting enter at the warning and then remove the piece of code which was done to bypass the warning i.e. remove the function code of enter . After this try to run BDC as specified above.
Cheers .
Sanjay
‎2006 Jan 23 5:11 AM
Hi sanjay,
1. U are absolutely correct !
2. This had clicked me the day before at home.
(Even i have already developed
bdc having such reaction/problem,
this time i just got confused / swept out of my mind)
3. I will award u full points
since u had hit the hammer on the nail.
(just waiting for the Points System
to get active)
Thanks & Regards,
amit m.