15
Technical description for creating new MARA Fields (Forecast group) Table of Contents Technical description for creating new MARA Fields (Forecast group)....................................................... 1 1 To do‘s...................................................2 2 Create Mara append ZZMARA with the new field and data element...................................................... 2 3 Create check table ZXPRODMASTEMEA for the new field (Mastertable)................................................ 2 4 Create check tables and its texttables for the master table........................................................ 3 5 Create maintain table views for each check table..........7 6 Create a view for the mastertable.........................8 7 Create a search help with the mastertable view as selection method....................................................... 9 8 Create new subscreen for MARA datascreen.................10 9 Define new screen (TAC SE51).............................11 10 Technical description of the tables......................13

Creating Append fields to MARA

Embed Size (px)

Citation preview

Page 1: Creating Append fields to MARA

Technical description for creating new MARA Fields (Forecast group)

Table of ContentsTechnical description for creating new MARA Fields (Forecast group)...................................11 To do‘s...............................................................................................................................22 Create Mara append ZZMARA with the new field and data element...............................23 Create check table ZXPRODMASTEMEA for the new field (Mastertable).....................24 Create check tables and its texttables for the master table.................................................35 Create maintain table views for each check table..............................................................76 Create a view for the mastertable.......................................................................................87 Create a search help with the mastertable view as selection method.................................98 Create new subscreen for MARA datascreen..................................................................109 Define new screen (TAC SE51).......................................................................................1110 Technical description of the tables...................................................................................13

Page 2: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

1 To do‘s

1. Create MARA append with the new field and data element.2. Create check table for the new field (mastertable)3. Create check tables and its texttables for the mastertable.4. Create maintain table views for each table.5. Create a view for the mastertable.6. Create a search help with the mastertable view as selection method.7. Assign the search help as search help and the mastertable as

checktable to the MARA append.8. Create new subscreen for MARA datascreen.

2 Create Mara append ZZMARA with the new field and data element.

Create components ZZFCG_EMEA and ZZFCG_EMEA_BEZ and its data elements (for the data element flag the indicator to get change documents )

3 Create check table ZXPRODMASTEMEA for the new field (Mastertable)

Create components FCG_EMEA, SEGMENT, PRODUCTGROUP, PRODUCTIONUNIT and PRODUCT_GROUP_CO and its data elements.

Assign the checktable (mastertable) key field as foreign key to ZZMARA.

11.04.23 Page 2 / 13

Page 3: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

4 Create check tables and its texttables for the master table.

Check table Texttable Check table Texttable

ZXFCGEMEA ZXFCGEMEA_TZXSEG ZXSEG_TZXPRODGRP ZXPRODGRP_T ZXPRODMAN ZXPRODMAN_TZXPRODMAN ZXPRODMAN_TZXPRODUNIT ZXPRODUNIT_TZXCOGPROD ZXCOGPROD_T

11.04.23 Page 3 / 13

Page 4: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

Create foreign keys for each text table.

11.04.23 Page 4 / 13

Page 5: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

11.04.23 Page 5 / 13

Page 6: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

Assign the checktables key field as foreign key to the mastertable.

11.04.23 Page 6 / 13

Page 7: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

5 Create maintain table views for each check table.

Use the table maintenance generator (within transaction SE11).

Select your maintenance group , function group and authorization group.

11.04.23 Page 7 / 13

Page 8: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

6 Create a view for the mastertable

11.04.23 Page 8 / 13

Page 9: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

7 Create a search help with the mastertable view as selection method

Assign the searchhelp to ZZMARA.

11.04.23 Page 9 / 13

Page 10: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

8 Create new subscreen for MARA datascreen

With transaction code OMT3B you can create a new screen sequence for the material master.

1. Select your screen sequence.2. Select your data screen where you want assign your new field.3. Create a new subscreen within the program SAPLMGD1.

11.04.23 Page 10 / 13

Page 11: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

9 Define new screen (TAC SE51)

Define the flow logic and assign the new field.

11.04.23 Page 11 / 13

Page 12: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

Create a module for reading the field description within the screen.

Define the layout of your new screen and put in your new fields.

Define the description fields as ‘output only’.

11.04.23 Page 12 / 13

Page 13: Creating Append fields to MARA

Creating new MARA fields (Forecast group)

10 Technical description of the tables

Check table Texttable View AppendZXPRODMASTEMEAZXFCGEMEA ZXFCGEMEA_T ZXPRODMASTEMEA_V ZZMARAZXSEG ZXSEG_TZXPRODGRP ZXPRODGRP_TZXPRODMAN ZXPRODMAN_TZXPRODUNIT ZXPRODUNIT_TZXCOGPROD ZXCOGPROD_TZXPRODMAN ZXPRODMAN_T

11.04.23 Page 13 / 13