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

How to make predefined notification type in IW21

former_member240605
Participant
0 Likes
1,261

Hi experts ,

                     I am creating measurement point document in t.code Ik11 and when it is saving it will directly call the t.code IW21. I have done this using user exit. But I want when the t.code IW21 will be called then a default  notification type ( which i will define ,say this is 'M4')  will be shown in  IW21 screen.

   How I wll do this. I need your help.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,068

Hi,

In IW21, you can go to Extras -> Settings -> Control/Default Values and fill the value you need to default for the notification type. This will set the Type for your User ID.

You can also run CALL TRANSACTION 'IW21' USING bdcdata_tab OPTIONS FROM opt.

Pass the values for just filling the first screen in bdcdata_tab.

Thanks,

Shambu

Hi experts ,

                     I am creating measurement point document in t.code Ik11 and when it is saving it will directly call the t.code IW21. I have done this using user exit. But I want when the t.code IW21 will be called then a default  notification type ( which i will define ,say this is 'M4')  will be shown in  IW21 screen.

   How I wll do this. I need your help.

2 REPLIES 2
Read only

Former Member
0 Likes
1,069

Hi,

In IW21, you can go to Extras -> Settings -> Control/Default Values and fill the value you need to default for the notification type. This will set the Type for your User ID.

You can also run CALL TRANSACTION 'IW21' USING bdcdata_tab OPTIONS FROM opt.

Pass the values for just filling the first screen in bdcdata_tab.

Thanks,

Shambu

Read only

0 Likes
1,068

Hi

Active Contributor Silver ,

                              I  have solved this issue using implicit enehancement and thnx for your reply.