Application Development 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: 

Problem recording certain keystrokes in bdc recorder

Former Member
0 Kudos

Hi everyone,

I am writing a program to load some data from a spreadsheet into SAP using bdc batch input.

The first stage of this is to record the transaction that will be used to load the data. So far, so good.

The problem is that part of the manual process that I am recording is to press F7 to copy something, and this keystroke does not get recorded.

Can anyone tell me how I can manually code up this keystroke in my ABAP program so I can complete the automation of the manual process?

Thanks in advance,

Mark

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Did you look at the status on you screen ?

If not look at it you will see which okcode is associated to the F7 key.

And the you just have to code as usual.

Sincerely

Christophe Blineau

1 REPLY 1

Former Member
0 Kudos

Did you look at the status on you screen ?

If not look at it you will see which okcode is associated to the F7 key.

And the you just have to code as usual.

Sincerely

Christophe Blineau