Application Development 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: 

Capital Issue In Editable ALV

Former Member
0 Kudos

Dear All,

I have made an editable ALV with Projects and Its Dates wehich is to be updated in CJ20N. I have kept dates as editable and Project uneditable. It has also one column Remarks which will update the Long Text of CJ20N.

There is one button to check the dates format and i button to execute.

When Remarks are added and check button is clicked then it is making the Remarks in Capital Letters and the same is updated when execute button is clicked.

The user doesnot want the Remarks in Capital .They want in Sentence Case(First word of each sentence in Capital only rest small).

I have not written any code to trnslate it in capital.

Please guide.

Regards,

Bharti Jain

1 ACCEPTED SOLUTION

kesavadas_thekkillath
Active Contributor
0 Kudos

For that particular field in the field catalouge the value for lowercase has to be set as X.

3 REPLIES 3

Former Member
0 Kudos

Hi Bharti,

Check the Data type of remarks field and go to the domain, there is a check box where we can choose it as

lower case, Hope this is not checked in you case that might be the problem. Try declaring remarks field with

some other type like char or string.

Hope this helps you.

kesavadas_thekkillath
Active Contributor
0 Kudos

For that particular field in the field catalouge the value for lowercase has to be set as X.

former_member227287
Active Participant
0 Kudos

Hi Bharti,

When filling the fieldcatalog for the ALV pass X to wa_fieldcatalog-lowercase.

Regards,

Chandan