Re: SM30 - Disable cells
That requierment seems to excedd the capacity of the dialog maintenance generator, you could code this in PBO of the generated screens (beware of deletion during further changes) or consider building...
View ArticleRe: HELP! Database query issue!
Hi, DO you want all the records in one shot? If not, then you can use LDB. If you want records in one set, try using werks as select condition. ANd then since zz_poslv is any way hard code, write...
View ArticleRe: Adapted Foreign Key ??
hi nikhil, i am also facing the same problem. did you solve it? please help if anyone know the solution.
View ArticleRe: Inside the TMG validation has done Under PAI Event,
Hi you can try these steps and then check the output .Go to elements list and you will find an empty field with type OK give ok_code under name go to top include and write this data ok_code type...
View ArticleMaintenance View customize
Hi everybody, I encountered one problem that I don`t know how to solve , that is : I use maintenance view to maintain data , but the data in this table can have up to 1 line, so in the...
View ArticleRe: Maintenance View customize
Hi, You can code the check in the PBO(Process Before Output) module of the maintenance view for the table to check if the DB is have one line already, and pop up the messages. I think for the second...
View ArticleRe: Maintenance View customize
Hello Cris, what i will suggest not to use maintenance view for this as you have very customized requirement. instead use ALV for saving data or create a module pool. I will prefer ALV as the...
View ArticleMaintenance View
Hi Chris, Since your table will have only one entry, if it's a client dependent table, have you considered making the MANDT (Client) field (and only the MANDT field) a key field? If you do that, the...
View ArticleAdd table contents (data) to a transport request
Hi, I want to transport y,z tables to another client with data.Is it possible to add table contents (data) to a transport request.? For example, There are 10, z-tables resides in client 180I want to...
View Article