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

iw31 while creating order screen element change?

Former Member
0 Likes
907

Hi All,

I am very new to abap could any one help me in resolving the issue in module pool programming.

In this screen of iw31 in the header tab if i specify the pm activity type CGW .

In the Enhancement tab  the mains feeder screen element is missing but for all other pm activity type the mains feeder id screen element is present.

Could any one help me how to proceed in this issue to resolve it .

How the screen element is getting disappear??

Thanks in advance

Vinay Nanjappa

2 REPLIES 2
Read only

adam_krawczyk1
Contributor
0 Likes
799

Hi Rock,

The enhancement tab is customized screen which means that its design and behaviour is implemented in your company.

You can find the screen number by pressing F1 on enhancement tab and go to SE80 by double click on subscreen number. I see that my screen is SAPLXWOC - 0900, so maybe you will have same number if it is SAP standard.

You can search in Process Before Output (PBO) and Process After Output (PAO) for your customized code if there is a logic that hides components or fills data to the screen. Check also on screen layout designer if the element that you look for exists on the screen or it must be added. If you want to have new field on the screen, you need to also update logic for filling/updating it.

Hope it helps.

Regards,

Adam

Read only

davis_raja
Active Participant
0 Likes
799

Dear Rock,

     Enhancement tab is a customized tab in the T code IW31.

     Find out the Screen number of the subscreen which is used in the Tab and see the coding in the PAI or PBO of that subscreen.

     Maybe you can find the answer for your question in the code.

   

Thanks and Regards

Davis