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: 

Strucked in CA01 BDC.

Former Member
0 Kudos

Hello,

Have created the BDC routing upload program.

For this it is getting updated correctly upto 4 line item record(Input-Flat file)

Using the same program,it is not getting uploaded correctly after 4th line item...

AND SOMETIME IT'S STRUCK IN THE MID.

Kindly give the solution of multiple item uploading using BDC program (Tcode-CA01).

please reply urgently...

Moderator message: Please do not use terms such as Urgent, ASAP etc.

Regards,

Prashant SHARMA.

Message was edited by: Kesavadas Thekkillath

8 REPLIES 8

kesavadas_thekkillath
Active Contributor
0 Kudos

Why not using BAPI_ROUTING_CREATE ?

0 Kudos

Dear Sir,

I don't know how to use BAPI_ROUTING_CREATE .

Please tell the procedure to create CA01 BDC.

Regards:-

Prashant Sharma.

0 Kudos

" I don't know how to use BAPI_ROUTING_CREATE "

This is how you start learning 🙂 .

The function module is very well documented. Search in SCN to know how to use BAPI functions.

0 Kudos

hi,

check Examples

<< Link Farming Removed >>

Message was edited by: Kesavadas Thekkillath

Former Member
0 Kudos

Hi Prashant,

You can take and Loop       End loop  and fill the table control.Check below link.

http://scn.sap.com/thread/967069

bastinvinoth
Contributor
0 Kudos

Hi prashant sharma

I have furnished sample code for CA01 BDC Upload program for your reference.

In your code , so many things missing , based on line item values you need to append values in table control.

Just go through these doc which i have attached, and modify it based on your requirement .

Regards,

Bastin.G

0 Kudos

Hello Bastin Vinot,

Thanks of sending me these codes.

I modified my code with the help of your program.But If i want to upload  more than one GRC then this isn't permitting me.

Regards:-

Prashant Sharma.

0 Kudos

Dear all,

I'm strucked in CA01 BDC.I want to upload more than one Group counter and each group counter i've upload more than one work centers.

But in my code,more than one work centre is uploading in one Group counter but the group centre isn't increasing.If you've any releated code then please give me.

Please guide.

Regards:-

Prashant Sharma.