‎2007 Jun 26 5:22 AM
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.
‎2007 Jun 26 5:36 AM
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
‎2007 Jun 26 5:25 AM
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
‎2007 Jun 26 5:36 AM
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
‎2007 Jun 29 7:27 AM