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

Populate screen

Former Member
0 Likes
501

I have a field in standard sap screen that is grayed out. I was wondering is there any way where i can enable it so that user can enter values in it?

thanks

3 REPLIES 3
Read only

Former Member
0 Likes
466

hi aussieguy,

check if you can find a screen-exit or BADI for that screen.

you can make that screen element active in the PBO [art. if you find an exit in it.

which tcode or which screen are you talking about?

Read only

0 Likes
466

Hi field VBAP-KTGRM for program SAPMV45A screen 4453.

Read only

0 Likes
466

its for VA01/02 tcode?

then find in SDN you will find the include name where you have to add your logic for making that element active.

i am not inform of SAP system right now, but as far as i remember its MV***ZZ kind of include name in that program.