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: 

Screen Field Inquiry in MM43

former_member355937
Participant
0 Kudos

Hello,

There is a requirement in MM43 which needs to view/hide a screen field (e.g. tax classification MARA-TAKLV) per user level.

Is this possible? Need your views on this.

Thanks,

Jeff

8 REPLIES 8

Former Member
0 Kudos

use LOOP AT SCREEN.

LOOP AT SCREEN.

IF SCREEN-GROUP1 = 'M01'.

SCREEN-ACTIVE = '0'.

modify screen.

endif.

endloop.

Former Member
0 Kudos

Hi,

In "Loop at screen" change the mode(Edit/Display) when it matches the corresponsding field.

Regs,

Venkat

0 Kudos

Hello Venkat and Surpreet,

I know how to hide and unhide a screen field in a screen object. What I want to know is, is it possible for a standard program SAPLMGMW func group (MM43) to hide/unhide its screen field such as tax classification (MARA-TAKLV)? Are there any user exits or config for this?

Thanks,

Jeff

0 Kudos

Yes Jeff it is possible.

I have seen my colleage do that, let me inquire.

I got your point.

Former Member
0 Kudos

Hello Jeff,

is your problem solved or not.

well i did some research on this. when we create client and then we create company profile and after that organization structure is created.

there is one tcode for this where you get complete list of all the field which you can display in a screen.

so if you select the checkbox next to that field, that field is displayed else it is hidden.

let me get the tcode, or someone on the form pls help

regards

0 Kudos

Hi,

screen behavior can be influenced in wide ranges by customizing per article type (OMT3B). Also different settings can be assigned to different user groups (OMT3E).

Have a look in how-to:

SPRO -> Logistics - General -> Material Master -> Configuring the Material Master -> Here's How (Quick Guide Using an Example)

Don't you use merchandise category reference articles??

Regards,

Christian

Former Member
0 Kudos

Hi

This is possible without development using Transaction Variants. Transaction SHD0, or look in the IMG: SAP Web Application Server -> General Settings -> Field display characteristics -> Configure application transaction fields.

Create a variant where that field is hidden, then assign it to your users.

There is a lot of documentation available, click the 'i' icon.

Cheers

Dom

0 Kudos

Hi Dom,

SHD00 is possible, but in retail also copy settings for article creation / extension have to be set - so customizing is surely better way.

Regards,

Christian