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

Adding screen field in FF68 tcode

Former Member
0 Likes
480

Hi,

I have a requirement. In tcode FF68 I want to add a field customer name next to customer code on screen, so that when user enter customer code then name shd come automatically from customer master. How do I do kindly suggest.

Regards,

Rajesh Vasudeva

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
434

Hi

check the screen number .

if the screen that is used can be changed , then create a i/o field which is not editable in the screen.

then u an write the code in the pai of the screen to get the customer name once u enter the code.

regards,

Ramya

2 REPLIES 2
Read only

Former Member
0 Likes
435

Hi

check the screen number .

if the screen that is used can be changed , then create a i/o field which is not editable in the screen.

then u an write the code in the pai of the screen to get the customer name once u enter the code.

regards,

Ramya

Read only

0 Likes
434

Hi Ramya

Thanx for the reply.

Actually its a table control on standard structure FEBSCK and there is no field to populate name of customer in that structure. How do I do this. As u said shd I create this i/o field in standard struc. or how do i do?

Regards,

Rajesh Vasudeva