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

How to implement note 1366906 - create method SET_CURSOR

joo_gaia
Explorer
0 Likes
390

Hi all

I need implement sap note 1366906 - I am in version 4.7.

The instructions are:

- create a method in definition DOCUMENT_OBJ1;

- set SET_CURSOR to ' '

I noticed that CL_EX_DOCUMENT_OBJ1 is the class of this definition. I am trying with transactions code SE18, SE19 and SE24; without success.

My questions:

- How do I create the method?

- How do I set SET_CURSOR to ' ' .

Thanks in advance.

João Gaia

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
336

To modify the BAdI definition, use transaction SE18.

SET_CURSOR = ' '.

Edited by: Sandra Rossi on Sep 15, 2009 10:58 PM. Added line: "SET_CURSOR = ' '."