2008 Jan 29 1:02 PM
How to create a transaction which can be accessed by the user at user level wherein they can just enter a screen and enter the customer number , company code and Text id which shall be hardcoded to 002(accounting) and a open block to enter the text or read the existing text without the user beeing able to access to other details of the customer .Presently we are using transaction FD02 where we enter the customer number and company code and we are taken to a next screen where we can access TEXt through the extra button.Can anyone help me create a program where the user can directly access the text at user level without using transaction FD02 as proper autorisation is required for it which cannot be provided to all users.Probably an enhancement or a small program is required which can be entered by the user through a custom transaction and either enter/change customer text and save it directly in the customer master.
Thanks & regards,
Gowd.
2008 Jan 30 6:20 AM
Hi Munaswar,
SOURCE = SDN THREADS
Use the function module TEXT_EDIT to allow users to enter long texts, by sending the correct text ID this will update the appropriate Customer Master field.
Cheers,
Chaitanya.
How to create a transaction which can be accessed by the user at user level wherein they can just enter a screen and enter the customer number , company code and Text id which shall be hardcoded to 002(accounting) and a open block to enter the text or read the existing text without the user beeing able to access to other details of the customer .Presently we are using transaction FD02 where we enter the customer number and company code and we are taken to a next screen where we can access TEXt through the extra button.Can anyone help me create a program where the user can directly access the text at user level without using transaction FD02 as proper autorisation is required for it which cannot be provided to all users.Probably an enhancement or a small program is required which can be entered by the user through a custom transaction and either enter/change customer text and save it directly in the customer master.
Thanks & regards,
Gowd.
2008 Jan 30 6:20 AM
Hi Munaswar,
SOURCE = SDN THREADS
Use the function module TEXT_EDIT to allow users to enter long texts, by sending the correct text ID this will update the appropriate Customer Master field.
Cheers,
Chaitanya.