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: 

modification of standard programs

Former Member
0 Kudos

Hi experts,

i want to modify cursor movment in the transaction COIB. Pls tell me how can i achieve this. Pls tell me the procedure and process required for this task.

Thank u.

1 REPLY 1

Former Member
0 Kudos

hi,

folow these link for modification of standard programs...

http://www.sap-img.com/basis/manually-applying-the-oss-note.htm

http://www.sap-img.com/ab025.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/83/7a18c5de6e11d195460000e82de14a/content.htm

we can set the cursor position in two way's.

<b>Static Cursor Position</b>

To define the cursor position statically, enter the name of the required screen element in the Cursor position screen attribute in the Screen Painter.

<b>Dynamic Cursor Position</b>

To set the cursor position dynamically, use the following statement in an ABAP dialog module in the PBO event:

<b>SET CURSOR FIELD <f> [OFFSET <off>].</b>

<f> can be a literal or a variable containing the name of a screen element. You can use the OFFSET addition to place the cursor at a particular point within an input/output field.

regards,

Ashok reddy