2007 Jan 19 9:28 PM
I'm trying to call table maintenance generated transaction thru migo transaction(thru pop up) but it is effecting globally
Is it possible to call a transaction(table maintenance generation transaction)
can you give me the syntax
(if po# displayed in Migo has mat and plant which has in my table1 then it must display the transaction(table2 maintenance generated transaction) and it must update the table if it has any new values in the displayed PO# )
Thanks in advance
Hema
2007 Jan 19 9:36 PM
Hi Hema ,
Create a transaction for the table on which you want the maintainence in SE93.
And then assign this to the MIGO transaction.
Srinivas.K
I'm trying to call table maintenance generated transaction thru migo transaction(thru pop up) but it is effecting globally
Is it possible to call a transaction(table maintenance generation transaction)
can you give me the syntax
(if po# displayed in Migo has mat and plant which has in my table1 then it must display the transaction(table2 maintenance generated transaction) and it must update the table if it has any new values in the displayed PO# )
Thanks in advance
Hema
2007 Jan 19 9:36 PM
Hi Hema ,
Create a transaction for the table on which you want the maintainence in SE93.
And then assign this to the MIGO transaction.
Srinivas.K
2007 Jan 19 9:47 PM
I have done that I got that transaction name
when I'm writing call transaction zXXXXX in my user exit it is giving pop up to the mat which are not in my table also. it is giving pop up to every one
do you have any particular syntax to call table maintenance generated transaction
2007 Jan 19 9:57 PM
As far as i am awre there is no Special Call Transaction syntax for table maintenence but in the user exit before you Call the transaction we can check whether we having the relevent materail or not and if not just skip the cal transaction.. if you haven't tried this yet..
Srini.
2007 Jan 19 10:08 PM
I tried it by keeping the cond if zxxx-matnr then call transaction zxxxx1
but it is giving the pop up everytime someone clicks the Migo save button thats what I'm searching for syntax
2007 Jan 19 10:23 PM
Befor the Call Transaction can you try writing a Select statement and verify whether this material is present in the Z-table and if sy-subrc = 0 go a head and call the transcation else not.
Srini.
2007 Jan 19 10:06 PM
Hi,
You can also use the function module VIEW_MAINTENANCE_CALL to call the table maintenance..
Thanks,
Naren
2007 Jan 20 4:05 AM
Srinivas ,
select statement with sy-subrc worked it solved my problem.
Now when I click the save button I'm getting the pop up and when I press back button in the pop up screen I'm getting the PO# posted , But I need to see the values again when I come back and then post how can I do it can anyone suggest me...
Thanks in advance
Hema.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |