Quantcast
Channel: SCN: Message List - Is it possible to know programatically if a transaction code is in edit mode?
Browsing latest articles
Browse All 10 View Live

Re: Is it possible to know programatically if a transaction code is in edit...

Hi Gayatri, I am looking for the Tcodes OX02 , OX16, OB62, OB37 AND OBC5. Regards,Kasi.

View Article



Re: Is it possible to know programatically if a transaction code is in edit...

All these are maintenance transactions. May I know why do you need to find out display mode? what is the requirement?

View Article

Re: Is it possible to know programatically if a transaction code is in edit...

Yes these are maintainance Tcodes. i have requirement to create a company code by using Ecatt script and then Assign it to company and COA and Fiscal year and ....i have developed script and running...

View Article

Re: Is it possible to know programatically if a transaction code is in edit...

Display mode is possible when 1. Someone else is locking the table. You can find whether the table is locked or not before calling your script.2. User doesnt have change access to the mentioned table....

View Article

Re: Is it possible to know programatically if a transaction code is in edit...

I want to get the details of the user who is opened the Tcode. And want to popup message like in standard way. My requirement is from where i can extract those details programatically.

View Article


Re: Is it possible to know programatically if a transaction code is in edit...

You could use FM  VIEW_ENQUEUE to find out whether the table is locked. Pass the table name. For example, for transaction OBC5 the sample code would be.  CALL FUNCTION 'VIEW_ENQUEUE'         EXPORTING...

View Article

Re: Is it possible to know programatically if a transaction code is in edit...

Hi Niyaz, Thanks for the reply, i have implemented the same logic for all tcode, giving whether the tcode locked or not . But i also want to get the user who is locked the Tcode.  Regards,Kasi.

View Article

Re: Is it possible to know programatically if a transaction code is in edit...

Hi,Can you use this?  call function 'VIEW_MAINTENANCE_CALL'           exporting                action                              = 'U'                show_selection_popup   = range_limits_input...

View Article


Re: Is it possible to know programatically if a transaction code is in edit...

check it in variables sy-msgv1 or msgv2.

View Article


Re: Is it possible to know programatically if a transaction code is in edit...

Thank you Niyaz.

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images