cancel
Showing results for 
Search instead for 
Did you mean: 

How to Change the Fields from Input mode to display mode

Former Member
0 Kudos

Hi experts,

Here is my business requirement. I need to show certain fields in the PRICING TAB OF SALES ORDER in display mode. Now for this i am using the BADI definition CRM_PRICING_BADI.

Now, can anybody tell me how to change the field type from input mode to change mode?

Accepted Solutions (0)

Answers (3)

Answers (3)

P000636
Active Contributor
0 Kudos

Hi Karan,

In your BADI has a parameter CT_INPUT_FIELD_NAMES with one field called CHANGEABLE with values:

Field Can Be Changed

A Field Cannot Be Changed

Assing this values to your fields according with your requirements.

Regards.

Manuel

Former Member
0 Kudos

HI Raj,

I am using SAP standard GUI. I got the BADI wherein i would write the code. that is CRM_ORDER_FIELDCHECK. Now my problem is how to write the code. I mean what exactly to write the code to change the fields to display mode. The BADI which i said earlier , i found that it wont be useful.

Just to inform you that i am doing this for transaction CRMD_ORDER.

0 Kudos

you are using PC-UI or SAP Gui ?

Raj