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

Problem with custom table created

Former Member
0 Likes
556

Hi guys,

I have created a custom table and the requirement for one of the field during table maintenace is that it should only be displayed, modification not allowed, and the value to ba populated in this field should come from LANDX of T005T table.

When a record is to be inserted, a dialog maintenace should pop up to say that LANDX should be maintained and it should look in table T005T for its values where LAND1 = LAND1 of the custome table created.

Is it possible? HOw am i going to do it?

thanks always,

mark

1 ACCEPTED SOLUTION
Read only

madan_ullasa
Contributor
0 Likes
516

Hi,

It is possible... program in PBO of the screen. Use ,

loop at screen.

then use the element display and input. set it to '1'. it will be just display.

regards,

madan..

2 REPLIES 2
Read only

Former Member
0 Likes
516

Hello Mark Rennel Barrios ,

It is possible. For Table maintanence transaction use the Report Module pool program and use the Function module "VIEW_MAINTENANCE_CALL " by passing the proper attributes so that the Table maintenance will come in the display only mode. During the launch of the Table maintenance screen we can popup a information saying "a dialog maintenace should pop up to say that LANDX should be maintained and it should look in table T005T for its values where LAND1 = LAND1 of the custome table created".

Hope this answers your question.

Thanks,

Greetson

Read only

madan_ullasa
Contributor
0 Likes
517

Hi,

It is possible... program in PBO of the screen. Use ,

loop at screen.

then use the element display and input. set it to '1'. it will be just display.

regards,

madan..