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

Problem in BDC for t-code QS41

Former Member
0 Likes
892

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
Read only

GauthamV
Active Contributor
0 Likes
786

Did you try using CTU_PARAMS structure ?

5 REPLIES 5
Read only

Former Member
0 Likes
786

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

Read only

GauthamV
Active Contributor
0 Likes
787

Did you try using CTU_PARAMS structure ?

Read only

Former Member
0 Likes
786

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

Read only

GauthamV
Active Contributor
0 Likes
786

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

Read only

Former Member
0 Likes
786

did same problem occured at the time of processing session ?