cancel
Showing results for 
Search instead for 
Did you mean: 

Need to Grayed out some Cstics in VA02 Mode.

keyur_mistry1
Active Participant
0 Kudos

VC Group,

I have need to grayed out some characteristics in VA02 Mode only. Is it possible?

If "YES" please guide me how?

Note: Same characteristics value user should able change N-numbers of time in VA01.

Accepted Solutions (1)

Accepted Solutions (1)

ravi_kumar204
Active Participant
0 Kudos

Hi Keyur,

Yes.

Ex:

1) Create two reference chars 1) SO_NUMBER (Sales order number (VBAK-VBELN)) and 2) NO_INPUT char ref (structure SCREEN_DEP field NO_INPUT)

2) Assign the above chars. to the class.

In VA01 this sales order char will not be updated as the sales order is not saved. In VA02 this char will be updated with the relevant sales order number.

3) write a procedure at config. profile using the above two chars.

$SELF.NO_INPUT = 'XXXXX'  (char name for display mode)

IF SPECIFIED SO_NUMBER.

Once check and update.

Thanks.

Ravikumar B

keyur_mistry1
Active Participant
0 Kudos

Ravi,

Thank you very much. I am closing this question here. It's working fine.

Answers (0)