cancel
Showing results for 
Search instead for 
Did you mean: 

Modifying customer fields in MM17

Former Member
0 Kudos

Hi, All:

We have created a custom field in MARC table, it's dec data type, and we are trying to change data with MM17, We can see this field, but we can never change it. Is there anyway to do that? Our sap version is 6.0

Thanks in advance.

Accepted Solutions (0)

Answers (4)

Answers (4)

FilipSt
Explorer
0 Kudos

Hi,

here you will find a step-by-step guide: http://stankowski.it/webpage/how2/A001.pdf

BR,

F

Former Member
0 Kudos

Hi

I would suggest that you use LSMW tool for this purpose.

The program RMDATIND would help in mass change of custom fields.

Thanx

Prasad

JL23
Active Contributor
0 Kudos

see OSS note 414020 - MASS: Customer fields are not mass-maintainable

Former Member
0 Kudos

Try the following to enable updation of custom append structure fields through MM17:-

The following had to be done for enabling MM17 to update custom fields in MARA.:-

1. Customization for Mass Object: TCODE u2013 MASSOBJ

i. Select Object type BUS1001 and go to Field list dialog

ii. Add custom fields here: BUS1001, MARA, ZZfield and save

2. Customization for Field selection group:

Logistics u2013 General ->Material Master ->Field Selection -> Assign Fields to Field Selection Groups

i. Add entries for each custom field (MARA-ZZfield )here and assign a selection group as other Standard fields having similar property.

ii. In the detail screen set the following:-

Propose field cont = X

Maintenance status = KEDVALBQPSZXFG (depending on departments to maintain the data)

ALE field group = GR_GLOB

3. Create a new segment for custom fields and extend the IDOC MATMAS03 by adding the new segment using tcodes; WE31 and WE30.

4. Link message type(MATMAS) , idoc type(MATMAS03) and new extension type using tcode WE82.

5. Implement BADI MG_MASS_NEWSEG and add code in method ADD_NEW_SEGMENT for inserting data to the new segment of IDOC(refer already implemented for IS-OIL BADI implementation for sample code)

6. Add code in EXIT EXIT_SAPLMV02_002 (MGV00001) for populating MARA structure back from IDOC during ALE processing.

All the best!!!,

Manoj K S

Former Member
0 Kudos

Hi,

The custom field/element properties are correct as compare to the SAP STD filed properites..

We have many custom fields in STD table...and we could able to do the Mass update through MM17.

Thanks,

Kumar Arcot