cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying decimal value in the table!

Former Member
0 Kudos

Hi All,

Please help me for this.

I am calling a BAPI function into webdynpro But In R/3 side one "totalvalue" column value displayed as Decimal like 3.45 But the same BAPI I am using in webdynpro.It displays Only 3 only How can i display "3.45"

Please help me.

Here Iam calling BAPI function directly .

Thanks In advance

BHI.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi BHI,

Have a look at the type of the context variable that is being displayed in your table, it may be set to int.

Patrick.

Former Member
0 Kudos

Thanks for your immediate response.

Here I maapped the BAPI Funtion Directly .

There is no chance to see the this is Int or Decimal.

It is mapping to Directly BAPI function path.

In Structures showing Element name "total" and builtintype is "Decimal" and length=15 and decimals 2 .

Could you pls guide me how to display this Decimla structure values into webdynpro.

Pls help me.

Thnks

BHI