Application Development and Automation 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: 
Read only

modification to standard screen

Former Member
0 Likes
913

Hi,

Was wondering is it possible to modify a standard SAP infotype screen, like hiding some textbox/ checkbox of a standard screen. I've already have a customised module pool. Please comment

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
866

Hi Lawrence,

Using Transaction Variants:

T-Code: SHD0.

Transaction variant is like super imposing. Firstly give the T-Code which you want to change. Then create a New screen(z...) and this screen needs to be customized. You can inactivate few fields or give some default values or even remove some fields.

Whenever the standard t-code is called, Transaction variants puts up the Z.... screen you have created. This is a safer and an easier method.

Best Regards,

Shree Tejus.

Edited by: Shree Tejus on May 25, 2010 8:30 AM

Hi,

Was wondering is it possible to modify a standard SAP infotype screen, like hiding some textbox/ checkbox of a standard screen. I've already have a customised module pool. Please comment

4 REPLIES 4
Read only

GauthamV
Active Contributor
0 Likes
866

You can enhance standard infotypes using PM01 transaction.

Read only

Former Member
0 Likes
866

Hi Gautham,

I'm not enhancing, rather modifying the standard screen, yes, i've done my subscreen in PPCI (not a PA module though). Please advise. Was wondering is it possible to modify via SPRO or something? Cos i'm trying to hide some field in the standard screen, though i'm pretty sure will require an access key to change any standard objects

Thanks & regards,

Lawrence

Read only

GauthamV
Active Contributor
0 Likes
866

I am not sure but i feel you can modify ( Hide some fields using customization ) through SPRO.

Better check with your HR functional consultant or SEARCH and then ask in forums.

And modifying the standard objects with access key would be your last option.

Read only

Former Member
0 Likes
867

Hi Lawrence,

Using Transaction Variants:

T-Code: SHD0.

Transaction variant is like super imposing. Firstly give the T-Code which you want to change. Then create a New screen(z...) and this screen needs to be customized. You can inactivate few fields or give some default values or even remove some fields.

Whenever the standard t-code is called, Transaction variants puts up the Z.... screen you have created. This is a safer and an easier method.

Best Regards,

Shree Tejus.

Edited by: Shree Tejus on May 25, 2010 8:30 AM