cancel
Showing results for 
Search instead for 
Did you mean: 

Data Type Incompatibility in Backend RFC Call - Quantity and Unit

Former Member
0 Kudos

Hi ,

We have a requirement in our scenario where we have to call a back end RFC from the WebDynPro Java Application .

Two of the parameters in the back end RFC is of type Quantity and Unit.

We are not able to understand what will be appropriate data type for them to be mapped.

Best Regards

Sid

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI! Siddharth,

i think you can create simple Data type in WebDynpro using the Dictinary->localDictionary ->DataTypes ->SimpleTypes and then assign this DataType to your imported RFC Quantity DataType.

regards,

Mithileshwar

Former Member
0 Kudos

Hi,

The issue is I have to send the Quantity and unit values as the import parameter for the back end RFC.

Please let me know which data type to be used.

I tried with bigdecimal type for quantity and it didnt work.

Best Regards

Sid

Former Member
0 Kudos

Hi siddharth

did you get any compatible data type in java as u required??

Deepak

Former Member
0 Kudos

Please check the data type of the Quantity and Unit in the back end to the table from which you trying to get the data or insert the data.once you import a model corresponding data type will be available in the wd-java.So first you confirm the data type of the above from the back end system table.