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

Display dialog structure in Batch Input Session

Former Member
0 Likes
1,051

Hi,

I want to handle double click on dialog structure in Batch Input Session. I have recording in SHDB with NO BI MODE, and dialog structure has appeared (tcode: KZZ2). I created program with this recording and it creates session which I can procces in SM35. But my sessions have errors because of missing dialog structure.

I have tried sending CTUPARAMS while calling function 'BDC_INSERT' with NOBINPT = 'X' or ' ' but it didn't work.


I would be very greatful if somebody help me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
740

There is no way to have dialog structure in BDC_INSERT while proccesing session in SM35.
I send adequate parameters to CALL_TRANSACTION function and handle double click on dialog structure by myself.

1 REPLY 1
Read only

Former Member
0 Likes
741

There is no way to have dialog structure in BDC_INSERT while proccesing session in SM35.
I send adequate parameters to CALL_TRANSACTION function and handle double click on dialog structure by myself.