cancel
Showing results for 
Search instead for 
Did you mean: 

Adding New Input Field in "ConfirmationEditItem" screen

Former Member
0 Kudos

Hi All,

I am  working on "SAPCRMSM4.1". I want to add a new field in "ConfirmationItemADDEDIT" Screen.

I want to add a new Kilometer field to the screen. The field is mapped to a new property "Kilometer" of type "Decimal Number" from ConfirmationItem Object.

I mapped the kilometer field to the kilometer property and gave a constant value of "1".   In ConfirmationAddItem - I can see the Kilometer Field label and Input Field with a value of "1". But in ConfirmationEditItem screen, i can only see the Kilometer label, and not kilometer input field.

I want to see the kilometer input field with either empty field or with a value of 0 or 1. Which Configuration am i missing. Please do help to resolve this issue.

Thanks,

Divya

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member208808
Active Participant
0 Kudos

Hi Divya,

For me it is showing correctly on edit transaction as shown below,

But when i am not mapping it on screen it shows like below...

(is that your problem ?)

Then

Use following checklist for your configuration

1) ConfinationItem Object has this property with Decimal type

2) Transaction has this property mapped with above object property.

3) On ConfirmationEditTransaction screen add a field with

     a) Edit type---->default

     b) map it with transaction property (i.e. Kilometer from your Transaction and not from object)

It should work for you,

Regards,

AK