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 for LT04 problems with QUANT field

Former Member
0 Likes
765

I have created BDC for TC LT04 and all is working well. I have to blank out the Quant field so a new one is created and get a warning messing to check the values. This warning message is not skipped when the transaction is called and executed in background. When executed directly thru LT04 I can Enter thru this but I can see when executed programatically in debug (MODE P) it stops there waiting for an enter. I tried coding another Enter but still is not working. Any one have suggestions?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
700

Make sure you are passing the quantity as a character field.

Rob

4 REPLIES 4
Read only

Former Member
0 Likes
700

Warning message will skip while run background

Read only

former_member194669
Active Contributor
0 Likes
700

Hi,

In call transaction use mode 'E'.

aRs

Read only

Former Member
0 Likes
701

Make sure you are passing the quantity as a character field.

Rob

Read only

Former Member
0 Likes
700

Hi,

Execute your BDC in Background / Error screen mode. It should work.