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

Former Member
0 Likes
557

I am having 132 WBS entries in one project definition(NQRC1) in the Tcode=CJ02. I am getting uploading upto 18 entries. At the time time of selection of 19th entry, i am getting RCJ_MARKL-MARK(19) does not exists in the screen '0901'. Let me give the solution for this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
512

Hi Rafiq,

Once I dealt with similar situation there I used the following way :

- Recorded the BDC for one table control record entry.

- In program loop that recording with the internal table having all records which are needed

to be saved in table control.

Ex : Loop at itab.

<Copy the appropriate BDC recording for table control entry>

Endloop.

Then call the transaction.

All the very best to you - VAMSI

3 REPLIES 3
Read only

Former Member
0 Likes
512

Hi rafiq,

What you have to do is press the enter key after that.

Just refer to the below link

here you have sample code.

http://www.sap-basis-abap.com/abap/handling-table-control-in-bdc.htm

Reward points if useful.

Regards,

Atish

Read only

Former Member
0 Likes
513

Hi Rafiq,

Once I dealt with similar situation there I used the following way :

- Recorded the BDC for one table control record entry.

- In program loop that recording with the internal table having all records which are needed

to be saved in table control.

Ex : Loop at itab.

<Copy the appropriate BDC recording for table control entry>

Endloop.

Then call the transaction.

All the very best to you - VAMSI

Read only

Former Member
0 Likes
512

Answered by reviewing recording.