cancel
Showing results for 
Search instead for 
Did you mean: 

IW32 Component tab : Popup For Material Line Item Number Adding Custom Field

arpita_churi3
Active Participant
0 Kudos

Hi All,

I have an requirement in IW32 , when we are going to component tab and entering Description and UOM , One Pop is coming on click of enter for "Create Corrective Maintenance Order : Component Detail Purchasing Data". But we are not able to differentiate for which line item pop up has come.

is there any way to enhance that screen to display line item number in popup?

please find the screen shot give where i need to add the field (yellow Color) in popup.

Thanks,

Arpira

Accepted Solutions (0)

Answers (6)

Answers (6)

raymond_giuseppi
Active Contributor

You could analyze the PBO/call of the pop-up, try to change the title for a text like 'Change Corrective Maintenance Order 4022225 Item 0020 Detail Purchasing', you could try end of form screen_modify_pm, note you can use a SET TITLEBAR title OF PROGRAM zprog, so no sscr key required, or get current status (sy-pfkey) and set it again replacing order number in the WOTH option by a string with order and item concatenated?

Regards,

Raymond

Former Member
0 Kudos

No of course

but if you have to do it, you've not an alternative, perhaps you can also try to check if it's possible to skip the call of popup and call a your own one defined in a custom function: but it means you should copy all abap code used by standard popup (it could be very hard).

I won't change the popup for a requirement like your, but of course this is only my opinion and I don't, can't know the importance of your requirement, but sometimes it should say no.

arpita_churi3
Active Participant
0 Kudos

Hi Max,

Is it a good practice to change the standard screen?

Former Member
0 Kudos

That means you can only change the standard

Probably you can find a point, just before the popup is called, can be enhanced, but the screen has to be changed: I mean you need to get the access key

Max

arpita_churi3
Active Participant
0 Kudos

Hi Max,

Thank you for reply .

there is no screen exit present for this .

Former Member
0 Kudos

Hi

I don't know that popup, but if there's no screen-exit (and I believe there isn't one), you can only change the standard screen

Max