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

Error during batch Input TCode ME11

Former Member
0 Likes
1,234

Hi,

I'm working on a bath input for tcode ME11 to post the Record Info.

A warning message “You have not entered a planned delivery time” causes an error to the Batch Input. I can’t ignore. How I can ignore this message?

If I call the transaction manually I can ignore the massge via "Enter".

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,074

BDC will just stop if it's a type 'E' or type 'A' error. The error isn’t in this point. Please, check the return table after calling CALL TRANSACTION.

CALL TRANSACTION ‘ME11’ USING BDC_TABLE MESSAGES INTO GH_MESSAGES MODE ‘N’ UPDATE ‘S’.

Please, mark ALL useful answers if it helps you.

Regards,Felipe Cunha [FpdC]

6 REPLIES 6
Read only

Former Member
0 Likes
1,074

HI,

Are you sure you can ignore the message by pressing enter when you do it manually?

The bdc session would behave tehe same way as we do it manually.

If it is a waring, the the bdc wouldn't stop.

Regards,

Ravi

Read only

Former Member
0 Likes
1,075

BDC will just stop if it's a type 'E' or type 'A' error. The error isn’t in this point. Please, check the return table after calling CALL TRANSACTION.

CALL TRANSACTION ‘ME11’ USING BDC_TABLE MESSAGES INTO GH_MESSAGES MODE ‘N’ UPDATE ‘S’.

Please, mark ALL useful answers if it helps you.

Regards,Felipe Cunha [FpdC]

Read only

0 Likes
1,074

the massages table contains only S and W message type.

If I execute the BI with mode A, it stops at the warning massages. If I press enter it proceed normaly.

If I execute it in mode N, the massege stop the BI.

Any suggest?

Read only

0 Likes
1,074

Hi Salvatore,

I'm in the same situation. I execute a BI, but it stops after a waring appears.

If I proceed the transaction manually, the warning appears, but if I press ENTER the transaction ends successful.

Did you solved your Problem or did you have an hint for me.

Kind regards

Yvonne Adler

Read only

0 Likes
1,074

Hi Yvonne,

in my case there was an error in the program.

What I can suggest you is to put in your program the ENTER code. Maybe it can resolve your problem.

Another solution could be to change the BI execution type to aoid Warning message.

Let me know if you need more details.

Read only

Former Member
0 Likes
1,074

IF transaction warning message leave it. It will effect updation but On the time of recording if u recorded with warning message. then U have to go for rerecording

Thanks

Regards

RAMKI