SAP Managed Tags: ABAP Development I have 2 custom fields in aufk table which I want to update with values after the user clicks on save in IW31 tcode. I want to find a user exit that can process after saving the order so that I can have the order details in the logic to upd...
SAP Managed Tags: PLM Enterprise Asset Management (EAM)/Plant Maintenance (PM) In the above picture (T-Code IW31) I would like to know what parameters in T-Code SU3 to make that field auto populate with what I set up in SU3 Untitled.png Know...
SAP Managed Tags: ABAP Development Hi, There is no problem in creating BDC for IW31 & IW32, I have created a lot of BDC's for this t-code. BAPI has some other problems also like authorization, if you give user IW31 authorization he can create order but for some strange reson when ...
SAP Managed Tags: ABAP Extensibility Hello Gurus, I need your help to discovery one BADI or User-Exit to validate data in T-Code IW31. I already try the user-exist IWO10012, but don't work. I need to validae data before the next screen appears. Thank's in advanced. Best Regards...
Thank you very much for your quick replay. The authorization objects were setup in the two roles as the following value: Role 1. 1 I_AUART Order Type ZP01 AUFART Maintenance Planning Plant * IWERK 2 I_TCODE Transaction Code IW31, IW32 TCD ...
SAP Managed Tags: ABAP Extensibility Hi Chetan, You may try to 'LOOP AT SCREEN' in your screen's PBO. Code looks like this: LOOP AT SCREEN. IF sy-tcode = 'IW31'. IF screen-name CS '(the assigned name to a field)' OR screen-name CS '(field2)' OR screen-name CS '......