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

Positioning the cursor on a control in batch input

Former Member
0 Likes
969

Campus Management, transaction PIQ_ACCATLG

In order to create a business event or event type you have to first select the the Module object from the tree list displayed on the screen. However, the fields in the tree list do not get recorded using SHDB and a BDC_CURSOR record is not generated. Also, pressing F1 on these fields does do anything.

Is it possible to place the cursor within the tree list in batch input? If so, how is it done?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
610

You should be posting this question in the ABAP forum.

Message was edited by: Mark Finnern

Moved the thread.

Campus Management, transaction PIQ_ACCATLG

In order to create a business event or event type you have to first select the the Module object from the tree list displayed on the screen. However, the fields in the tree list do not get recorded using SHDB and a BDC_CURSOR record is not generated. Also, pressing F1 on these fields does do anything.

Is it possible to place the cursor within the tree list in batch input? If so, how is it done?

2 REPLIES 2
Read only

Former Member
0 Likes
611

You should be posting this question in the ABAP forum.

Message was edited by: Mark Finnern

Moved the thread.

Read only

former_member182371
Active Contributor
0 Likes
610

Hi,

when dealing with batch-inputs and controls my advice is to <u>make the recording via menu options</u> whenever possible.

See if it is possible to select the module object from the tree list via menu options.

Best regards.