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 Doubt

Former Member
0 Likes
644

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???

5 REPLIES 5
Read only

Former Member
0 Likes
627

HI,

Is it a standard application ?

Just check whether data is coming in BDC internal table.

Reward If Useful

Read only

0 Likes
627

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?

Read only

Former Member
0 Likes
627

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.

Read only

0 Likes
627

i cnt edit the code.

Its in production system

Read only

0 Likes
627

You have to check recording associated with the BDC....paste the recording here and then only any conclusion can be drawn...