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: 

In Table Maintaince G/L Text should come by default with G/L Acc.--Ple

Former Member
0 Kudos

Hi Guruu2019s

I created Ztable with 3 fields G/L Acc, G/L Acc text and another Zfield.

I created a TABLE MAINTAINCE for this. Here we need, after entering the G/L A/C in table maintaince-- G/L Text should come by default. Please suggest a way do these.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You need to write the code in the EVENTS. these are avilable in the table maintanence. you can use event 05(create), here give the Perform name and click on the code button there you can write the logic to bring the short text and move that text to your Ztable field.

look at the link to create the events --> /people/sudheer.junnuthula2/blog/2007/07/31/events-in-table-maintenance-generator

Thanks

Sudheer

1 REPLY 1

Former Member
0 Kudos

Hi,

You need to write the code in the EVENTS. these are avilable in the table maintanence. you can use event 05(create), here give the Perform name and click on the code button there you can write the logic to bring the short text and move that text to your Ztable field.

look at the link to create the events --> /people/sudheer.junnuthula2/blog/2007/07/31/events-in-table-maintenance-generator

Thanks

Sudheer