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

BDC for CA02

Former Member
0 Likes
509

Hi All,

I am developing a BDC for CAO2. My intention is to insert the chaarctorstics to Operations. I am facing the problem while inserting the charactorstics into table control in char overview screen 150 Program name 'SAPLQPAA' .

It is diplaying default charactorstics 10 20 30...to 180 .

In my flat file I have 30 and 40 charactorstics I have insert these into table control respective chanractorstics.

Please help me out.

Thanks in advance.

Regards,

Raja.K

Hi All,

I am developing a BDC for CAO2. My intention is to insert the chaarctorstics to Operations. I am facing the problem while inserting the charactorstics into table control in char overview screen 150 Program name 'SAPLQPAA' .

It is diplaying default charactorstics 10 20 30...to 180 .

In my flat file I have 30 and 40 charactorstics I have insert these into table control respective chanractorstics.

Please help me out.

Thanks in advance.

Regards,

Raja.K

2 REPLIES 2
Read only

Former Member
0 Likes
452

HI ,

It might be the functional configuration problem . Check with your functional people.

Thanks

Jagadeesh.G

Read only

vinod_vemuru2
Active Contributor
0 Likes
452

Hi RajaKumar,

If u want to delete the default values populated in the transaction through BDC then simply pass the INITIAL VALUES of that field in ur BDC table for the table table control. This will solve ur problem. Initial value is space for character field. Just place the cursor on that field in the transaction and press F1. Go to technical information. Here check the data type of the field and pass the values accordingly.

Thanks,

Vinod.