Application Development 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: 

Problem with BDCDATA table for few datatype field

Former Member
0 Kudos

Hi All,

I am doing a BDC report in which i am facing a problem. When i am looing on main internal table to populate BDCDATA table values for some of particular data type of fields(DAT,CURR,QUANT) of main table is not being copy in FVAL of BDCDATA.

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Those fields you need to convert them into char fields and send them to BDCDATA-FVAL field.

2 REPLIES 2

Former Member
0 Kudos

Hi u have 2 declare the bdcdata..

EG

DATA: LT_BDCDATA LIKE BDCDATA OCCURS 0 WITH HEADER LINE.

Regrads:

Prabu

former_member188685
Active Contributor
0 Kudos

Those fields you need to convert them into char fields and send them to BDCDATA-FVAL field.