cancel
Showing results for 
Search instead for 
Did you mean: 

Row Declaration in a Table

Former Member
0 Kudos

Hi,

In a Table,I want to display some Text in the First Row.In the Second row i have to enter numeric values.For that Numeric Values the Data type is QUAN(4,2).If i bind the Table with variables QUAN(4,2) then that text is not getting accepted. I'm using that Numeric value in a BAPI .If i declare it as String then the BAPI is showing some Error.

Is there any way to declare first row of table as String & next Rows as QUAN.

Regards,

Padmam.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi padmam....

you cannot do it.

what can be done is....

have it as a string or cahracter and try converting into the desired field before passing to the bapi.

---regards,

alex b justin

Former Member
0 Kudos

Hi Alex,

Can I Have a Textview in the First row & Inputfields in the Other Rows?

Regards,

Padmam.

Former Member
0 Kudos

hi padmam.....

you cannot do it row wise.... you can do only for columns.

---regards,

alex b justin

Answers (0)