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

update ztable

Former Member
0 Likes
809

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.

6 REPLIES 6
Read only

Former Member
0 Likes
769

in the popup perform u have to write code to update the ztable based on the pushbutton.

Read only

Former Member
0 Likes
769

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

Read only

Former Member
0 Likes
769

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

Read only

Former Member
0 Likes
769

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

Read only

0 Likes
769

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

Read only

Former Member
0 Likes
769

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.