‎2008 Apr 04 1:30 PM
hi all,
i am debugging a application where bdc is called
i change the mode to all screens and i can see the bdc in forground
but a screen comes where i manually have to add the data
and after tat the bdc stops
i think is tat bdc is not called for tat screen??
m i right?
is this is the problem???
‎2008 Apr 04 2:07 PM
HI,
Is it a standard application ?
Just check whether data is coming in BDC internal table.
Reward If Useful
‎2008 Apr 04 2:10 PM
Its calling VA01
and the problem is the bdc stops at the screen !!
Yes i have checked the data is right
well any other suggestion?
‎2008 Apr 04 2:50 PM
Hi,
There is a solution, use CTU_PARAMS structure, in this structure set NOBINPT = 'X'.
This is nothing but, before starting recording for a transaction there few option where we can check, one of the option is 'not a batch input session'. Set this option and it should solve your problem.
but in program we need to use the ctu_params structure, fill the structure and pass to the statement.
call transaction <TCODE> ..... options t_ctuparams.
‎2008 Apr 04 3:00 PM
‎2008 Apr 04 3:13 PM
You have to check recording associated with the BDC....paste the recording here and then only any conclusion can be drawn...