Application Development and Automation 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: 
Read only

ALV LIST: dump in type P input fields

Former Member
0 Likes
506

Hi,

is it possible to use type P input fields in alv list?

i'm working on 4.6C.

when I fill a type p input field with a wrong input which is not numeric, it doesn't show an error like "insert numeric values", but it terminates with CONVT_NO_NUMBER dump.

Can somebody help me, or it is necessary to use only char values and convert them?

Thanks in advance,

Marla

Hi,

is it possible to use type P input fields in alv list?

i'm working on 4.6C.

when I fill a type p input field with a wrong input which is not numeric, it doesn't show an error like "insert numeric values", but it terminates with CONVT_NO_NUMBER dump.

Can somebody help me, or it is necessary to use only char values and convert them?

Thanks in advance,

Marla

2 REPLIES 2
Read only

Former Member
0 Likes
450

Hi,

You van't enter a numeric/type P values in to a Char define inpur field. System will give you convert error.

Iff you want a pop-up or info you can define a F4 help routine for the input field.

This will help you.

Read only

0 Likes
450

No, I tried to insert a type p input in a type p field.

while I was waiting for an answer I noticed that I didnt't fill fields QFIELDNAME and QTABNAME in FIELDCAT structure. I tried to fill them and now it works!!!!

Thank you very much!

Marla