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: 

How to include input boxes in Tcode FS00

Former Member
0 Kudos

Hi Experts,

I need to include two more input boxes in Tcode FS00 .

<b>Already Exits one is in Tcode FS00</b>

GL Account number (one input box,length 10)

<b>Our current requirement is in Tcode FS00</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. Can please anyone give me steps detail.

Thanks.

3 REPLIES 3

Former Member
0 Kudos

Hi,

go to screen painter SE51,

for FS00 program is SAPLGL_ACCOUNT_MASTER_MAINTAIN

Screen 2011

Add your input box in this screen .

Former Member
0 Kudos

hi

good

try this user exit

GLX1028 User exit for BAPI_GLflex_GetDocItems (EXIT_SAPL1028_001)

thanks

mrutyun^

0 Kudos

Hi kelvin,

you need to find out the user exit for this transaction. here you can add your code to modify the screen.

or otherwise you can copy the standard program and make a new Z program (as it is not advisable to change standard programs), and add your changes there.