cancel
Showing results for 
Search instead for 
Did you mean: 

Long text in characteristics

former_member225123
Participant
0 Kudos

Hello everyone,

Can you please help in this following issues.

I have attached the screenshot of the developed screen through class intervention.

Now my requirement is

1. Remarks should be long text but characteristics maximum value is showing 30 characters long.

2. Amount Deposited = Duty tax + penalty Amount + Gross Weight.


Pls suggest

Regards

Gaurav Ahuja

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Easily use an Field-exit, Just this!
Regards

Farzin

former_member225123
Participant
0 Kudos

Hi Farzin,

How to make use of field exit. Can the limit of characteristics be extended using this.

Pls suggest or refer any good link where i can understand exact usage of field -exit.

Regards

Gaurav

Former Member
0 Kudos

Yes Field-Exit is a miracle!

you can do anything with it,


you have to do it from tcode CMOD , and then write "PRFB" in transaction area and press enter and...

Also it's easy to find many step by step tutorials in net that has screen shot

and it's a good link:

http://sapignite.com/field-exit-in-sap-abap-with-tutorial/

Please inform me if you have any problems more,

Regards

Farzin

ravi_ekambaram
Active Contributor
0 Kudos

Hi Gaurav,

Answering to your questions..


Now my requirement is

1. Remarks should be long text but characteristics maximum value is showing 30 characters long.

This is a limitation in the characteristics value, max. of 30 characters allowed. May be you can try to make the remarks more objective type of selection for user instead of giving free text to comment.


2. Amount Deposited = Duty tax + penalty Amount + Gross Weight.

For this you need to make this characteristic as 'Not ready for input' and do a development for calculation.

Regards,

Ravi

former_member225123
Participant
0 Kudos

Hi Ravi,

Thanks for the response.

Remarks & feedback can not be objective. Is their any workaround to exceed the characteristics Char limit. ?

What kind of development i should go, By adding dependency / formulae or Abap development.

Pls suggest.

Regards

Gaurav Ahuja

ravi_ekambaram
Active Contributor
0 Kudos

Hi Gaurav,

I don't think so we will be able to extend the char length to more that 30.

And for the other question, you need to do a ABAP development after save using DIR key.

Regards,

Ravi