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

su01

Former Member
0 Likes
1,272

hi all,

my requirement is to add an extra field in logon data tab in su01 beneath the field costcenter in table usdefaults can nayone plz guide me as how to accomplish this.

<REMOVED BY MODERATOR>

rgds

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:14 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,231

Hi,

I think i got ur point.

Just click on parameters tab and then select cost centers and put an defalut value over thr.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:14 PM

9 REPLIES 9
Read only

Former Member
0 Likes
1,232

Hi,

I think i got ur point.

Just click on parameters tab and then select cost centers and put an defalut value over thr.

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:14 PM

Read only

0 Likes
1,231

HI,

I need to create an additional zfield in su01 in logon data tab.

any idea how to achieve this?

rgds

Read only

Former Member
0 Likes
1,231

Hi

Just find out the screen number and program of the Logon data tab by doing F1 on any field suppose Cost center.

then goto SE80.

Select Program from dropdown and give ur program

Then u can navigate to the screen through screens node.

design the position of ur field in the layout of the screen.

Populate the field as needed.

Thanks,

Anon

Read only

Former Member
0 Likes
1,231

Hi,

first of all to change the standard tcode we need to have access code.

if we have that u need to goto module pool (screen Painter) SE51 give the program name SAPLSUU5 and screen number 101. now u goto layout and try to insert the field .

<REMOVED BY MODERATOR>

raam

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 5:15 PM

Read only

0 Likes
1,231

hi thanx a lot for your input ive already checked this option.

ok if i change the sap standard screen 101 how am i going to save the value of the zfield in the table??

rgds

Read only

0 Likes
1,231

Hi

That is actually done in the User Exits.

U need to find the appropriate user exit to populate ur field.

Thanks,

Anon

Read only

0 Likes
1,231

hi,

su01 doesnt havea user exit so the standard prog. has to b changed

gds

Read only

0 Likes
1,231

Hi,

You are absolutely right.

The user-exits are actually in the main program.

for example see the program for the sales orders(SAPMV45A)

But the program SAPLSUU5 has no user-exits provided I suppose.

So u need to initiate the creation of user-exits.

Thanks,

Anon

Read only

0 Likes
1,231

hi,

how to initiate the creation of user exits??

kindly tell me the procedure.

regards

any idea>?

Edited by: abbaper on Apr 24, 2008 7:15 AM