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: 

Problem in BDC for t-code QS41

former_member182485
Active Contributor
0 Kudos

Hi,

When I am recording the t-code QS41 normally, Dialog structure screen ( Code group , codes ) does not appear

then while recording I checked the not a batch input session chek box the screen got recorded.

Now the problem is when I made program from this recording and run it the dialog structure screen is not getting displayed.

is there any parameter to be passed in call transaction statment to make it not a batch input session active ? or I am missiing something.

Regards

Bikas

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

Did you try using CTU_PARAMS structure ?

5 REPLIES 5

Former Member
0 Kudos

Hi Bikas,

Use CTU_PARAMS structure to overcome this problem. Set binpt field to 'X' and call transaction.

In call transaction use options to pass ctu_params.

Go for F1 on call transaction if you dont knw the syntax of call transaction with options.

Hope this helps.

Rgds.,

subash

GauthamV
Active Contributor
0 Kudos

Did you try using CTU_PARAMS structure ?

0 Kudos

Thanks for your fast response I am getting the subscreen.

Just one more problem related to this after recordign when I process, the ok code of the subscreen not working

ie, it is not getting clicked,

any idea ??

GauthamV
Active Contributor
0 Kudos

Try passing it in your program like ok_code '=ENTE' or '/00'.

Former Member
0 Kudos

did same problem occured at the time of processing session ?