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 or BAdi for IW21

Former Member
0 Likes
1,624

Hi,

I have to add extra field to tcode IW21, which will help to generate report easily, I have been told to use QQMA0001, and screen : SAPMIO0 5000 to do this, but when I got to cmod and give this exit name it does not contain above screen no, i have also checked badi for IWOC package but there are no BAdi's availabale .

Am I doing wrong.

Thanks and Regards

V.

Hi,

I have to add extra field to tcode IW21, which will help to generate report easily, I have been told to use QQMA0001, and screen : SAPMIO0 5000 to do this, but when I got to cmod and give this exit name it does not contain above screen no, i have also checked badi for IWOC package but there are no BAdi's availabale .

Am I doing wrong.

Thanks and Regards

V.

4 REPLIES 4
Read only

Former Member
0 Likes
939

Hi,

Check this BADi for existed IW21

WOC_FL_DETERMINE Determine Date for Determining Installation Loc. Equi.

NOTIF_AUTHORITY_01 Additional Authorization Checks for the Notification

IWOC_OBJECTINFO_CHNG Changes to Data of Object Info Screen

IWOC_LIST_TUNING Performance Tuning for Lists in PM/CS

IWO1_SUBSCREEN_0170 Display Additional Data on Object Screen 0170 PhysicalSample

IQS_MASS_CHANGE BadI for Mass Changes to Notifications

IQS0_STATUS_MAINTAIN Control of Changeability of User Status

Regards

Ranga

Read only

0 Likes
939

Hi, I have to add a new tab to tcode iw21, there are many screen exits how to know which exits suits my requirement.

Thanks and Regards,

V

Read only

peter_atkin
Active Contributor
0 Likes
939

Have a look at [OSS Note 36889|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=36889]

PeteA

Read only

RaymondGiuseppi
Active Contributor
0 Likes
939

There are a lot of subscreens available in QQMA0001 Enhancement, but you should activate those also with Customizing. (dynpro 5000 call these subscreen " CALL CUSTOMER-SUBSCREEN USER0001 INCLUDING 'SAPLXQQM' XUSERSCR1.")

- [ Note 36889 - User subscreens in quality notifications|https://service.sap.com/sap/support/notes/36889] (or read Enhancement documentation if > R3 3.0 !)

- [ Note 191871 - Activating SAP enhancements|https://service.sap.com/sap/support/notes/191871]

Regards