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

User exit

Former Member
0 Likes
396

hello experts,

I want to add one additional field i.e. reason of varaince to co11n transaction code .Plz tell me step by step procedure for that.

its urgent.

thanks in regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
368

Hi,

Execute the code enclosed in the below link to find all the user exits associated in a transaction..

http://www.sap-img.com/ab038.htm

Regards,

Santosh

4 REPLIES 4
Read only

Former Member
0 Likes
369

Hi,

Execute the code enclosed in the below link to find all the user exits associated in a transaction..

http://www.sap-img.com/ab038.htm

Regards,

Santosh

Read only

Former Member
0 Likes
368

Hi Friend,

Use exit CONFPP07 for adding a customer field in CO11N.

Create a project in SMOD and activate the exit.

First add that customer field in AFRU as append structure.

Activate one of screen (which is applicable) avialable in the exit.

Write code in the two function module for passing data from and to the screen.

Hope it will solve your problem.

Regards

Krishnendu

Read only

0 Likes
368

hi Krishnendu Laha

is it necceasary to add field in afru only if yes then why?

and tell mi which screen i should activate ? tell me properly pls...

Read only

nilesh_mishra1
Explorer
0 Likes
368

Hello Abhishek , i also have same requirement...can u send the step-by step procedure