cancel
Showing results for 
Search instead for 
Did you mean: 

GOITEM-SGTXT in MIGO not updated in table MSEG

Former Member
0 Kudos

Hi Experts

I have a requirement to capture the MIGO line item text into Accounting document.

Issue is - the text entered in GOITEM-SGTXT is not getting reflected in MSEG-SGTXT.

Can someone enlighten me as to where / in which table the line item text is getting stored?

Thanks

Gayathri

Accepted Solutions (1)

Accepted Solutions (1)

mauro_bianchi
Active Contributor
0 Kudos

Hi Gayathri,

Please check if the customer exit EXIT_SAPMM07M_001 is activated in your system. Here you can normally set any value for the field MSEG-SGTXT.

If this exit is activated, please 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.

Please 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.

Hope this can help

Regards,

Mauro

Answers (1)

Answers (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

It would flow to MSEG. So, check if you are using the enhancement MBCF0002 (function EXIT_SAPMM07M_001) or the BADI MB_MIGO_ITEM_BADI (method ITEM_MODIFY). Perhaps you have coding that clear the field.

I hope this helps you

Regards

Eduardo

Edited by: Eduardo Hinojosa on May 12, 2010 5:26 PM