Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Update Z field in MARC table by MM02

Former Member
0 Kudos

Hi,

i have some Z fields in MARC table,

it,s showsin MM01 MM02 and MM03 Tx.

When I change the values of any of this fields they dont save the change in the DDBB.

this fields are included in MARC with Append structure.

How can i Update it,

Thanks

8 REPLIES 8

Clemenss
Active Contributor
0 Kudos

Hi ortiz,

>

> i have some Z fields in MARC table,

> it,s showsin MM01 MM02 and MM03 Tx.

Are the fields editable, what was the procedure to put them on (which) screen, what did you do in customizing?

The customizing IMG describes what to do.

Regards,

Clemens

Former Member
0 Kudos

Hi J,

If your custom fields are there on the screen (MM01/02/03) and they are appended in some structure in MARC table, the values should flow from screen-to-table and vice-versa.

If you want these fields to be populated automatically, you may have to write some code in user-exit or BAPI extension while creating the materials.

In the user-exit, you may have to write a code like this ..so that these fields remain uneditable while calling MM03 (display only)

IF T180-TRTYP EQ 'A'.

LOOP AT SCREEN.

SCREEN-INPUT = '0'.

MODIFY SCREEN.

ENDLOOP.

EXIT.

ENDIF.

Edited by: Rudresh Chand on Jan 26, 2011 9:03 PM

Edited by: Rudresh Chand on Jan 26, 2011 9:25 PM

Former Member
0 Kudos

Fixed:

Someone pass an order and broke the report,

Thanks,

0 Kudos

Hey, can u tell me which user exit u have used to update MARC from MM01.

PKB.

0 Kudos

Hi PKB,

Use this EXIT_SAPLMGMU_001.

Regards,

Madhu.

0 Kudos

Hi,

In this we can update only MARA table and not MARC. I want to update MARC table.

0 Kudos

Hi Pkb,

Check the import parameters in that Fm. I think it is possible for Marc also .

Regards,

Madhu.

0 Kudos

PKB,

please do not use the closed thread do discuss your own question. Thank you.

Regards

Clemens