cancel
Showing results for 
Search instead for 
Did you mean: 

How to show Text field in Service Confirmation Fast Entry

Former Member
0 Kudos

Hi,

Can somebody explain me how can we show Text field in Service Confirmation FAST ENTRY Screen. I tried to do it with CRMV_SSC, but I couldn't.

Regards,

Cenk

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can add a new field on the fast entry screen by the following way-

1. Find out which is the std screen number corresponds to fast entry screen (say 2000)

2. Set up a new screen(say 3000) in CRMV_SSC with two sunscreen areas and configure it as to be shown at the place where the above screen(2000) was shown.

3. In the first subscreen area, call the standard screen (2000) .

4. In the second screen call your new screen(say 4000) which contains your text field.

5. You will have to code in the PBO/PAI of 3000 to call other screens

This process is little bit complicated.You can achieve this without any modification to the standard.

Regards,

Annu Cyriac