on 05-12-2010 10:10 AM
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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.