Application Development 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: 

Looking for BADI to update field WBS in IW21

Former Member
0 Kudos

Hi everyone, please help me this...

I create a PM Notification using IW21 with Notification type MP (Prevent w/o Order), the field WBS is a mandatory input field. I then continue to create Order : in tabstrip “Location” the value of WBS (ILOA-PROID) is automatically copied from what I just entered before, but in tabstrip “Addit. Data” which also have field WBS () (CAUFVD-PSPEL) but no value showing there. As I know, this WBS field () will be updated in AUFK-PSPEL after completing transaction IW21.

Can anyone provide me the right BADI that I can update this WBS value (*) like the one in tabstrip “Location”.

Thanks in advance for your help.

2 REPLIES 2

Former Member
0 Kudos

Hi

welcome to SDN forum

check the following BADI's for the IW21 tcode

Business Add-in

IQS0_STATUS_MAINTAIN Control of Changeability of User Status

IWO1_SUBSCREEN_0170 Display Additional Data on Object Screen 0170 PhysicalSample

IWOC_LIST_TUNING Performance Tuning for Lists in PM/CS

IWOC_OBJECTINFO_CHNG Changes to Data of Object Info Screen

NOTIF_AUTHORITY_01 Additional Authorization Checks for the Notification

WOC_FL_DETERMINE Determine Date for Determining Installation Loc. Equi.

Regards

Anji

0 Kudos

Hi Anji,

Thanks for your reply. However in those BADIs that you suggest, I don't see any methods with changing or exporting parameters that have WBS value.

Any other suggestions?