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

screen exit in transaction code PLMD_AUDIT Question List

Former Member
0 Likes
1,040

I want to implement screen exit in transaction code PLMD_AUDIT Question List. I have tried implementing the enhancement spot “PLM_AUDIT_CUSTOM_FIELDS” and BAdI Definition “BADI_PLM_QUN_CUSTOM_FIELDS” and I have assigned my custom program and screen.

When I checked the same my implementation is not getting called and in further debugging I found standard is calling the program “SAPLPLM_AUDIT_QUEST” (No screen enhancement available for this program) instead of SAPLPLM_AUDIT_QUEST_H (Screen Assignment is done against this program in the BAdI).

Kindly guide me to rectify this problem.

I want to implement screen exit in transaction code PLMD_AUDIT Question List. I have tried implementing the enhancement spot “PLM_AUDIT_CUSTOM_FIELDS” and BAdI Definition “BADI_PLM_QUN_CUSTOM_FIELDS” and I have assigned my custom program and screen.

When I checked the same my implementation is not getting called and in further debugging I found standard is calling the program “SAPLPLM_AUDIT_QUEST” (No screen enhancement available for this program) instead of SAPLPLM_AUDIT_QUEST_H (Screen Assignment is done against this program in the BAdI).

Kindly guide me to rectify this problem.

3 REPLIES 3
Read only

ThangaPrakash
Active Contributor
0 Likes
913

Hello Praveen,

Did you check whether all your implementations is active. Might be a case where some component in your implementation is not active.

Regards,

Thanga

Read only

0 Likes
913

Hi Prakash ,

Thanks for the reply.  Yes I have checked , everything is active.

Read only

Former Member
0 Likes
913

The issue still exists, Need help