‎2013 May 06 12:18 PM
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
‎2013 May 06 1:23 PM
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
‎2013 May 06 1:28 PM
hi vikram,
yes,few fields are missing in screen.
i tried by removing nobinpt = 'X' also but no change in the screen
Thnaks
‎2013 May 06 3:58 PM
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.
‎2013 May 06 4:18 PM
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