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

Transaction requirement

Former Member
0 Likes
559

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

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.

1 REPLY 1
Read only

Former Member
0 Likes
480

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.