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 Table Control

Former Member
0 Likes
642

Hello Expert,

I am using tcode faglskf for BDC.

I am not able to upload data in the table control.

Screen field is empty for the Fields in which i have to upload the data.

Please suggest.

Regards,

4 REPLIES 4
Read only

Former Member
0 Likes
576

Are you using a recording to accomplish this?

If so are you using LSMW or SHDB?

LSMW only records fields that you enter data into, while SHDB autmatically picks up every field with data that is seen on the screen.

So when recording in SHDB make sure the table control contains data and that you use the page down buttons (ok code P+) to scroll through the table.

Read only

Former Member
0 Likes
576

try to use SHDB and do a recording. Doing so you can find the field name.

Thanks.

Message was edited by:

mg s

Read only

Former Member
0 Likes
576

Hello,

Check if the table control has an add line button somewhere....When recording you will see it easily.

On the Loop you have for the table control click on the add button....insert tghe field on tc-field(01) and do it again.

bye

Gabriel

Read only

Former Member
0 Likes
576

Hi,

I don't think it's Table Control. It's ALV. and i don't think we can do BDC on ALV. So you'd better find a BAPI to do this.

You can try u2019BAPI_ACC_POST_STAT_KEYFIGURE'. But this BAPI in the version of our server is not Released, i am not sure if yours is released or not. You can copy that out and make a customzing one of your own.

Hope this is helpful.

best regards,

Zhao

Edited by: Blazing Angel on Aug 4, 2008 8:34 AM