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 transaction not working in background for va05 pricing update

Former Member
0 Kudos

Hi,

I have a problem in BDC CALL TRANSACTION.

i have recorded VA05 transaction for updating new pricing. it is working fine and perfect in the foregorund, in background it is giving problem.call transaction is not working.

it is generating spool No batch input data for screen SAPMSSY0 0120. and pricing is not getting updated.

Please help to solve the issue.

Thanks

venu

6 REPLIES 6

madhu_vadlamani
Active Contributor
0 Kudos

Hi,

spool No batch input data for screen SAPMSSY0 0120.

Are you pressing enter when it is running in foreground.

Regards,

Madhu.

0 Kudos

Hi,

No I am not pressing enter even i didnt operate any option manually in foreground. simply i am executing the program.

Former Member
0 Kudos

Hi,

No I am not pressing enter even i didnt operate any option manually in foreground. simply i am executing the program.

0 Kudos

Are you using 'N' mode?

Venkat_Sesha
Employee
Employee
0 Kudos

Hi Goto SHDB..

You will find 4 check boxes before you record any transaction.

Default Size = 'X'.

Simulate in Back Ground = 'X'----. Check this and record the Tcode. also Pass 'X' to CTU_PARAMs in program.

This is used to help the Tcode not to change the screen in Background. So  u will not get any such kind of issues.

Hope this helps...

former_member215575
Active Participant
0 Kudos

Hi Venu,

use SY-BINPT = 'X' before call transaction statement or alternatively use syntax

call transaction 'tcode' options from ctu_params making NOBINPT = 'X'.

Regards,

SG.