cancel
Showing results for 
Search instead for 
Did you mean: 

Text Field in MIGO

Former Member
0 Kudos

When I am doing Goods receipt I am entering some text in the text field in the where tab of the item.

But this is not creating any corresponding entry in the mseg table.

Again if go to change mode MB02 and then enter the text it is taking it properly. Can anyone explain me where the problem is.

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

BijayKumarBarik
Active Contributor
0 Kudos

Hi,

Use T.Code:OBA7 and double click “WE” and select check box of Text Field in “required during document entry “ Tab and save.

Now try ur transaction.

Regards,

Biju K

Former Member
0 Kudos

Dear all,

Tried but not working still

esther_hernanz
Contributor
0 Kudos

Hi Kannan,

Check if the user exit EXIT_SAPMM07M_001 is active in your system.

Here you can normally set any value for the field MSEG-SGTXT.

If this exit is active, check if the field E_SGTXT is missing since you have to add this field in the export-parameters (see standard LXMBCU02) and you may need to adjust your code to add the statements (before ENDFUNCTION):

IF E_SGTXT is initial.

E_SGTXT = I_MSEG-SGTXT.

ENDIF.

You can also see the on-line documentation for the user exit by going

to transaction SMOD, entering the Enhancement MBCF0002 and selecting the option to display the Documentation.

If you do not need or you do not use the user-exit, you can de-activate it.

You can also see the SAP Note:

133161 - MMIM: MSEG-SGTXT not set for active user exit.

I hope this helps,

Esther.

BijayKumarBarik
Active Contributor
0 Kudos

Hi,

Follow the path:

SPRO->MM->Inventory Management and Physical Inventory->Setting for Enjoy Transactions-> Setting for Goods Movement (MIGO)-> Field Selection for MIGO

Here document header text may be in display mode, so make it “require entry” or “input” as u required and save...

Regards,

Biju K

Edited by: Bijay Kumar Barik on Mar 5, 2008 5:59 PM

Former Member
0 Kudos

Hello ,

This is working fine for MSEG-SGTXT.

Now , I want to set MKPF-BKTXT field and xblnr while duing 101 movement in MIGO .

Can I set export parameters e_sgtxt & e_xblnr in user exit

EXIT_SAPMM07M_001 . There is I_MKPF as a import parameter.

Please suggest me ASAP .

Thanks in advance.

Milind Nikumbh..

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Friends ,

Can we have the solution of this query "When I am doing Goods receipt I am entering some text in the text field in the where tab of the item.

But this is not creating any corresponding entry in the mseg table.

Again if go to change mode MB02 and then enter the text it is taking it properly. How it can get reflected directly in Material Document instead of changing Mat.Doc.

Regards,

Lalit

Noida.

Former Member
0 Kudos

Hi Kannan,

As per standard SAP, if you enter data in the field of text in the where tab of GR, it is updating the MSEG Table.

In your case if it is not updating ensure if any user exits are active in which the parameters are not being exported properly or the SGTXT filed is getting changed.

Please take the help of ABAPER to confirm the same,

thanks & Regards

Kishore

Former Member
0 Kudos

try entering the text with *

Edited by: Manohar Raju on Mar 1, 2008 8:54 PM