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

Runn session as not a batch input session

former_member420959
Participant
0 Likes
1,648

Hello all,

i create done a recording for xk02 using the check box not a batch input session and in the program passed it to ctu_params structure and used call transaction. The screens are coming in the same way when i recored and its successful

now when iam using session method and passed the ctu_params with nobinpt = 'X' the screens are not in the way i recorded and that of call transaction method.

if the screens come in the same way as call trans my upload will be successful but its not happening.

Please help

Ujwal

4 REPLIES 4
Read only

Former Member
0 Likes
1,144

Ujwal,

Which screens are getting changed and what was the error? is it missing/additional fields and the BDC is failing due to the same?

Why not remove the option nobinpt = 'X' from ctu_parms and then try?

Vikram.M

Read only

0 Likes
1,144

hi vikram,

yes,few fields are missing in screen.

i tried by removing nobinpt = 'X'  also but no change in the screen

Thnaks

Read only

0 Likes
1,144

Few fields are missing: fields in which screen of XK02?

Remove that option when recording in SHDB. instead use the option simulate in background mode.

Read only

0 Likes
1,144

hi vikram,

while im doing recording which not a batch input session = "X' only the screen i require is getting displayed.the screen with no a batch input session = 'X' looks like

but if i don't check it, irrespective of if you check simulate in background mode or not the screen looks like

in this screen the screens below to notes field are not displayed.so when i pass same nobinpt = 'X' to ctuparams structure and using call transaction its geting uploaded succesfully.but when i pass same structure to session's bdec_insert it is displaying as second screen.

Please help

Ujwal