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: 

Adding a subscreen in Plant data/stor. 1u0094 tab in Material master

Former Member
0 Kudos

Hi All,

I need to add a subscreen in material master Plant data/stor. 1 tab. Please let me know if its posible.

Warehouse management requires a primary bin and 4 alternative bin locations to be added to the material master. Four custom fields will be added in addition to the standard primary storage bin location field. These fields will be held at the branch/storage location level.

For this I enhanced MARD table with a structure contains 4 fields.

• A sub-screen should be added to the “Plant data/stor. 1” tab. “Alternative Bin Information” section should hold the additional four fields.

I want to add a sun screen under General data. This sub screen contains 4 fields for alternative storage bins.

Regards,

Venkat.

4 REPLIES 4

Former Member
0 Kudos

Hi

try to go to Material Master Data customizing here you can assign an your own screen insted of std on.

Max

0 Kudos

Max,

Thanks for your reply. Can you please give more inputs on this. Do I need to copy the new screen to a zprogram and start making modifications on the z program screen? I that case I need to copy the whole material master program to access global variables and also Do I need to add code to save additional data into MARD table or SAP take care of that ?

Regards,

Venkat.

0 Kudos

Hi

try to run spro:

Logistics - General->Material Master->Configuring the Material Master

Here you should find a good documentation explaining how to do it.

U need to copy only the program with the subscreen you need to change, here add the new fields of MARD enhancement.

Max

Former Member
0 Kudos

Hi,

Hi,

u'll have to do the following:

1. copy the std func group MGD1 to ZMGD1....include all ur custom screen and make sure u hav written the PBO and PAI .

Best way would be copy any standard screen and then making any change there like modifying the label.

2. next step is copying the screen sequence ( logistics-material master-configuring the material master)....01 to z1 and then assigninng all ur new program and screen name in this custom screen seq ...

and u can assign this custom screen seq to diff material type....

there is a bit of SPRO involved in this...

and check the BADI BADI_MATERIAL_REF.

<b>REWARD POINTS</b>

rEGARDS