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: 

Batch input suppressing the success message

Former Member
0 Kudos

Hi,

I am using the program RFBIBL00 to create some accounting documents in lsmw. Once, the batch is created and i am trying to run that batch in sm35 in background, i am getting the message that 'Field BSEG-DMBTR. does not exist in the screen SAPMF05A 0301'. But, when i run in foreground, after this message it is going to next screen and accounting document is being created. Please let me know a solution so that I can run the batch in background.

Regards,

Nikhil

1 REPLY 1

vinod_vemuru2
Active Contributor
0 Kudos

Hi Nikhil,

In fore ground u may pressing enter after this message. Am i correct?

If so then try code one explicit enter after populating this field in BDCDATA table.

OK code might be \00.

i.e while populating bdcdata after populating this field BSEG-DMBTR populate next record as BDC_OKCODE with value \00.

Not sure whether this is exact solution. But just give a try.

Thanks,

Vinod.