cancel
Showing results for 
Search instead for 
Did you mean: 

MSEG-SGTXT field in MB1A T.code

Former Member
0 Kudos

Hi,

I'm entering item text for the 551 movement type in MB1A T.Code but it is not being stored in any table MSEG / BSEG. Could any one tell me How to store and retrive this text because I want to Write tect which is important for Business information purpose.

Thanks and Regards

Ramana

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Please check if the customer exit EXIT_SAPMM07M_001 is activated

in the 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 include

the following:

Add the statements (before ENDFUNCTION):

IF E_SGTXT is initial.

E_SGTXT = I_MSEG-SGTXT.

ENDIF. "

Please also see the online documentation for the user exit by going to

transaction CMOD > Utilities > SAP Enhancements > Enter and execute

enhancement = MBCF0002 > Display SAP doc.

If you don't need or use the exit I suggest you de-activate it.

Please see SAP note 133161.

Regards

V V

0 Kudos

This message was moderated.

Former Member
0 Kudos

If your entering header text it will save MKPF-BKTXT

if your entering in the line item level it will save in MSEG-SGTXT

Regards

Pramod

Former Member
0 Kudos

Hi,

I have checked it its not saving in MSEG-SGTXT is there any setting to be made to save the text in that field kindly help me.

Regards

Ramana

Former Member
0 Kudos

Dear,

It will store in MSEG-SGTXT . i have checked and u r using same also

Regards

Venu Gopal.S

Former Member
0 Kudos

Hi,

Thanks for your valuable inputs I have solved the problem its because of one of the user exit is active.

Regards

Ramana