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

TCODE : IW41 : Defaulting Activity type to blank

Former Member
0 Likes
2,464

Hi  ,

Tcode : IW41

The activity type which was maintained in the activity is the default for the confirmation. You can also have a different activity type for the confirmation.
The activity type which was maintained in the activity is the default for the confirmation.
I don't want the default value to come to the confirmation screen, and want a blank value instead...

IW41 tcode snapshot :


I need to make the activity type as blank.

Thanks

Barun

Hi  ,

Tcode : IW41

The activity type which was maintained in the activity is the default for the confirmation. You can also have a different activity type for the confirmation.
The activity type which was maintained in the activity is the default for the confirmation.
I don't want the default value to come to the confirmation screen, and want a blank value instead...

IW41 tcode snapshot :


I need to make the activity type as blank.

Thanks

Barun

9 REPLIES 9
Read only

former_member223133
Active Participant
0 Likes
2,171

Hi,

Please implement the user exit CONFPI01 for default values.

Thanks

Gangadhar

Read only

0 Likes
2,171

Hi ,

I have implemeted the logic in EXIT_SAPLCORF_001 , which has a custom exit .

But this FM is not called ..I am not sure why it is not being called . Is there a switch framework for FM's?

Thanks

Barun

Read only

0 Likes
2,171

Have u followed the process of implementing customer exit?

Else, please follow this link: Customer Exits (CMOD) - ABAP Development - SCN Wiki

Read only

0 Likes
2,171

Hi Barun,

Please implement the user exit CONFPI01 with FM exit EXIT_SAPLCORF_401 and implement logic. Make sure CMOD project is activated.

Hope it helps.

Thanks

Gangadhar

Read only

0 Likes
2,171

Did you create a project in CMOD for this customer exit?

Nabheet

Read only

0 Likes
2,171

Hi ,

Its chnaging the default value to blank after CMOD activation . But again what if the user changes the activity type . Is there a  logic that can be implemented .

Thanks

Barun

Accenture

Read only

0 Likes
2,171

For that you have to search for some other exit in save. I am sure if you search here you will find many exits/BADI

Nabheet

Read only

0 Likes
2,171

Hi,

As suggested by Nabheet, you have to find an user exit at the time of save. Below user exit may help.

CONFPI05                            Process order conf.: Cust. spec. enhancements when saving

Thanks

Gangadhar

Read only

Former Member
0 Likes
2,171

Hi Barun,

Please refer this link for user exits and BADIs in IW41: Reg. IW41 User Exit | SCN