‎2007 Jan 22 2:24 PM
Hi everybody
I'm calling a pop up in Migo transaction when po# is entered and saved
If there are any new values(which are not in my pop up) entered in MIGO transaction I want them to be updated in my ztable (pop up screen is a table maintenance generation) can I do that if so please suggest....
Thanks in advance
Hema.
‎2007 Jan 22 2:28 PM
in the popup perform u have to write code to update the ztable based on the pushbutton.
‎2007 Jan 22 2:32 PM
Hi,
You need to write an exit for this, you are saying that the poop up is a Table maintanence, so when you press that ok button just look at is there any BADI or user exit is calling, then write the code in that one, i think you won't get the data in the POP-UP scrren as it is a table maintenance generation.
Regards
Sudheer
‎2007 Jan 22 2:38 PM
Hi,
You can write the code in one of these following exits
MBCF0002
MBCF0005
MBCF0006
MBCF0007
MBCF0009
MBCF0010
MBCF0011
MB_CF001
Go to SE84 and check the exits in the enhancements section for package 'MB'. Read the documentation or try putting in a break point in one of these exits to know when it triggers.
Reward points if it helps
‎2007 Jan 22 2:42 PM
Hi Hema,
As the table you need to update is a custom table, what you can do is to configure an output type for MIGO transaction in NACE transaction, of processing type = '8' and write code in that z program.
Regards,
Ravi
‎2007 Jan 22 2:46 PM
I'm using a user exit to getthe pop up now when It finds new data to the particular mat in the PO# (MIGO)it must update the tablewith those new values, The table has a table maintenance generated transaction this transaction is coming in pop up.
Thanks
Hema
‎2007 Jan 22 2:48 PM
within this user exit..check which pushbutton has been pressed in the popup and accordingly write ur code to update the values into the Ztable.