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

BDC - warning message while saving

Former Member
0 Likes
1,272

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
896

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.

6 REPLIES 6
Read only

Former Member
0 Likes
896

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

Read only

Former Member
0 Likes
897

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.

Read only

0 Likes
896

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

Read only

0 Likes
896

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

Read only

0 Likes
896

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

Read only

0 Likes
896

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.