Application Development 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: 

BDC call trans stoped when sucessful messages pup up

Former Member
0 Kudos

Hi,experts

When i use call trans to batch input ,error hapans.

for example:

PERFORM FI_BDC_DYNPRO TABLES TAB_BDC

USING 'SAPLZNFI0010'

'9190'.

PERFORM FI_BDC_FIELD_IN_BLANK TABLES TAB_BDC

USING : 'BDC_OKCODE' '=NEWL'.

PERFORM FI_BDC_DYNPRO TABLES TAB_BDC

USING 'SAPLZNFI0010'

'9192'.

..........................................................

but in screen 9192,there is a sucessful message : [there is no ..please refer to....]

but the type of this message is S.

so when i run my prg step by step ,when OK-CODE - =NEWL' it would change to screen 9192,but

the message pup up and can't change to screen 9192.

Thanks

1 REPLY 1

Former Member
0 Kudos

Run the BDC in 'E' or 'N' mode and it will work fine.

If you must run it in 'A' mode then just tick the pop-up message box and it should resume.