‎2008 Mar 12 9:32 AM
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.
‎2008 Mar 12 9:33 AM
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
‎2008 Mar 12 9:33 AM
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
‎2008 Mar 12 9:43 AM
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
‎2008 Mar 12 9:58 AM
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...
‎2010 Aug 28 7:48 AM
Hello Abhishek , i also have same requirement...can u send the step-by step procedure