ā2013 Mar 07 9:55 AM
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
ā2013 Mar 08 10:27 AM
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
ā2013 Mar 08 11:07 AM
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