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

Function Exit Help.....

Former Member
0 Likes
592

Hi Experts,

I need to include two more input boxes in wherever GL . Account number is appearing in all screens.

<b>Already Exits one is in boxes in wherever GL . Account number is appearing in all screen.</b>

GL Account number (one input box,length 10)

<b>

Our current requirement is in boxes in wherever GL . Account number is appearing in all screen.</b>

GL Account number (one input box1,length 10) (input box2 ,length 3) (input box3 ,length 3)

So how to design the Screen (Tcode FS00) to include input box2 and input box3 in that screen. For this I found one User exit “GLX1028”..it has a Function Exit “EXIT_SAPL1028_001”.For further modification how can I proceed it . by using this Function Exit how can i proceed.

Can please anyone give me steps detail.

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
540

First, you will have to search for screen exit where you can design subscreen for 2 additional boxes.

Are you looking for modification in all screens where G/L is appearing or only in transaction FS00?

Read only

Former Member
0 Likes
540

from SE51, specify SAPLGL_ACCOUNT_MASTER_MAINTAIN (FS00) and go to

Screen 2011.

U can ur fields in this screen.

Read only

Former Member
0 Likes
540

This message was moderated.